diff --git a/apps/libretv/202506082214/data.yml b/apps/libretv/202506122345/data.yml similarity index 53% rename from apps/libretv/202506082214/data.yml rename to apps/libretv/202506122345/data.yml index 48a6984c6..0f1b51b6a 100644 --- a/apps/libretv/202506082214/data.yml +++ b/apps/libretv/202506122345/data.yml @@ -8,11 +8,21 @@ additionalProperties: edit: true rule: paramPort type: number - - default: "111111" # 访问密码默认值 + - default: "libretv" # 访问密码默认值 envKey: PANEL_APP_PASSWORD labelEn: Access Password labelZh: 访问密码 + random: true required: true edit: true rule: paramComplexity - type: password \ No newline at end of file + type: password + - default: "libretv_admin" # 管理密码默认值 + envKey: PANEL_APP_ADMIN_PASSWORD + labelEn: Access Password + labelZh: 管理密码 + random: true + required: true + edit: true + rule: paramComplexity + type: password diff --git a/apps/libretv/202506082214/docker-compose.yml b/apps/libretv/202506122345/docker-compose.yml similarity index 59% rename from apps/libretv/202506082214/docker-compose.yml rename to apps/libretv/202506122345/docker-compose.yml index 68bc28c68..5fba4fdbb 100644 --- a/apps/libretv/202506082214/docker-compose.yml +++ b/apps/libretv/202506122345/docker-compose.yml @@ -6,12 +6,12 @@ services: - 1panel-network restart: always ports: - - ${PANEL_APP_PORT_HTTP}:80 + - ${PANEL_APP_PORT_HTTP}:8080 environment: - - PASSWORD=${PANEL_APP_PASSWORD} # 关键配置 - command: ["/docker-entrypoint.sh", "nginx", "-g", "daemon off;"] + - PASSWORD=${PANEL_APP_PASSWORD} + - ADMINPASSWORD=${PANEL_APP_ADMIN_PASSWORD} labels: createdBy: "Apps" networks: 1panel-network: - external: true \ No newline at end of file + external: true diff --git a/apps/libretv/data.yml b/apps/libretv/data.yml index c5f250712..835500904 100644 --- a/apps/libretv/data.yml +++ b/apps/libretv/data.yml @@ -9,5 +9,5 @@ additionalProperties: shortDescZh: 轻量级、免费的在线视频搜索与观看平台 tags: - Tool - type: tool + type: website website: https://libretv.is-an.org/ \ No newline at end of file