restructure services based on host machine
This commit is contained in:
20
nuc/traefik/custom/scrypted.yml
Normal file
20
nuc/traefik/custom/scrypted.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
http:
|
||||
routers:
|
||||
scrypted-router:
|
||||
rule: "Host(`scrypted.dudenhoeffer.casa`)"
|
||||
service: scrypted-service
|
||||
# Optionally, you can add TLS configuration here if your router is serving HTTPS
|
||||
|
||||
services:
|
||||
scrypted-service:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "https://192.168.0.197:10443"
|
||||
passHostHeader: true
|
||||
# Skip TLS verification for the self-signed certificate
|
||||
serversTransport: "scrypted-servers-transport"
|
||||
|
||||
# Define the serversTransport to skip TLS verification
|
||||
serversTransports:
|
||||
scrypted-servers-transport:
|
||||
insecureSkipVerify: true
|
Reference in New Issue
Block a user