Update conf to use file provider instead http provider

This commit is contained in:
Florian RICHER 2023-09-24 17:20:34 +02:00
parent 0f82e179af
commit 6ff4c4050d
6 changed files with 12 additions and 17 deletions

View file

@ -0,0 +1,19 @@
http:
middlewares:
private-network:
ipWhiteList:
sourceRange:
- "{{ server.vpn.subnet }}"
routers:
octoPrint-secure:
entryPoints:
- https
rule: Host(`octoprint.mrdev023.fr`)
tls:
certResolver: sslResolver
service: octoPrint
services:
octoPrint:
loadBalancer:
servers:
- url: "http://192.168.1.16:80/"