Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and update domain names

This commit is contained in:
2024-09-11 10:10:14 +08:00
parent b3ef40e93b
commit 3f87ed3d0a
+4 -4
View File
@@ -12,14 +12,14 @@ http:
local-proxmox00:
entryPoints:
- https
rule: Host(`proxmox00.swarm.local`)
rule: Host(`dc00.swarm.local`)
tls: {}
service: proxmox00@file
local-proxmox01:
entryPoints:
- https
rule: Host(`proxmox01.swarm.local`)
rule: Host(`dc01.swarm.local`)
tls: {}
service: proxmox01@file
@@ -36,7 +36,7 @@ http:
proxmox00:
entryPoints:
- https
rule: Host(`proxmox00.furyhawk.lol`)
rule: Host(`dc00.furyhawk.lol`)
tls:
certResolver: le
service: proxmox00@file
@@ -44,7 +44,7 @@ http:
proxmox01:
entryPoints:
- https
rule: Host(`proxmox01.furyhawk.lol`)
rule: Host(`dc01.furyhawk.lol`)
tls:
certResolver: le
service: proxmox01@file