2 years ago
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
2 years ago
efc6197f-b722-41a9-a688-d3cb9811f637
2 years ago
vault warden needs to listen on ipv6
2 years ago
hmm, alright. I'll take a look at the repo then and see if there are any variables I can set for that
2 years ago
Dope, it works now
2 years ago
Had to add ROCKET_ADDRESS=::0
2 years ago
Thank you for putting me on the right path <:salute:1137099685417451530>
2 years ago
happy to help!