mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #4087] [CLOSED] Add Postgresql support #3810
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3810
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4087
Author: @Dim145
Created: 10/19/2024
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (3)
0527227add postgresql support33562fbrefactor: adapt many sql queries for postgresql170239cadd docker compose file for postgres ci📊 Changes
13 files changed (+224 additions, -40 deletions)
View changed files
📝
backend/internal/access-list.js(+9 -4)📝
backend/internal/audit-log.js(+4 -3)📝
backend/internal/dead-host.js(+3 -2)📝
backend/internal/host.js(+4 -3)📝
backend/internal/proxy-host.js(+3 -2)📝
backend/internal/redirection-host.js(+3 -2)📝
backend/internal/stream.js(+2 -1)📝
backend/lib/config.js(+41 -0)📝
backend/lib/helpers.js(+18 -2)📝
backend/package.json(+2 -1)📝
backend/setup.js(+4 -4)📝
backend/yarn.lock(+102 -16)➕
docker/docker-compose.ci.postgresql.yml(+29 -0)📄 Description
I have adapted most of the SQL queries using the ‘objection’ library as much as possible.
These were tested in a containerised app with the Postgres and MySQL databases.
I haven't tested SSL certificate creation, but the queries in this section are normally compatible.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.