mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and update domain names
This commit is contained in:
@@ -12,14 +12,14 @@ http:
|
|||||||
local-proxmox00:
|
local-proxmox00:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox00.swarm.local`)
|
rule: Host(`dc00.swarm.local`)
|
||||||
tls: {}
|
tls: {}
|
||||||
service: proxmox00@file
|
service: proxmox00@file
|
||||||
|
|
||||||
local-proxmox01:
|
local-proxmox01:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox01.swarm.local`)
|
rule: Host(`dc01.swarm.local`)
|
||||||
tls: {}
|
tls: {}
|
||||||
service: proxmox01@file
|
service: proxmox01@file
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ http:
|
|||||||
proxmox00:
|
proxmox00:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox00.furyhawk.lol`)
|
rule: Host(`dc00.furyhawk.lol`)
|
||||||
tls:
|
tls:
|
||||||
certResolver: le
|
certResolver: le
|
||||||
service: proxmox00@file
|
service: proxmox00@file
|
||||||
@@ -44,7 +44,7 @@ http:
|
|||||||
proxmox01:
|
proxmox01:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox01.furyhawk.lol`)
|
rule: Host(`dc01.furyhawk.lol`)
|
||||||
tls:
|
tls:
|
||||||
certResolver: le
|
certResolver: le
|
||||||
service: proxmox01@file
|
service: proxmox01@file
|
||||||
|
|||||||
Reference in New Issue
Block a user