Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and disable TLS

This commit is contained in:
2024-09-11 12:14:36 +08:00
parent 48f58ee330
commit 87ed73492a
+2 -2
View File
@@ -37,14 +37,14 @@ http:
entryPoints:
- https
rule: Host(`dc00.furyhawk.lol`)
tls: {}
tls: false
service: proxmox00@file
proxmox01:
entryPoints:
- https
rule: Host(`dc01.furyhawk.lol`)
tls: {}
tls: false
service: proxmox01@file
services: