mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs, remove unnecessary middlewares, and update TLS configuration
This commit is contained in:
@@ -6,8 +6,7 @@ http:
|
|||||||
rule: Host(`coco.swarm.local`)
|
rule: Host(`coco.swarm.local`)
|
||||||
middlewares:
|
middlewares:
|
||||||
- admin-auth@swarm
|
- admin-auth@swarm
|
||||||
tls:
|
tls: {}
|
||||||
passthrough: true
|
|
||||||
service: coco_desktop@file
|
service: coco_desktop@file
|
||||||
|
|
||||||
local-proxmox00:
|
local-proxmox00:
|
||||||
@@ -21,8 +20,7 @@ http:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox01.swarm.local`)
|
rule: Host(`proxmox01.swarm.local`)
|
||||||
tls:
|
tls: {}
|
||||||
passthrough: true
|
|
||||||
service: proxmox01@file
|
service: proxmox01@file
|
||||||
|
|
||||||
traefik-public-https:
|
traefik-public-https:
|
||||||
@@ -39,16 +37,12 @@ http:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox00.furyhawk.lol`)
|
rule: Host(`proxmox00.furyhawk.lol`)
|
||||||
tls:
|
|
||||||
passthrough: true
|
|
||||||
service: proxmox00@file
|
service: proxmox00@file
|
||||||
|
|
||||||
proxmox01:
|
proxmox01:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox01.furyhawk.lol`)
|
rule: Host(`proxmox01.furyhawk.lol`)
|
||||||
tls:
|
|
||||||
passthrough: true
|
|
||||||
service: proxmox01@file
|
service: proxmox01@file
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user