Disable file provider for TLS certificates in Traefik configuration

This commit is contained in:
Root User 2026-02-06 17:10:15 +01:00
parent 140d305a76
commit 45ec1b2bdc
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -166,11 +166,11 @@ in {
format = "json"; format = "json";
}; };
# Enable file provider for TLS certificates # Enable file provider for TLS certificates - This needs to re-watched to determine if we should add entries here or there
providers.file = { #providers.file = {
directory = "${config.services.traefik.dataDir}/conf"; # directory = "${config.services.traefik.dataDir}/conf";
watch = true; # watch = true;
}; #};
api.dashboard = true; api.dashboard = true;
# Access the Traefik dashboard on <Traefik IP>:8080 of your server # Access the Traefik dashboard on <Traefik IP>:8080 of your server