mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 00:45:58 +00:00
Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and add admin authentication middleware
This commit is contained in:
@@ -2,6 +2,7 @@ http:
|
|||||||
serversTransports:
|
serversTransports:
|
||||||
pvetransport:
|
pvetransport:
|
||||||
insecureSkipVerify: true
|
insecureSkipVerify: true
|
||||||
|
|
||||||
routers:
|
routers:
|
||||||
local-traefik-public-https:
|
local-traefik-public-https:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
@@ -40,6 +41,8 @@ http:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`dc00.furyhawk.lol`)
|
rule: Host(`dc00.furyhawk.lol`)
|
||||||
|
middlewares:
|
||||||
|
- admin-auth@swarm
|
||||||
tls: {}
|
tls: {}
|
||||||
service: proxmox00@file
|
service: proxmox00@file
|
||||||
|
|
||||||
@@ -47,6 +50,8 @@ http:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`dc01.furyhawk.lol`)
|
rule: Host(`dc01.furyhawk.lol`)
|
||||||
|
middlewares:
|
||||||
|
- admin-auth@swarm
|
||||||
tls: {}
|
tls: {}
|
||||||
service: proxmox01@file
|
service: proxmox01@file
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user