Open smseidl opened 3 years ago
Thanks for taking the time to provide some feedback. I absolutely understand your issue.
A few short term solutions might be (do either of these suit your needs?):
.env
file. Here is an example of how calendso does it: https://github.com/calendso/docker/blob/main/.envIn the long term it may be possible to inherit from paperless. But this would probably require more engineering effort (might be feasible, but probably a bit complicated accessing databases etc, happy to be corrected here).
I will review those options in the next week and update here.
Is there anyway to protect the email creds more instead of having them in plain text in the docker-compose file? Would this be able to inherit the paperless email setup?