traefik: disable dashboard

This commit is contained in:
notohh 2024-01-25 09:35:18 -05:00
parent 9b21a82fe3
commit fed5f285c1
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -186,7 +186,7 @@
};
staticConfigOptions = {
log.level = "DEBUG";
api.dashboard = true;
api.dashboard = false;
api.insecure = true;
global = {
checkNewVersion = false;