Add zimaos.hubris.network -> VM 100 (192.168.8.195)

Reverse-proxies the new ZimaOS VM through the standard pattern (TLS via
IONOS DNS-01, plain reverse_proxy to backend). Cert issued by Lets
Encrypt on first request.
This commit is contained in:
Claudio
2026-05-14 13:29:26 +02:00
parent ba935abbfb
commit a219176c95

View File

@@ -183,3 +183,10 @@ plato.hubris.network {
}
reverse_proxy 192.168.8.190:8080
}
zimaos.hubris.network {
tls {
dns ionos {env.IONOS_AUTH_API_TOKEN}
}
reverse_proxy 192.168.8.195
}