mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and remove unnecessary middlewares
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user