diff --git a/apps/alist/3.41.0/.env b/apps/alist/3.41.0/.env index 2616d7c..02a93fe 100644 --- a/apps/alist/3.41.0/.env +++ b/apps/alist/3.41.0/.env @@ -2,7 +2,4 @@ CONTAINER_NAME=alist # 网页端口 -PANEL_APP_PORT_HTTP=5244 - -# S3 端口 -PANEL_APP_PORT_S3=5426 \ No newline at end of file +PANEL_APP_PORT_HTTP=5244 \ No newline at end of file diff --git a/apps/alist/3.41.0/data.yml b/apps/alist/3.41.0/data.yml index 2fa1301..da29038 100644 --- a/apps/alist/3.41.0/data.yml +++ b/apps/alist/3.41.0/data.yml @@ -14,12 +14,4 @@ additionalProperties: labelZh: 网页端口 required: true rule: paramPort - type: number - - default: 5426 - edit: true - envKey: PANEL_APP_PORT_S3 - labelEn: S3 Port - labelZh: S3 端口 - required: true - rule: paramPort type: number \ No newline at end of file diff --git a/apps/alist/3.41.0/data/data/.gitkeep b/apps/alist/3.41.0/data/data/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/apps/alist/3.41.0/data/mnt/.gitkeep b/apps/alist/3.41.0/data/mnt/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/apps/alist/3.41.0/docker-compose.yml b/apps/alist/3.41.0/docker-compose.yml index 7b45b76..e975520 100644 --- a/apps/alist/3.41.0/docker-compose.yml +++ b/apps/alist/3.41.0/docker-compose.yml @@ -14,7 +14,6 @@ services: - chish-network ports: - "${PANEL_APP_PORT_HTTP}:5244" - - "${PANEL_APP_PORT_S3}:5426" volumes: - ./data/data:/opt/alist/data - ./data/mnt:/mnt/data diff --git a/apps/alist/data.yml b/apps/alist/data.yml index 8dbf439..7353b9e 100644 --- a/apps/alist/data.yml +++ b/apps/alist/data.yml @@ -1,14 +1,9 @@ -name: AList -tags: - - 工具 - - 云储存 -title: 一个支持多存储的文件列表程序 -description: 一个支持多存储的文件列表程序 additionalProperties: key: alist name: AList tags: - - Tool + - 工具 + - 云存储 shortDescZh: 一个支持多存储的文件列表程序 shortDescEn: A file list program that supports multiple storage type: tool