mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-15 21:46:16 +00:00
gatekeeper config examples
This commit is contained in:
21
containers/caddy/config_example/applications.json
Normal file
21
containers/caddy/config_example/applications.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user