From 90e7e393f3a1ab8dd0a7fe2d74051a08ba4d71ac Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 22 Apr 2026 14:40:15 +0900 Subject: authelia: add nobody user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/authelia/files/users.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bundles') 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 -- cgit 1.4.1