All my services are behind a nginx proxy manager.
I installed cryptpad without docker on proxmox via helper-script. Cryptpad is running on cryptpad-ip.
(0) For criptpad-ip I can create an admin-account and use cryptpad within the browser via http://cryptpad-ip:3000
But I want to use it with proxy manager but it failed:
(1) I configured two sub.domains (cryptpad.my-domain.de & cryptpad-sandbox.my-domain.de) with proxy manager which both point to the cryptpad-ip:3000
(2)
I set in the /opt/cryptpad/config/config.js
the following sub.domains:
httpUnsafeOrigin: 'https://cryptpad.my-domain.de'
and
httpSafeOrigin: 'https://cryptpad-sandbox.my-domain.de'
But I cannot create an admin account. While creating the admin account, the webbrowser is stuck during "Hashing your password, this might take some time."
Has anybody managed to set up cryptpad with the nginx proxy manager? Any hints are welcome.