From 035b3955b3d68211da996f4b9a3abe913a6321da Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 12 Nov 2022 19:48:38 +0100 Subject: [PATCH] Create admin user --- paperless_ngx/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index d951df6f2..71bad949a 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -42,7 +42,9 @@ ], "environment": { "PGID": "0", - "PUID": "0" + "PUID": "0", + "PAPERLESS_ADMIN_USER": "admin", + "PAPERLESS_ADMIN_PASSWORD": "admin" }, "homeassistant": "0.92.0b2", "init": false,