Upgrade listmonk, no need basic_auth anymore

This commit is contained in:
nemunaire 2025-04-29 09:32:47 +02:00
commit 8726b40284
2 changed files with 1 additions and 7 deletions

View file

@ -36,12 +36,6 @@ write_files:
}
}
@adminroute path /admin /admin/* /api/* /webhooks/*
basic_auth @adminroute {
nemunaire "$2a$14$F937dQbs6iizd/.p8UZdKuY0O5BjKfkmshKFDH0uA4HJEIrSq2hZa"
happyuser "$2a$14$QvpmUl8MBxuqB14mP393yuuQ24/lxibj3zBRzvCdovJQOPeKTzAQC"
}
reverse_proxy listmonk:9000 {
flush_interval -1
}