NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
23.32k stars 2.7k forks source link

Postgresql support #4065

Closed jeffreysjauwmook closed 1 month ago

jeffreysjauwmook commented 1 month ago

Hi there,

First off all great project! I really like the functionality and the interface you created. Also a great fan of the rest interface (which I use for my own project)

Anyway to the point.

I needed to add Postgres support for my project. So I added it to my personal fork.

I tested it with mysql and sqllite. And it looks like it doesn't break anything. But I haven't had the time to extensive testing yet.

*backend/setup.js I am not sure if you agree with the change there. I need to change the query logic to fix as postgres syntax.

nginxproxymanagerci[bot] commented 1 month ago

Docker Image for build 4 is available on DockerHub as jc21/nginx-proxy-manager:github-pr-4065

Note: ensure you backup your NPM instance before testing this PR image! Especially if this PR contains database changes.

jeffreysjauwmook commented 1 month ago

After more testing I need to debug some more. I will reopen the pr when done.