Add a bunch of dynamic - LAN only configs for services

This commit is contained in:
Sparky
2025-10-27 18:26:50 +00:00
parent 8a682d7fb4
commit ac7d5a2450
20 changed files with 270 additions and 28 deletions

View File

@@ -0,0 +1,35 @@
prometheus.site.quack-lab.dev vmagent.site.quack-lab.dev {
@lan {
remote_ip 192.168.1.0/24 127.0.0.1
}
handle @lan {
reverse_proxy host.docker.internal:43261
}
handle {
respond "Njet Molotoff" 403
}
}
victoria.site.quack-lab.dev {
@lan {
remote_ip 192.168.1.0/24 127.0.0.1
}
handle @lan {
reverse_proxy host.docker.internal:8428
}
handle {
respond "Njet Molotoff" 403
}
}
grafana.site.quack-lab.dev {
@lan {
remote_ip 192.168.1.0/24 127.0.0.1
}
handle @lan {
reverse_proxy grafana-jococcw004848ck4k0owwww0:43433
}
handle {
respond "Njet Molotoff" 403
}
}