2 years ago
Description: Sets up Cloudflare Tunnel within your Railway project!
Category: Other
6 Replies
2 years ago
Thanks for setting this template up!
I think the SSL mode on cloudflare needs to be set to Full (Strict) though.
8 months ago
A suggestion:
Document that some services (like SvelteKit) start with host 0.0.0.0, that would make the Tunnel to fail. My fix was, on my service variables, create a HOSTNAME variable (which is the same as my internal URL) and, on my Docker image, run with that host.
E.g.
Internal URL: myapp.railway.internal
VAR: HOSTNAME: myapp
Dockerfile: HOST=$HOSTNAME node index.js
3 months ago
Template icon link is broken.
New path: https://one.dash.cloudflare.com/one/assets/favicon.ico?f=.png
jratienza65
Template icon link is broken.New path: https://one.dash.cloudflare.com/one/assets/favicon.ico?f=.png
3 months ago
Thank you very much!

