diff --git a/apps/alist/3.41.0/data.yml b/apps/alist/3.41.0/data.yml new file mode 100644 index 0000000..98a8554 --- /dev/null +++ b/apps/alist/3.41.0/data.yml @@ -0,0 +1,20 @@ +additionalProperties: + formFields: + - default: 5244 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: WebUI Port + labelZh: 网页端口 + required: true + rule: paramPort + type: number + label: WebUI 端口 + - default: 5426 + edit: true + envKey: PANEL_APP_PORT_S3 + labelEn: S3 Port + labelZh: S3 端口 + required: true + rule: paramPort + type: number + label: S3 端口 \ No newline at end of file diff --git a/apps/alist/3.41.0/docker-compose.yml b/apps/alist/3.41.0/docker-compose.yml new file mode 100644 index 0000000..fafc6bf --- /dev/null +++ b/apps/alist/3.41.0/docker-compose.yml @@ -0,0 +1,20 @@ +services: + alist: + container_name: ${CONTAINER_NAME} + image: xhofe/alist:v3.41.0 + restart: always + networks: + - chish-network + ports: + - "${PANEL_APP_PORT_HTTP}:5244" + - "${PANEL_APP_PORT_S3}:5426" + volumes: + - ./data/data:/opt/alist/data + - ./data/mnt:/mnt/data + environment: + - PUID=0 + - PGID=0 + - UMASK=022 +networks: + chish-network: + external: true \ No newline at end of file diff --git a/apps/alist/README.md b/apps/alist/README.md new file mode 100644 index 0000000..1c04449 --- /dev/null +++ b/apps/alist/README.md @@ -0,0 +1,42 @@ +# 账号密码 + +容器列表点击 `终端` 按钮,进入容器内执行命令设置密码。 + +- **生成随机密码**:`./alist admin random` +- **手动设置密码**:`./alist admin set NEW_PASSWORD` + +# AList + +AList 是一个支持多种存储,支持网页浏览和 WebDAV 的文件列表程序,由 gin 和 Solidjs 驱动。 + +## 支持的存储: + +- 本地存储 +- [阿里云盘](https://www.aliyundrive.com/) +- OneDrive / Sharepoint([国际版](https://www.office.com/), [世纪互联](https://portal.partner.microsoftonline.cn),de,us) +- [天翼云盘](https://cloud.189.cn) (个人云, 家庭云) +- [GoogleDrive](https://drive.google.com/) +- [123云盘](https://www.123pan.com/) +- FTP / SFTP +- [PikPak](https://www.mypikpak.com/) +- [S3](https://aws.amazon.com/cn/s3/) +- [Seafile](https://seafile.com/) +- [又拍云对象存储](https://www.upyun.com/products/file-storage) +- WebDav(支持无API的OneDrive/SharePoint) +- Teambition([中国](https://www.teambition.com/ ),[国际](https://us.teambition.com/ )) +- [分秒帧](https://www.mediatrack.cn/) +- [和彩云](https://yun.139.com/) (个人云, 家庭云) +- [Yandex.Disk](https://disk.yandex.com/) +- [百度网盘](http://pan.baidu.com/) +- [UC网盘](https://drive.uc.cn) +- [夸克网盘](https://pan.quark.cn) +- [迅雷网盘](https://pan.xunlei.com) +- [蓝奏云](https://www.lanzou.com/) +- [阿里云盘分享](https://www.aliyundrive.com/) +- [谷歌相册](https://photos.google.com/) +- [Mega.nz](https://mega.nz) +- [一刻相册](https://photo.baidu.com/) +- SMB +- [115](https://115.com/) +- Cloudreve +- [Dropbox](https://www.dropbox.com/) \ No newline at end of file diff --git a/apps/alist/data.yml b/apps/alist/data.yml new file mode 100644 index 0000000..3b2ffa2 --- /dev/null +++ b/apps/alist/data.yml @@ -0,0 +1,16 @@ +name: AList +tags: + - 云储存 +title: 支持多存储的文件列表程序和私人网盘 +description: 支持多存储的文件列表程序和私人网盘 +additionalProperties: + key: alist + name: AList + tags: + - Storage + shortDesc: 支持多存储的文件列表程序和私人网盘 + type: tool + crossVersionUpdate: true + limit: 0 + recommend: 65 + website: https://alist.nn.ci/ \ No newline at end of file diff --git a/apps/alist/logo.png b/apps/alist/logo.png new file mode 100644 index 0000000..65f8731 Binary files /dev/null and b/apps/alist/logo.png differ