teddy.hubris.network: fix backend to https://192.168.8.243:8443

This commit is contained in:
root
2026-06-29 22:11:21 +02:00
parent 3824faf11c
commit e01a39175f

View File

@@ -282,5 +282,9 @@ teddy.hubris.network {
tls {
dns ionos {env.IONOS_AUTH_API_TOKEN}
}
reverse_proxy 192.168.8.243:8080
reverse_proxy https://192.168.8.243:8443 {
transport http {
tls_insecure_skip_verify
}
}
}