mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #533] nginx-proxy-manager not working with custom VH (for cryptpad) #452
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#452
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 @BetterToAutomateTheWorld on GitHub (Jul 31, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/533
Hi,
First of all, thank you very much for nginx-proxy-manager, it's such a great tool !
What is troubling you?
Adapt the proper configuration for nginx-proxy-manager to be able to work with cryptpad docker container (it's not a cryptpad issue, it's a nginx configuration issue)
I want to get cryptpad container working with nginx-proxy-manager
Networking flow : FQDN port 80/443 > nginx-proxy-manager frontend > redirecting to 192.168.0.201:54926 > cryptpad container > running on 127.0.0.1:3000
More details about the issue
cryptpad is started and working.
curl :
docker logs on the container :
But some issues are met from a template.js script :

In my web browser I've a white page instead of cryptpad.
Browser console error :

The Nginx configuration inside nginx-proxy-manager is pretty much a copy and paste of the cryptpad configuration with my values & adapted to nginx-proxy-manager way of working : https://pastebin.com/6Bg18Hjf
and the Nginx full VH is : https://pastebin.com/0xjdFzCB
I checked the 2 includes, include custom is empty, and include proxy contains :
I even tried to simplify the Nginx config(manually, without GUI), but I've still an issue with the template.js* access, but it shouldn't be the case, i can see the proper config ...
If anyone can help, it would be really appreciated, it seems like I miss something which is overwriting some parameters in the VH, and crash the template.js script from cryptpad, which should be normally accessible and working... :(
Any help appreciated, thank you !
@Hajibey commented on GitHub (Jul 18, 2023):
Sorry to necrobump, but did you ever manage to make Cryptpad work with NPM?
@binerf commented on GitHub (Jul 20, 2023):
On my side, I've created 2 hosts in NPM (declared in my DNS) pointing the same cryptpad container on port 3000.
In the cryptpad config.js file I've setup:
And it works.
@github-actions[bot] commented on GitHub (Mar 27, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (May 6, 2025):
Issue was closed due to inactivity.