appstore/apps/headscale-derp/latest/data.yml
2024-12-12 21:27:56 +08:00

40 lines
1.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

additionalProperties:
formFields:
- default: 40184
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: 3478
edit: true
envKey: PANEL_APP_PORT_STUN
labelEn: STUN Service Port
labelZh: STUN 服务端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path (Domain certificate needs to be replaced, certificate file name is the same as the server hostname)
labelZh: 数据文件夹路径 (需要替换域名证书,证书文件名与服务器主机名相同)
required: true
type: text
- default: 'derper.your-domain.com'
edit: true
envKey: DERP_DOMAIN
labelEn: Derper server hostname
labelZh: Derper服务器主机名
required: true
type: text
- default: "false"
edit: true
envKey: CLIENTS_VERIFY_SWITCH
labelEn: "Client verify (On: true, Off: false)"
labelZh: 客户端验证(开启:true关闭:false)
required: true
type: text