diff options
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 |