mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor Traefik local_services.yml to remove TLS passthrough configuration for Spice proxy ports
This commit is contained in:
@@ -93,29 +93,29 @@ tcp:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- spice00-tls-socket
|
- spice00-tls-socket
|
||||||
rule: HostSNI(`dc00.furyhawk.lol`)
|
rule: HostSNI(`dc00.furyhawk.lol`)
|
||||||
tls:
|
# tls:
|
||||||
passthrough: true
|
# passthrough: true
|
||||||
service: spice0000-tls@file
|
service: spice0000-tls@file
|
||||||
spice0001-tls:
|
spice0001-tls:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- spice00-tls-socket
|
- spice00-tls-socket
|
||||||
rule: HostSNI(``dc01.furyhawk.lol`)
|
rule: HostSNI(`dc01.furyhawk.lol`)
|
||||||
tls:
|
# tls:
|
||||||
passthrough: true
|
# passthrough: true
|
||||||
service: spice0001-tls@file
|
service: spice0001-tls@file
|
||||||
spice0100-tls:
|
spice0100-tls:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- spice01-tls-socket
|
- spice01-tls-socket
|
||||||
rule: HostSNI(`dc00.furyhawk.lol`)
|
rule: HostSNI(`dc00.furyhawk.lol`)
|
||||||
tls:
|
# tls:
|
||||||
passthrough: true
|
# passthrough: true
|
||||||
service: spice0100-tls@file
|
service: spice0100-tls@file
|
||||||
spice0101-tls:
|
spice0101-tls:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- spice01-tls-socket
|
- spice01-tls-socket
|
||||||
rule: HostSNI(`dc01.furyhawk.lol`)
|
rule: HostSNI(`dc01.furyhawk.lol`)
|
||||||
tls:
|
# tls:
|
||||||
passthrough: true
|
# passthrough: true
|
||||||
service: spice0101-tls@file
|
service: spice0101-tls@file
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user