Update prom/prometheus to 202506122345
This commit is contained in:
parent
faa8c51cf1
commit
5bdb2b4863
|
|
@ -8,11 +8,21 @@ additionalProperties:
|
||||||
edit: true
|
edit: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: "111111" # 访问密码默认值
|
- default: "libretv" # 访问密码默认值
|
||||||
envKey: PANEL_APP_PASSWORD
|
envKey: PANEL_APP_PASSWORD
|
||||||
labelEn: Access Password
|
labelEn: Access Password
|
||||||
labelZh: 访问密码
|
labelZh: 访问密码
|
||||||
|
random: true
|
||||||
required: true
|
required: true
|
||||||
edit: true
|
edit: true
|
||||||
rule: paramComplexity
|
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
|
||||||
|
|
@ -6,12 +6,12 @@ services:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:80
|
- ${PANEL_APP_PORT_HTTP}:8080
|
||||||
environment:
|
environment:
|
||||||
- PASSWORD=${PANEL_APP_PASSWORD} # 关键配置
|
- PASSWORD=${PANEL_APP_PASSWORD}
|
||||||
command: ["/docker-entrypoint.sh", "nginx", "-g", "daemon off;"]
|
- ADMINPASSWORD=${PANEL_APP_ADMIN_PASSWORD}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
|
|
@ -9,5 +9,5 @@ additionalProperties:
|
||||||
shortDescZh: 轻量级、免费的在线视频搜索与观看平台
|
shortDescZh: 轻量级、免费的在线视频搜索与观看平台
|
||||||
tags:
|
tags:
|
||||||
- Tool
|
- Tool
|
||||||
type: tool
|
type: website
|
||||||
website: https://libretv.is-an.org/
|
website: https://libretv.is-an.org/
|
||||||
Loading…
Reference in New Issue