From bf2e0dbf6f29ad2eb6346edfce5921e76201c73b Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Mon, 1 Sep 2025 19:04:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Afix=20version=20number?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/one-hub/v0.14.23/data.yml | 26 ------------------------ apps/one-hub/v0.14.23/docker-compose.yml | 21 ------------------- 2 files changed, 47 deletions(-) delete mode 100644 apps/one-hub/v0.14.23/data.yml delete mode 100644 apps/one-hub/v0.14.23/docker-compose.yml diff --git a/apps/one-hub/v0.14.23/data.yml b/apps/one-hub/v0.14.23/data.yml deleted file mode 100644 index c3896c3..0000000 --- a/apps/one-hub/v0.14.23/data.yml +++ /dev/null @@ -1,26 +0,0 @@ -additionalProperties: - formFields: - - default: 3000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number - - default: Asia/Shanghai - edit: true - envKey: TZ - labelEn: Time Zone - labelZh: 时区 - required: true - type: text - - default: 9khGG1O59Ih4ZWrpsiFKTf8bW7ZqJR01 - edit: true - envKey: USER_TOKEN_SECRET - labelEn: Password - labelZh: 用户Token - random: true - required: true - rule: paramComplexity - type: password \ No newline at end of file diff --git a/apps/one-hub/v0.14.23/docker-compose.yml b/apps/one-hub/v0.14.23/docker-compose.yml deleted file mode 100644 index d18629b..0000000 --- a/apps/one-hub/v0.14.23/docker-compose.yml +++ /dev/null @@ -1,21 +0,0 @@ -services: - one-hub: - image: martialbe/one-api:v0.14.23 - container_name: ${CONTAINER_NAME} - restart: always - ports: - - ${PANEL_APP_PORT_HTTP}:3000 - networks: - - 1panel-network - command: --log-dir /app/logs - volumes: - - ./data:/data - - ./logs:/app/logs - environment: - - TZ=${TZ} - - USER_TOKEN_SECRET=${USER_TOKEN_SECRET} - labels: - createdBy: Apps -networks: - 1panel-network: - external: true