Upgrade listmonk, no need basic_auth anymore

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

View file

@ -12,7 +12,7 @@ config:
infra-happyDomain:happydomain_ovh_application_secret: infra-happyDomain:happydomain_ovh_application_secret:
secure: AAABAP0O4tvPQzRy0fgcOiElgZzL3ON5Oos/rzr6tFubGblCF7tC8MSp06iAUgpX2J2hN0/047gAZGdW90d0sg== secure: AAABAP0O4tvPQzRy0fgcOiElgZzL3ON5Oos/rzr6tFubGblCF7tC8MSp06iAUgpX2J2hN0/047gAZGdW90d0sg==
infra-happyDomain:listmonk_api_password: infra-happyDomain:listmonk_api_password:
secure: AAABAJc7vc/Rt8azTrsPtk88omCW5koGOkD1/CL45I3lmArb2reA7JkHJb1C4uLvy0VYrDnCXNwNfNy7ompC secure: AAABAFZU75cuQvtBKQ/FnFPswZi+GqR6PI1IoPiFsBYIVEDb+WcSS/DNoaUpNTipm7SwXFujiiGioURi+3INMw==
infra-happyDomain:listmonk_api_username: infra-happyDomain:listmonk_api_username:
secure: AAABAAJaF5qECuXAJQEuSQxOfKPb2vTolugGaukVmdkAdQNswPpZnVk= secure: AAABAAJaF5qECuXAJQEuSQxOfKPb2vTolugGaukVmdkAdQNswPpZnVk=
infra-happyDomain:postgres_password: infra-happyDomain:postgres_password:

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 { reverse_proxy listmonk:9000 {
flush_interval -1 flush_interval -1
} }