1
0

chore(deps): update linuxserver/libreoffice docker tag to v25.8.1 (#3205)

This commit is contained in:
renovate[bot]
2025-12-30 05:51:13 +00:00
committed by GitHub
parent 684e4f136a
commit a2d5fdd3d8
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,66 @@
additionalProperties:
formFields:
- default: 40136
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
label:
en: HTTP Port
zh: HTTP端口
required: true
rule: paramPort
type: number
- default: 40137
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS端口
label:
en: HTTPS Port
zh: HTTPS端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
label:
en: Data folder path
zh: 数据文件夹路径
required: true
type: text
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
label:
en: Time zone
zh: 时区
required: true
type: text
- default: user
edit: true
envKey: HTTP_USER
labelEn: http auth user
labelZh: HTTP 用户
label:
en: http auth user
zh: HTTP 用户
required: true
type: text
- default: password
edit: true
envKey: HTTP_PWD
labelEn: http auth password
labelZh: HTTP 密码
label:
en: http auth password
zh: HTTP 密码
random: true
required: true
rule: paramComplexity
type: password