1
0

(refactor) Remove env files and scripts, update config files

This commit is contained in:
pooneyy
2025-09-04 00:36:13 +08:00
parent 0906288534
commit 89fbe837f1
1566 changed files with 1159 additions and 15329 deletions

View File

@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: ALIST_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 5244
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
alist:
image: xhofe/alist:v3.40.0-ffmpeg
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5244
volumes:
- ${ALIST_ROOT_PATH}:/opt/alist/data
environment:
- PUID=0
- PGID=0
- UMASK=022
- FORCE=false