Disable password auth for beszel
This allows login only using OIDC.
This commit is contained in:
parent
74803e409c
commit
377c7dd09a
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ in {
|
|||
];
|
||||
environment = {
|
||||
APP_URL = cfg.appUrl;
|
||||
DISABLE_PASSWORD_AUTH = "true";
|
||||
};
|
||||
extraOptions = [
|
||||
''--mount=type=volume,source=data,target=/beszel_data,volume-driver=local''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue