1
0
Fork 0
myserver-configuration/roles/traefik/templates/config/dynamic_conf.yml

20 lines
407 B
YAML
Raw Normal View History

2023-08-08 23:08:13 +02:00
http:
middlewares:
private-network:
ipWhiteList:
sourceRange:
- "{{ server.vpn.subnet }}"
2023-08-08 23:08:13 +02:00
routers:
octoPrint-secure:
entryPoints:
- https
rule: Host(`octoprint.mrdev023.fr`)
tls:
certResolver: sslResolver
service: octoPrint
services:
octoPrint:
loadBalancer:
servers:
2023-08-08 23:08:39 +02:00
- url: "http://192.168.1.16:80/"