mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
Refactor Traefik local_services.yml to update Spice proxy ports and TLS configuration
This commit is contained in:
@@ -77,18 +77,20 @@ http:
|
|||||||
|
|
||||||
tcp:
|
tcp:
|
||||||
routers:
|
routers:
|
||||||
# spice00:
|
spice00:
|
||||||
# entryPoints:
|
entryPoints:
|
||||||
# - spice-socket
|
- spice-socket
|
||||||
# rule: HostSNI(`dc00.furyhawk.lol`)
|
rule: HostSNI(`dc00.furyhawk.lol`)
|
||||||
# tls: false
|
tls:
|
||||||
# service: spice00@file
|
certResolver: le
|
||||||
# spice01:
|
service: spice00@file
|
||||||
# entryPoints:
|
spice01:
|
||||||
# - spice-socket
|
entryPoints:
|
||||||
# rule: HostSNI(`dc01.furyhawk.lol`)
|
- spice-socket
|
||||||
# tls: false
|
rule: HostSNI(`dc01.furyhawk.lol`)
|
||||||
# service: spice01@file
|
tls:
|
||||||
|
certResolver: le
|
||||||
|
service: spice01@file
|
||||||
spice0000-tls:
|
spice0000-tls:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- spice00-tls-socket
|
- spice00-tls-socket
|
||||||
|
|||||||
Reference in New Issue
Block a user