Skip to content

Commit 9c752d1

Browse files
committed
feat(paperless): Add admin user and password to environment configuration
1 parent d035c19 commit 9c752d1

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ IMMICH_DB_PASSWORD=postgres
5050
CALIBRE_USERNAME=admin
5151
CALIBRE_PASSWORD=admin123
5252
SEERR_HOSTNAME="seerr.${BASE_HOSTNAME}"
53+
PAPERLESS_ADMIN_USER=admin
54+
PAPERLESS_ADMIN_PASSWORD=changeme

paperless/.env.example

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ PAPERLESS_SECRET_KEY=
33
PAPERLESS_TIME_ZONE=America/New_York
44

55
PAPERLESS_OCR_LANGUAGE=eng
6-
7-
PAPERLESS_ADMIN_USER=admin
8-
PAPERLESS_ADMIN_PASSWORD=changeme

0 commit comments

Comments
 (0)