mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-16 22:32:18 +08:00
85 lines
2.2 KiB
YAML
85 lines
2.2 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40185
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ./data
|
|
edit: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data folder path
|
|
labelZh: 数据文件夹路径
|
|
required: true
|
|
type: text
|
|
- default: '/opt/1panel/apps/local/headscale/headscale/data/config'
|
|
edit: true
|
|
envKey: HEADSCALE_PATH
|
|
labelEn: Headscale configuration file path
|
|
labelZh: Headscale 配置文件路径
|
|
required: true
|
|
type: text
|
|
- default: http://172.18.0.241:8080
|
|
edit: true
|
|
envKey: HS_SERVER
|
|
labelEn: Headscale server url
|
|
labelZh: Headscale 服务器链接
|
|
required: true
|
|
rule: paramExtUrl
|
|
type: text
|
|
- default: https://hs.example.com
|
|
edit: true
|
|
envKey: External_URL
|
|
labelEn: External URL (Domain URL)
|
|
labelZh: 外部访问地址 (域名地址)
|
|
required: true
|
|
rule: paramExtUrl
|
|
type: text
|
|
- default: /admin
|
|
edit: true
|
|
envKey: URL_PATH
|
|
labelEn: Admin console path
|
|
labelZh: 后台管理路径
|
|
required: true
|
|
type: text
|
|
- default: Asia/Shanghai
|
|
edit: true
|
|
envKey: TIME_ZONE
|
|
labelEn: Time zone
|
|
labelZh: 时区
|
|
required: true
|
|
type: text
|
|
- default: 'TvMhk7FDnAfaIwp0RDRsq3AVNdrYBuhNT0NTPNw4vIQ='
|
|
edit: true
|
|
envKey: SECRET_KEY
|
|
labelEn: Secret key (Obtained by running 'openssl rand -base64 32')
|
|
labelZh: 加密密钥 (终端执行'openssl rand -base64 32'获得)
|
|
required: true
|
|
type: text
|
|
- default: Basic
|
|
edit: true
|
|
envKey: AUTH_TYPE
|
|
labelEn: Authentication method (leave blank without http validation)
|
|
labelZh: 验证方式 (留空无 http 验证)
|
|
required: false
|
|
type: text
|
|
- default: user
|
|
edit: true
|
|
envKey: HTTP_USER
|
|
labelEn: http auth user
|
|
labelZh: HTTP 用户
|
|
required: false
|
|
type: text
|
|
- default: password
|
|
edit: true
|
|
envKey: HTTP_PWD
|
|
labelEn: http auth password
|
|
labelZh: HTTP 密码
|
|
random: true
|
|
required: false
|
|
rule: paramComplexity
|
|
type: password
|