refactor: 删除多个已弃用或不再支持的 App 配置
- 移除了 Siyuan、Sun-Panel、Syncthing 和 Xunlei 的配置文件- 删除了相应的 data.yml 和 docker-compose.yml 文件 - 此更改为大规模重构的一部分,旨在清理不再维护的 App 配置
This commit is contained in:
parent
e005c18192
commit
9fd59b6115
|
|
@ -1,19 +0,0 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: "6806"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: AuthCode
|
||||
labelZh: 授权码
|
||||
labelEn: Access Auth Code
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
siyuan:
|
||||
command:
|
||||
- --workspace=/siyuan/workspace/
|
||||
- --accessAuthCode=${AuthCode}
|
||||
container_name: ${CONTAINER_NAME}
|
||||
environment:
|
||||
- RUN_IN_CONTAINER=true
|
||||
- TZ=Asia/Shanghai
|
||||
image: b3log/siyuan:latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:6806
|
||||
restart: always
|
||||
user: "0:0"
|
||||
volumes:
|
||||
- ./data:/siyuan/workspace
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: "3002"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
sun-panel:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: hslr/sun-panel:latest
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3002
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/conf:/app/conf
|
||||
- ./data/database:/app/database
|
||||
- ./data/uploads:/app/uploads
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8384"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
- default: "22000"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_SYNC
|
||||
labelZh: 同步端口
|
||||
labelEn: Sync Port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
- default: "21027"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_DISCOVERY
|
||||
labelZh: 服务发现端口
|
||||
labelEn: Discovery Port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
syncthing:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- TZ=Asia/Shanghai
|
||||
- HOME=/data
|
||||
image: linuxserver/syncthing:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8384
|
||||
- ${PANEL_APP_PORT_SYNC}:22000/tcp
|
||||
- ${PANEL_APP_PORT_SYNC}:22000/udp
|
||||
- ${PANEL_APP_PORT_DISCOVERY}:21027/udp
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/config:/config
|
||||
- ./data/data:/data
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: "40163"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
- default: "xunlei"
|
||||
edit: true
|
||||
envKey: XL_DASHBOARD_USERNAME
|
||||
labelEn: Dashboard Username
|
||||
labelZh: 控制台用户名
|
||||
required: true
|
||||
type: text
|
||||
|
||||
- default: "xunlei"
|
||||
edit: true
|
||||
envKey: XL_DASHBOARD_PASSWORD
|
||||
labelEn: Dashboard Password
|
||||
labelZh: 控制台密码
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
services:
|
||||
xunlei:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
environment:
|
||||
- XL_DASHBOARD_PORT=${PANEL_APP_PORT_HTTP}
|
||||
- XL_DASHBOARD_IP=0.0.0.0
|
||||
- XL_DASHBOARD_USERNAME=${XL_DASHBOARD_USERNAME}
|
||||
- XL_DASHBOARD_PASSWORD=${XL_DASHBOARD_PASSWORD}
|
||||
- XL_DIR_DOWNLOAD=/xunlei/downloads
|
||||
- XL_DIR_DATA=/xunlei/data
|
||||
- XL_UID=0
|
||||
- XL_GID=0
|
||||
- XL_PREVENT_UPDATE=true
|
||||
- XL_DEBUG=false
|
||||
image: cnk3x/xunlei:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
network_mode: host
|
||||
# ports:
|
||||
# - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
privileged: true
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/data:/xunlei/data
|
||||
- ./data/downloads:/xunlei/downloads
|
||||
Loading…
Reference in New Issue