[GH-ISSUE #1760] Problem with cryptpad - Domain name vs. IP #2001

Closed
opened 2026-04-16 08:55:32 -05:00 by GiteaMirror · 22 comments
Owner

Originally created by @Tommy-01 on GitHub (Oct 27, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1760

Describe the Bug

A cryptpad Subdomain(?) is only reachable with IP-Adress and not with Domainname.
I hope i am at the correct place with this problem.

Info: cryptpad - https://cryptpad.org/

Environment

  • OS Type & Version: Ubuntu 24.04
  • Pangolin Version: 1.11.1
  • Gerbil Version: 1.2.2
  • Traefik Version: 3.5
  • Newt Version: 1.5.2

To Reproduce

Open my cryptpad instance behind pangolin cryptpad..de
This is the Welcome Screen from cryptpad an it is reachable with its Domainname.

Then click an option from that Welcome Screen, to open an new document.
The adress looks like cryptpad..de/sheet/.
Then there is an error that says „This site is only reachable with IP-Adress“.

And yes, this address can be accessed via IP.

Expected Behavior

Every cryptpad site is reachable with its domainname.

Originally created by @Tommy-01 on GitHub (Oct 27, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/1760 ### Describe the Bug A cryptpad Subdomain(?) is only reachable with IP-Adress and not with Domainname. I hope i am at the correct place with this problem. Info: cryptpad - https://cryptpad.org/ ### Environment - OS Type & Version: Ubuntu 24.04 - Pangolin Version: 1.11.1 - Gerbil Version: 1.2.2 - Traefik Version: 3.5 - Newt Version: 1.5.2 ### To Reproduce Open my cryptpad instance behind pangolin cryptpad.<xxx>.de This is the Welcome Screen from cryptpad an it is reachable with its Domainname. Then click an option from that Welcome Screen, to open an new document. The adress looks like cryptpad.<xxx>.de/sheet/. Then there is an error that says „This site is only reachable with IP-Adress“. And yes, this address can be accessed via IP. ### Expected Behavior Every cryptpad site is reachable with its domainname.
GiteaMirror added the stale label 2026-04-16 08:55:32 -05:00
Author
Owner

@AstralDestiny commented on GitHub (Nov 3, 2025):

I'll take a look in the morning, Though did you configure it to be for the production part and declare all should use the domain you will be using and not what your local deployment assumes? I say in the morning as my little quick attempt results in no response currently.. annoyingly..

<!-- gh-comment-id:3479323105 --> @AstralDestiny commented on GitHub (Nov 3, 2025): I'll take a look in the morning, Though did you configure it to be for the production part and declare all should use the domain you will be using and not what your local deployment assumes? I say in the morning as my little quick attempt results in no response currently.. annoyingly..
Author
Owner

@Tommy-01 commented on GitHub (Nov 3, 2025):

Sry i'm not sure what you mean. Maybe this Screeshot helps?

Image
<!-- gh-comment-id:3482707697 --> @Tommy-01 commented on GitHub (Nov 3, 2025): Sry i'm not sure what you mean. Maybe this Screeshot helps? <img width="1189" height="678" alt="Image" src="https://github.com/user-attachments/assets/f1236fb1-5b77-4a66-88a2-e82b7138ce8d" />
Author
Owner

@AstralDestiny commented on GitHub (Nov 3, 2025):

In the cryptpad config did you configure it to use your domain over localhost?

<!-- gh-comment-id:3482938604 --> @AstralDestiny commented on GitHub (Nov 3, 2025): In the cryptpad config did you configure it to use your domain over localhost?
Author
Owner

@Tommy-01 commented on GitHub (Nov 4, 2025):

Ah you mean the config.js.
I will have a look.

I did install cryptpad with a "Helper-Script" in my Proxmox.

https://community-scripts.github.io/ProxmoxVE/scripts?id=cryptpad

<!-- gh-comment-id:3484126900 --> @Tommy-01 commented on GitHub (Nov 4, 2025): Ah you mean the config.js. I will have a look. I did install cryptpad with a "Helper-Script" in my Proxmox. https://community-scripts.github.io/ProxmoxVE/scripts?id=cryptpad
Author
Owner

@Tommy-01 commented on GitHub (Nov 4, 2025):

Found this forum post:
https://forum.cryptpad.org/d/2423-pangolin-configuration/3

I'am playing around with the following in the config.js.
But no success until now.

httpUnsafeOrigin: 'https://cryptpad.xxx.de:3000',
httpSafeOrigin: 'https://sandbox.xxx.de:3000',

And this in the docker-compose.yml

CPAD_MAIN_DOMAIN=https://cryptpad.xxx.de:3000',
CPAD_SANDBOX_DOMAIN=https://sandbox.xxx.de:3000',

<!-- gh-comment-id:3487849647 --> @Tommy-01 commented on GitHub (Nov 4, 2025): Found this forum post: https://forum.cryptpad.org/d/2423-pangolin-configuration/3 I'am playing around with the following in the config.js. But no success until now. ``` httpUnsafeOrigin: 'https://cryptpad.xxx.de:3000', httpSafeOrigin: 'https://sandbox.xxx.de:3000', ``` And this in the docker-compose.yml ``` CPAD_MAIN_DOMAIN=https://cryptpad.xxx.de:3000', CPAD_SANDBOX_DOMAIN=https://sandbox.xxx.de:3000', ```
Author
Owner

@AstralDestiny commented on GitHub (Nov 7, 2025):

Okay well I'll deploy it on the same environment you have, But never used proxmox before so guess this will be fun.. normally just use cli stuff.

<!-- gh-comment-id:3501153015 --> @AstralDestiny commented on GitHub (Nov 7, 2025): Okay well I'll deploy it on the same environment you have, But never used proxmox before so guess this will be fun.. normally just use cli stuff.
Author
Owner

@Tommy-01 commented on GitHub (Nov 7, 2025):

Oh this is great. Thank you so much. Please tell if i can help.

<!-- gh-comment-id:3503716825 --> @Tommy-01 commented on GitHub (Nov 7, 2025): Oh this is great. Thank you so much. Please tell if i can help.
Author
Owner

@AstralDestiny commented on GitHub (Nov 7, 2025):

Mind bugging me in the discord by chance? if not that's fine. Mostly asking as discord is a bit harder to not forget.

<!-- gh-comment-id:3505254557 --> @AstralDestiny commented on GitHub (Nov 7, 2025): Mind bugging me in the [discord ](https://discord.gg/MZtgvEfNCc )by chance? if not that's fine. Mostly asking as discord is a bit harder to not forget.
Author
Owner

@Tommy-01 commented on GitHub (Nov 7, 2025):

Mind bugging me in the discord by chance? if not that's fine. Mostly asking as discord is a bit harder to not forget.

Sry, i did not have an Discord Account.

<!-- gh-comment-id:3505292028 --> @Tommy-01 commented on GitHub (Nov 7, 2025): > Mind bugging me in the [discord ](https://discord.gg/MZtgvEfNCc)by chance? if not that's fine. Mostly asking as discord is a bit harder to not forget. Sry, i did not have an Discord Account.
Author
Owner

@AstralDestiny commented on GitHub (Nov 8, 2025):

Ah no worries run me through what I need to do to deploy cryptpad through proxmox or what location I'm looking at in it's ui?

<!-- gh-comment-id:3505456565 --> @AstralDestiny commented on GitHub (Nov 8, 2025): Ah no worries run me through what I need to do to deploy cryptpad through proxmox or what location I'm looking at in it's ui?
Author
Owner

@Tommy-01 commented on GitHub (Nov 8, 2025):

I did use this "Helper-Script" to install an cryptpad lxc container.
After this is done, you can acess cryptpad with the ip of the container and the port 3000.
For example http://:3000/

After that, the domain and pangolin must be set up.

Sry, forgot the link.
https://community-scripts.github.io/ProxmoxVE/scripts?id=cryptpad

<!-- gh-comment-id:3505484268 --> @Tommy-01 commented on GitHub (Nov 8, 2025): I did use this "Helper-Script" to install an cryptpad lxc container. After this is done, you can acess cryptpad with the ip of the container and the port 3000. For example http://<ip>:3000/ After that, the domain and pangolin must be set up. Sry, forgot the link. https://community-scripts.github.io/ProxmoxVE/scripts?id=cryptpad
Author
Owner

@AstralDestiny commented on GitHub (Nov 8, 2025):

Yeah trying to get it to work proxmox script is giving me fun unhelpful errors of "Network connectivity failed" and it's like oh joy non verbose logging.. heh (For installing the LXC service)

<!-- gh-comment-id:3506433667 --> @AstralDestiny commented on GitHub (Nov 8, 2025): Yeah trying to get it to work proxmox script is giving me fun unhelpful errors of "Network connectivity failed" and it's like oh joy non verbose logging.. heh (For installing the LXC service)
Author
Owner

@Tommy-01 commented on GitHub (Nov 8, 2025):

Oh, I'm sorry to hear that. For me the Helper-Script works perfect with standard settings.

<!-- gh-comment-id:3506664431 --> @Tommy-01 commented on GitHub (Nov 8, 2025): Oh, I'm sorry to hear that. For me the Helper-Script works perfect with standard settings.
Author
Owner

@AstralDestiny commented on GitHub (Nov 9, 2025):

No worries just not use to proxmox so it's a bit of a fight right now trying to get proxmox to run the LXC right now. Still working on it.

<!-- gh-comment-id:3507845368 --> @AstralDestiny commented on GitHub (Nov 9, 2025): No worries just not use to proxmox so it's a bit of a fight right now trying to get proxmox to run the LXC right now. Still working on it.
Author
Owner

@github-actions[bot] commented on GitHub (Nov 24, 2025):

This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.

<!-- gh-comment-id:3568547024 --> @github-actions[bot] commented on GitHub (Nov 24, 2025): This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
Author
Owner

@Tommy-01 commented on GitHub (Nov 24, 2025):

Hi, is there something new? Can i help in some Way?

<!-- gh-comment-id:3569631956 --> @Tommy-01 commented on GitHub (Nov 24, 2025): Hi, is there something new? Can i help in some Way?
Author
Owner

@github-actions[bot] commented on GitHub (Dec 9, 2025):

This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.

<!-- gh-comment-id:3629635783 --> @github-actions[bot] commented on GitHub (Dec 9, 2025): This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
Author
Owner

@AstralDestiny commented on GitHub (Dec 9, 2025):

Sorry got sidetracked irl will try again in a bit.

<!-- gh-comment-id:3630910593 --> @AstralDestiny commented on GitHub (Dec 9, 2025): Sorry got sidetracked irl will try again in a bit.
Author
Owner

@github-actions[bot] commented on GitHub (Dec 25, 2025):

This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.

<!-- gh-comment-id:3690648835 --> @github-actions[bot] commented on GitHub (Dec 25, 2025): This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
Author
Owner

@Tommy-01 commented on GitHub (Dec 28, 2025):

bump
;-)

<!-- gh-comment-id:3694609924 --> @Tommy-01 commented on GitHub (Dec 28, 2025): bump ;-)
Author
Owner

@github-actions[bot] commented on GitHub (Jan 13, 2026):

This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.

<!-- gh-comment-id:3741180929 --> @github-actions[bot] commented on GitHub (Jan 13, 2026): This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
Author
Owner

@github-actions[bot] commented on GitHub (Jan 27, 2026):

This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.

<!-- gh-comment-id:3802455978 --> @github-actions[bot] commented on GitHub (Jan 27, 2026): This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2001