This commit is contained in:
mathieu 2024-06-19 17:57:24 +02:00
parent 2c877170fa
commit 09cf7785d0

View File

@ -1,13 +1,13 @@
http: http:
routers: routers:
router-dsm: router-dsm:
rule: "Host(`huguettes.freeboxos.fr`) && PathRegexp(`(/nas|/photo|/file|/drive|/note)`)" rule: "Host(`huguettes.freeboxos.fr`) && PathRegexp(`(/nas|/photo|/file|/drive|/note|?launchApp.*)`)"
service: "service-dsm" service: "service-dsm"
tls: {} tls: {}
middlewares: middlewares:
- replacepathregex-nas - replacepathregex-nas
router-dsm-2: router-dsm-2:
rule: "Host(`huguette.ovh`) && PathRegexp(`(/nas|/photo|/file|/drive|/note)`)" rule: "Host(`huguette.ovh`) && PathRegexp(`(/nas|/photo|/file|/drive|/note|?launchApp.*)`)"
service: "service-dsm" service: "service-dsm"
tls: tls:
certResolver: myresolver certResolver: myresolver