Create complete Dashboard application with Docker, Synology, and Unifi monitoring

Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-09 21:48:13 +00:00
parent e952d1f1be
commit 8b730a789a
21 changed files with 7080 additions and 1 deletions

14
config.example.json Normal file
View File

@@ -0,0 +1,14 @@
{
"synology": {
"host": "192.168.1.100",
"port": 5000,
"username": "your-username",
"password": "your-password"
},
"unifi": {
"host": "192.168.1.1",
"port": 443,
"username": "your-username",
"password": "your-password"
}
}