diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-22 14:40:15 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-08-05 16:43:05 +0200 |
| commit | 90e7e393f3a1ab8dd0a7fe2d74051a08ba4d71ac (patch) | |
| tree | 03875483137ac25b40b0feb012770075d9c3f954 /bundles | |
| parent | 6c633af12b59f3111fc3a0f878e2dfcc5cb39e7e (diff) | |
authelia: add nobody user
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles')
| -rw-r--r-- | bundles/authelia/files/users.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/authelia/files/users.yml b/bundles/authelia/files/users.yml index 2e07988..7dc4a76 100644 --- a/bundles/authelia/files/users.yml +++ b/bundles/authelia/files/users.yml @@ -19,3 +19,11 @@ users: - jellyfin - immich - copyparty + + nobody: + disabled: false + displayname: "Nobody" + password: '${repo.libs.util.hash_bcrypt(repo.vault.cmd(f"rbw get authelia/nobody/pw"), repo.vault.decrypt("encrypt$gAAAAABnOVCVoszwYPX_uTEIrMSyX94T_Mi8965InBlhKjkNBHMnN96ihiIt4yi8uYRl9DM70aPIwzXm2XVa_AXEEuIzbMJHBum6LTVDDE9CUYUErSFskMw="))}' + email: nobody@example.org + groups: + - copyparty |