Paperless-ngx add ability to set custom PostgreSQL connection#192
Paperless-ngx add ability to set custom PostgreSQL connection#192AlexandrAkavity wants to merge 2 commits intocommunity-scripts:mainfrom
Conversation
|
Tbh, this adds so much unneeded complexity to the script. We try to do them with as little User input as possible, and we can not maintain this. There will be issues with people not knowing what they are doing, and break the script. I advise against it. |
It isn't a complexity but a required option. |
|
And for what ? It doesnt do anything performance boost or something. |
|
Giving users option to use custom server sound good on paper, but opens up bunch of other problems. Like, bad user input resulting in numerous issues reported as a script issue. Also, performance wise, you're not really gaining any. Its just a database on a different location rather on one central place. |
🛑 New scripts must first be submitted to ProxmoxVED for testing.
PRs for new scripts that skip this process will be closed.
✍️ Description
Paperless-ngx already exists, just added small functionality to it
Add ability to select custom PostgreSQL connection directly while setting up the paperless-ngx
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.🔍 Code & Security Review (X in brackets)
Code_Audit.md&CONTRIBUTING.mdguidelinesAppName.sh,AppName-install.sh,AppName.json)