chore: add traefik dev rule for main nextcloud

This commit is contained in:
2025-12-06 02:33:10 +01:00
parent aca6824309
commit 70d60ed40a
2 changed files with 1 additions and 18 deletions
-17
View File
@@ -2,20 +2,3 @@ http:
serversTransports:
insecureTransport:
insecureSkipVerify: true
routers:
# Nextcloud Main (public (account required))
nextcloud:
rule: "Host(`nextcloud.forust.xyz`)"
entrypoints:
- websecure
service: nextcloud
middlewares:
- nextcloud-chain
tls: {}
services:
# Nextcloud Main
nextcloud:
loadBalancer:
servers:
- url: "http://nextcloud-aio-apache:11000"