Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and remove unnecessary middlewares

This commit is contained in:
2024-09-11 10:26:29 +08:00
parent 3f87ed3d0a
commit 3df3c0d9e7
+2 -4
View File
@@ -37,16 +37,14 @@ http:
entryPoints: entryPoints:
- https - https
rule: Host(`dc00.furyhawk.lol`) rule: Host(`dc00.furyhawk.lol`)
tls: tls: {}
certResolver: le
service: proxmox00@file service: proxmox00@file
proxmox01: proxmox01:
entryPoints: entryPoints:
- https - https
rule: Host(`dc01.furyhawk.lol`) rule: Host(`dc01.furyhawk.lol`)
tls: tls: {}
certResolver: le
service: proxmox01@file service: proxmox01@file
services: services: