mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
5c7652f047
* Add DDNS Profiles, use publicsuffixlist domain parser * Add Tencent Cloud DNS Provider * Restore validate DDNS provider function * chore: fmt & upgrade dependencies
33 lines
1020 B
YAML
33 lines
1020 B
YAML
debug: false
|
||
httpport: 80
|
||
language: nz_language
|
||
grpcport: nz_grpc_port
|
||
oauth2:
|
||
type: "nz_oauth2_type" #Oauth2 登录接入类型,github/gitlab/jihulab/gitee/gitea
|
||
admin: "nz_admin_logins" #管理员列表,半角逗号隔开
|
||
clientid: "nz_github_oauth_client_id" # 在 https://github.com/settings/developers 创建,无需审核 Callback 填 http(s)://域名或IP/oauth2/callback
|
||
clientsecret: "nz_github_oauth_client_secret"
|
||
endpoint: "" # 如gitea自建需要设置
|
||
site:
|
||
brand: "nz_site_title"
|
||
cookiename: "nezha-dashboard" #浏览器 Cookie 字段名,可不改
|
||
theme: "default"
|
||
ddns:
|
||
enable: false
|
||
provider: "webhook" # 如需使用多配置功能,请把此项留空
|
||
accessid: ""
|
||
accesssecret: ""
|
||
webhookmethod: ""
|
||
webhookurl: ""
|
||
webhookrequestbody: ""
|
||
webhookheaders: ""
|
||
maxretries: 3
|
||
profiles:
|
||
example:
|
||
provider: ""
|
||
accessid: ""
|
||
accesssecret: ""
|
||
webhookmethod: ""
|
||
webhookurl: ""
|
||
webhookrequestbody: ""
|
||
webhookheaders: "" |