reachableceo-laptop-docker/webapps/easy-gate/easy-gate.json

65 lines
1.5 KiB
JSON
Raw Normal View History

2024-11-26 17:56:36 +00:00
{
2024-11-28 21:40:56 +00:00
"addr": "0.0.0.0:8080",
2024-11-26 17:56:36 +00:00
"use_tls": false,
"cert_file": "",
"key_file": "",
"behind_proxy": false,
"title": "ReachableCEO Laptop Dashboard",
"theme": {
"background": "#FFFFFF",
"foreground": "#000000"
},
"groups": [
{
"name": "internal",
"subnet": "192.168.1.1/24"
},
{
"name": "vpn",
"subnet": "10.8.1.1/24"
}
],
"services": [
{
"name": "WAKAAPI",
"category": "",
2024-11-28 21:42:02 +00:00
"url": "http://localhost:2001",
2024-11-26 17:56:36 +00:00
},
{
"name": "Metrics",
"category": "",
2024-11-28 21:42:02 +00:00
"url": "http://localhost:2002",
2024-11-26 17:56:36 +00:00
},
{
"name": "Workout Tracking",
"category": "",
2024-11-28 21:42:02 +00:00
"url": "http://localhost:2003",
2024-11-26 17:56:36 +00:00
},
{
"name": "Tube Archivist",
"category": "",
2024-11-28 21:42:02 +00:00
"url": "http://localhost:2004",
2024-11-26 17:56:36 +00:00
},
{
"name": "VsCode Server",
"category": "",
2024-11-28 21:42:02 +00:00
"url": "http://localhost:2006",
2024-11-26 17:56:36 +00:00
}
],
"notes": [
{
"name": "Simple note",
"text": "This is a simple note for vpn users",
"groups": [
"vpn"
]
},
{
"name": "Another note",
"text": "Another note for internal users only",
"groups": [
"internal"
]
}
]
}