1
0

Update Apps

This commit is contained in:
pooneyy
2025-06-16 09:55:21 +08:00
parent 16a1e881e2
commit 654aee332f
190 changed files with 61 additions and 2321 deletions

View File

@@ -1,4 +1,6 @@
COMMAND="-i 10.144.144.1 --network-name abc --network-secret abc -p tcp://public.easytier.top:11010"
COMMAND="-c /root/config.toml"
CONFIG_FILE_PATH="./data/config.toml"
CONFIG_FILE_PATH_INTERNAL="/root/config.toml"
CONTAINER_NAME="easytier"
DATA_PATH="./data/data"
HOSTNAME="easytier"

View File

@@ -1,12 +1,26 @@
additionalProperties:
formFields:
- default: "./data"
- default: "./data/data"
edit: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据路径
required: true
type: text
- default: "./data/config.toml"
disabled: true
envKey: CONFIG_FILE_PATH
labelEn: Configuration file path
labelZh: 配置文件路径
required: true
type: text
- default: "/root/config.toml"
disabled: true
envKey: CONFIG_FILE_PATH_INTERNAL
labelEn: Configuration file path(inside container)
labelZh: 配置文件路径 (容器内部)
required: true
type: text
- default: "Asia/Shanghai"
edit: true
envKey: TIME_ZONE
@@ -28,10 +42,10 @@ additionalProperties:
labelZh: 主机名
required: true
type: text
- default: "-i <ip> --network-name <用户> --network-secret <密码> -e tcp://<服务器地址>:11010 -l <监听地址>"
edit: true
- default: "-c /root/config.toml"
disabled: true
envKey: COMMAND
labelEn: Command (modified as required)
labelZh: 命令 (按需修改)
labelEn: Command
labelZh: 命令
required: true
type: text

View File

@@ -10,6 +10,11 @@ services:
- TZ=${TIME_ZONE}
volumes:
- ${DATA_PATH}:/root
- ${CONFIG_FILE_PATH}:${CONFIG_FILE_PATH_INTERNAL}
command: ${COMMAND}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true