This commit is contained in:
孙诚
2025-02-27 16:58:21 +08:00
commit 80ab8d76eb
40 changed files with 2482 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Grafana": {
"Token": "glsa_qNYNV1vbjTXVQKIFxM43nIRGlnNE1x0x_c59dd21d",
"LokiUrl": "http://192.168.31.14:3000/api/ds/query?ds_type=loki"
},
"DiskActionMonitor": {
"FilePath": "/sys/block/{0}/stat",
"Disks": [
"sda",
"sdc"
]
},
"SyncTask": {
"SourceRoot": "/wd",
"TargetRoot": "aliyun",
"SyncPaths": [
{
"Source": "apps",
"Target": "/homenas/apps"
},
{
"Source": "volb/media/others",
"Target": "/homenas/jav",
"DeleteAfter": "true"
},
{
"Source": "vola/media/other",
"Target": "/homenas/other"
},
{
"Source": "volb/media/tv",
"Target": "/homenas/tv"
},
{
"Source": "vola/media/anime",
"Target": "/homenas/anime"
},
{
"Source": "vola/media/movies",
"Target": "/homenas/movie"
}
]
},
"HealthyTasks": [
{
"ContainerName": "netdata_proxy",
"Url": "http://192.168.31.14:19999"
},
{
"ContainerName": "nas_robot_proxy",
"Url": "http://192.168.31.14:35642/swagger/index.html"
}
],
"ChineseNfo": {
"TvFolder": "/data/tv",
"HttpProxy": "http://192.168.31.14:47890"
}
}