mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #2390] Allow storage of SSL certs in external SQL database instead of Docker Volume #1681
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#1681
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?
Originally created by @cardtap on GitHub (Nov 11, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2390
Hi there, I believe I've discovered a common use case that would benefit greatly from the ability to store the SSL certificates within the SQL database rather than a Docker Volume.
I've been working to set up a Docker Swarm cluster for some web services. My current architecture consists of three nodes with three public IP addresses: each node has a npm container along with web services that npm administers access to.
I've been unable to configure a volume binding to a host EFS storage (AWS EC2 hosted). Without the ability to sync SSL certs between the three redundant NPM nodes, we have to manually download and upload the certs to each node. If there was an option to store the SSL certs (as blobs?) in the external MySQL database, these would be centralized and there would be no need to configure complex file syncing for the letsencrypt volumes.
I have spent a few hours trying to get EFS storage to work but nginx proxy manager's docker image seems to not play well with efs and the Linux permissions it uses.
If anyone has done anything similar or has an alternative that I haven't considered yet, I would love to hear ideas! Thank you!
@github-actions[bot] commented on GitHub (Feb 5, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Mar 22, 2025):
Issue was closed due to inactivity.