mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor Traefik local_services.yml to remove commented out Spice proxy ports configuration
This commit is contained in:
@@ -77,18 +77,18 @@ 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: false
|
||||||
service: spice00@file
|
# service: spice00@file
|
||||||
spice01:
|
# spice01:
|
||||||
entryPoints:
|
# entryPoints:
|
||||||
- spice-socket
|
# - spice-socket
|
||||||
rule: HostSNI(`dc01.furyhawk.lol`)
|
# rule: HostSNI(`dc01.furyhawk.lol`)
|
||||||
tls: false
|
# tls: false
|
||||||
service: spice01@file
|
# service: spice01@file
|
||||||
spice0000-tls:
|
spice0000-tls:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- spice00-tls-socket
|
- spice00-tls-socket
|
||||||
|
|||||||
Reference in New Issue
Block a user