mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
Refactor Traefik local_services.yml and services.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
http:
|
http:
|
||||||
routers:
|
routers:
|
||||||
traefik-public-https:
|
local-traefik-public-https:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`coco.swarm.local`)
|
rule: Host(`coco.swarm.local`)
|
||||||
@@ -9,7 +9,7 @@ http:
|
|||||||
tls: {}
|
tls: {}
|
||||||
service: coco_desktop@file
|
service: coco_desktop@file
|
||||||
|
|
||||||
proxmox00:
|
local-proxmox00:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox00.swarm.local`)
|
rule: Host(`proxmox00.swarm.local`)
|
||||||
@@ -18,7 +18,7 @@ http:
|
|||||||
tls: {}
|
tls: {}
|
||||||
service: proxmox00@file
|
service: proxmox00@file
|
||||||
|
|
||||||
proxmox01:
|
local-proxmox01:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox01.swarm.local`)
|
rule: Host(`proxmox01.swarm.local`)
|
||||||
@@ -27,6 +27,36 @@ http:
|
|||||||
tls: {}
|
tls: {}
|
||||||
service: proxmox01@file
|
service: proxmox01@file
|
||||||
|
|
||||||
|
traefik-public-https:
|
||||||
|
entryPoints:
|
||||||
|
- https
|
||||||
|
rule: Host(`coco.furyhawk.lol`)
|
||||||
|
middlewares:
|
||||||
|
- admin-auth@swarm
|
||||||
|
tls:
|
||||||
|
certResolver: le
|
||||||
|
service: coco_desktop@file
|
||||||
|
|
||||||
|
proxmox00:
|
||||||
|
entryPoints:
|
||||||
|
- https
|
||||||
|
rule: Host(`proxmox00.furyhawk.lol`)
|
||||||
|
middlewares:
|
||||||
|
- admin-auth@swarm
|
||||||
|
tls:
|
||||||
|
certResolver: le
|
||||||
|
service: proxmox00@file
|
||||||
|
|
||||||
|
proxmox01:
|
||||||
|
entryPoints:
|
||||||
|
- https
|
||||||
|
rule: Host(`proxmox01.furyhawk.lol`)
|
||||||
|
middlewares:
|
||||||
|
- admin-auth@swarm
|
||||||
|
tls:
|
||||||
|
certResolver: le
|
||||||
|
service: proxmox01@file
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
coco_desktop:
|
coco_desktop:
|
||||||
|
|||||||
Reference in New Issue
Block a user