|
| 1 | +olaresManifest.version: '0.8.1' |
| 2 | +olaresManifest.type: app |
| 3 | +metadata: |
| 4 | + name: alist |
| 5 | + description: A file list program that supports multiple storages, powered by Gin and Solidjs. |
| 6 | + icon: https://file.bttcdn.com/appstore/alist/icon.png |
| 7 | + appid: alist |
| 8 | + version: '1.0.1' |
| 9 | + title: AList |
| 10 | + categories: |
| 11 | + - Utilities |
| 12 | +permission: |
| 13 | + appData: true |
| 14 | + appCache: true |
| 15 | + userData: |
| 16 | + - Home |
| 17 | +spec: |
| 18 | + versionName: '3.43.0' |
| 19 | + fullDescription: | |
| 20 | + # Default credentials |
| 21 | + Username: admin |
| 22 | + Password: olares |
| 23 | +
|
| 24 | + # Overview |
| 25 | + AList is a file list program that supports multiple storages, powered by Gin and Solidjs. |
| 26 | +
|
| 27 | + Features |
| 28 | + - Multiple storages |
| 29 | + - Easy to deploy and out-of-the-box |
| 30 | + - File preview (PDF, markdown, code, plain text, ...) |
| 31 | + - Image preview in gallery mode |
| 32 | + - Video and audio preview, support lyrics and subtitles |
| 33 | + - Office documents preview (docx, pptx, xlsx, ...) |
| 34 | + - README.md preview rendering |
| 35 | + - File permalink copy and direct file download |
| 36 | + - Dark mode |
| 37 | + - I18n |
| 38 | + - Protected routes (password protection and authentication) |
| 39 | + - WebDav (see https://alist.nn.ci/guide/webdav.html for details) |
| 40 | + - Docker Deploy |
| 41 | + - Cloudflare Workers proxy |
| 42 | + - File/Folder package download |
| 43 | + - Web upload(Can allow visitors to upload), delete, mkdir, rename, move and copy |
| 44 | + - Offline download |
| 45 | + - Copy files between two storage |
| 46 | + - Multi-thread downloading acceleration for single-thread download/stream |
| 47 | + developer: Xhofe |
| 48 | + website: https://alist.nn.ci |
| 49 | + sourceCode: https://github.com/AlistGo/alist |
| 50 | + submitter: Olares |
| 51 | + doc: https://alist-doc.nn.ci/ |
| 52 | + license: |
| 53 | + - text: AGPL-3.0 |
| 54 | + url: https://github.com/AlistGo/alist#AGPL-3.0-1-ov-file |
| 55 | + locale: |
| 56 | + - en-US |
| 57 | + - zh-CN |
| 58 | + requiredMemory: 512Mi |
| 59 | + limitedMemory: 1Gi |
| 60 | + requiredDisk: 128Mi |
| 61 | + limitedDisk: 256Mi |
| 62 | + requiredCpu: 0.25 |
| 63 | + limitedCpu: 1 |
| 64 | + supportArch: |
| 65 | + - amd64 |
| 66 | + - arm64 |
| 67 | +options: |
| 68 | + dependencies: |
| 69 | + - name: olares |
| 70 | + type: system |
| 71 | + version: '>=1.10.1-0' |
| 72 | +entrances: |
| 73 | +- name: alist |
| 74 | + port: 5244 |
| 75 | + host: alist |
| 76 | + title: AList |
| 77 | + icon: https://file.bttcdn.com/appstore/alist/icon.png |
| 78 | + openMethod: window |
0 commit comments