Disable password auth for beszel

This allows login only using OIDC.
This commit is contained in:
JuliusFreudenberger 2026-07-18 22:38:28 +02:00
parent 74803e409c
commit 377c7dd09a

View file

@ -27,6 +27,7 @@ in {
]; ];
environment = { environment = {
APP_URL = cfg.appUrl; APP_URL = cfg.appUrl;
DISABLE_PASSWORD_AUTH = "true";
}; };
extraOptions = [ extraOptions = [
''--mount=type=volume,source=data,target=/beszel_data,volume-driver=local'' ''--mount=type=volume,source=data,target=/beszel_data,volume-driver=local''