mirror of
https://github.com/dqzboy/Docker-Proxy.git
synced 2026-01-12 16:25:42 +08:00
40 lines
762 B
JSON
40 lines
762 B
JSON
{
|
|
"theme": "light",
|
|
"language": "zh_CN",
|
|
"notifications": true,
|
|
"autoRefresh": true,
|
|
"refreshInterval": 30000,
|
|
"dockerHost": "localhost",
|
|
"dockerPort": 2375,
|
|
"useHttps": false,
|
|
"menuItems": [
|
|
{
|
|
"text": "控制台",
|
|
"link": "/admin",
|
|
"newTab": false
|
|
},
|
|
{
|
|
"text": "镜像搜索",
|
|
"link": "/",
|
|
"newTab": false
|
|
},
|
|
{
|
|
"text": "文档",
|
|
"link": "/docs",
|
|
"newTab": false
|
|
},
|
|
{
|
|
"text": "GitHub",
|
|
"link": "https://github.com/dqzboy/hubcmdui",
|
|
"newTab": true
|
|
}
|
|
],
|
|
"monitoringConfig": {
|
|
"notificationType": "wechat",
|
|
"webhookUrl": "",
|
|
"telegramToken": "",
|
|
"telegramChatId": "",
|
|
"monitorInterval": 60,
|
|
"isEnabled": false
|
|
}
|
|
} |