1
0
Fork 0

Update prom/prometheus to 202506122345

This commit is contained in:
pooneyy 2025-06-13 21:29:51 +08:00
parent ca54c46b38
commit 63e275206e
3 changed files with 17 additions and 7 deletions

View File

@ -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
type: password
- default: "libretv_admin" # 管理密码默认值
envKey: PANEL_APP_ADMIN_PASSWORD
labelEn: Access Password
labelZh: 管理密码
random: true
required: true
edit: true
rule: paramComplexity
type: password

View File

@ -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
external: true

View File

@ -9,5 +9,5 @@ additionalProperties:
shortDescZh: 轻量级、免费的在线视频搜索与观看平台
tags:
- Tool
type: tool
type: website
website: https://libretv.is-an.org/