This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Allow using docker secrets to store user/pwd combinations #952
who-knows-it
started this conversation in
Feature Requests
Replies: 1 comment
-
This is especially helpfull since postgres/mariadb do already provide these secrets. So defining this in the app section too would make live much easier. In addition, it protects such data from being exposed as container properties. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using paperless on Docker the evironment file should allow using docker secrets instead of plain text for any user/password input.
PAPERLESS_DBUSER=
PAPERLESS_DBPASS=
Beta Was this translation helpful? Give feedback.
All reactions