Postgresql support
Hi I did some more extensive testing and fixed any issues I encountered.
To circumvent the issues with json fields I decided to cast the fields as nvarchar since the syntax is similar in both Mysql and Postgresql. The functionality work similar when doing this on both Postgresql and Mysql.
It seems be working. However I haven't been able to test the certificates section yet. But the rest is working fine.
Let me know if what you guys think or if you have any comments on the changes.
Docker Image for build 4 is available on
DockerHub
as nginxproxymanager/nginx-proxy-manager-dev:pr-4086
Note: ensure you backup your NPM instance before testing this image! Especially if there are database changes Note: this is a different docker image namespace than the official image
FYI I'm aware this exists and conflicts with #4087 but just need properly review both and decide on the best one.
I've taken parts of this PR and merged it. Thanks for the contribution :)