From 5c9e4e53728d058693b372a5a255b5859ee9059e Mon Sep 17 00:00:00 2001 From: marlon Date: Tue, 24 Sep 2024 21:53:12 +0000 Subject: [PATCH] default config sets POST_DEPLOY_CMDS, so that admin pass will get initialized --- .env.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.sample b/.env.sample index 60013f7..24e17f5 100644 --- a/.env.sample +++ b/.env.sample @@ -1,6 +1,7 @@ TYPE=authentik TIMEOUT=900 ENABLE_AUTO_UPDATE=true +POST_DEPLOY_CMDS="worker set_admin_pass" # POST_DEPLOY_CMDS="worker set_admin_pass|worker apply_blueprints|worker add_applications" LETS_ENCRYPT_ENV=production -- 2.47.2