mirror of
https://github.com/mblanke/Dashboard.git
synced 2026-03-01 20:10:20 -05:00
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:
14
config.example.json
Normal file
14
config.example.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user