Update traefik configuration. Add octoprint link.
This commit is contained in:
@@ -9,7 +9,12 @@ http:
|
||||
proxmox:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://192.168.0.10:8006
|
||||
- url: https://192.168.0.10:8006
|
||||
prusa:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://192.168.0.14
|
||||
|
||||
|
||||
routers:
|
||||
pfsense:
|
||||
@@ -26,4 +31,11 @@ http:
|
||||
- auth
|
||||
tls:
|
||||
certResolver: le
|
||||
prusa:
|
||||
service: prusa
|
||||
rule: Host(`prusa.{{env "PRIVATE_DOMAIN"}}`)
|
||||
middlewares:
|
||||
- auth
|
||||
tls:
|
||||
certResolver: le
|
||||
|
||||
|
||||
@@ -13,7 +13,8 @@ http:
|
||||
# Catch all requests to the http entrypoint and redirect them to https
|
||||
service: http-catchall
|
||||
rule: hostregexp(`{host:.+}`)
|
||||
entrypoint: web
|
||||
entryPoints:
|
||||
- web
|
||||
middlewares:
|
||||
- redir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user