diff --git a/traefik/dynamic/nextcloud.yml b/traefik/dynamic/nextcloud.yml new file mode 100644 index 0000000..5146275 --- /dev/null +++ b/traefik/dynamic/nextcloud.yml @@ -0,0 +1,14 @@ +http: + routers: + nextcloud: + rule: Host("nextcloud.japnet.nl") + entryPoints: + - websecure + service: nextcloud + tls: + certResolver: cf # of hoe jouw resolver heet + services: + nextcloud: + loadBalancer: + servers: + - url: http://192.168.2.73:11000 \ No newline at end of file