mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-15 13:36:18 +00:00
22 lines
364 B
JSON
22 lines
364 B
JSON
|
|
{
|
||
|
|
"entries": [
|
||
|
|
{
|
||
|
|
"id": "grafana",
|
||
|
|
"name": "Grafana",
|
||
|
|
"hosts": [
|
||
|
|
"grafana.example.com"
|
||
|
|
],
|
||
|
|
"upstream": "grafana:3000"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "routerfleet",
|
||
|
|
"name": "RouterFleet",
|
||
|
|
"hosts": [
|
||
|
|
"routerfleet.example.com",
|
||
|
|
"rf.example.com"
|
||
|
|
],
|
||
|
|
"upstream": "routerfleet:8080"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|