Refactor Traefik local_services.yml to remove commented out Spice proxy ports configuration

This commit is contained in:
2024-09-13 07:49:46 +08:00
parent 726df40e69
commit 87123c7099
+12 -12
View File
@@ -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