Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and disable TLS
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user