Move nextcloud external access to traefik.

This commit is contained in:
2026-04-18 21:51:28 -05:00
parent 9961fe1ed4
commit 69b91a2e1d
4 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
http:
routers:
nextcloud:
rule: "Host(`nextcloud.local.mk-labs.cloud`) || Host(`the-grid.local.mk-labs.cloud`)"
rule: "Host(`nextcloud.local.mk-labs.cloud`) || Host(`the-grid.local.mk-labs.cloud`) || Host(`the-grid.mk-labs.cloud`)"
entryPoints:
- websecure
tls:
@@ -21,4 +21,4 @@ http:
nextcloud:
loadBalancer:
servers:
- url: "http://the-grid.local.mk-labs.cloud:80"
- url: "http://10.1.71.128:80"