Enable traefik dashboard in insecure mode

main
kalle 2025-02-03 17:52:10 +01:00
parent 011d3bf67c
commit 765cd01519
1 changed files with 5 additions and 0 deletions

View File

@ -62,12 +62,17 @@
services.traefik = {
enable = true;
environmentFiles = [
config.sops.templates."traefik.env".path
];
staticConfigOptions = {
# FIXME: Remove this later
log.level = "DEBUG";
# FIXME: This is insecure
api.insecure = true;
entryPoints = {
web = {
address = ":80";