Cloudflared setup
I have the cloudflared service setup and working in another project, but for some reason I cannot get it working in a different project for vaultwarden. I am able to access vaultwarden from the railway public domain, but not through the cloudflare setup.
Have service variable on the vaultwarden server for PORT=8000
7 Replies
Project ID:
efc6197f-b722-41a9-a688-d3cb9811f637
efc6197f-b722-41a9-a688-d3cb9811f637
vault warden needs to listen on ipv6
hmm, alright. I'll take a look at the repo then and see if there are any variables I can set for that
Dope, it works now
Solution
Had to add
ROCKET_ADDRESS=::0
Thank you for putting me on the right path :salute:
happy to help!