Yashu
Yashu
Explore posts from servers
RRailway
Created by Yashu on 11/14/2024 in #✋|help
Cloudflare zero trust access
what I was looking for is that I wanted to limit access the url/domain itself. as to who can access it
12 replies
RRailway
Created by Yashu on 11/14/2024 in #✋|help
Cloudflare zero trust access
now, even this sub-domain is publicly accessible, abit in-directly via tunnel from cloudflare.
12 replies
RRailway
Created by Yashu on 11/14/2024 in #✋|help
Cloudflare zero trust access
In the cf-tunnel railway template, it says
Click Public Hostname → Click Add a public hostname.
For example: I have a domain example.com and I add a sub-domain by connecting it to private service on railway. like pvt-srv.example.com
12 replies
RRailway
Created by Yashu on 11/14/2024 in #✋|help
Cloudflare zero trust access
When you say "private network", do you mean making the service private without any domain name attached to it? Then yes.
12 replies
RRailway
Created by Yashu on 11/14/2024 in #✋|help
Cloudflare zero trust access
Cloudflare has this another feature called Zero trust Access. Where it allows more fine grain control over the access. I was hoping to make that work with private service deployed on railway.
12 replies
RRailway
Created by Yashu on 11/14/2024 in #✋|help
Cloudflare zero trust access
But even with that the URL is publicly accessible with the tunnel attached to a sub-domain.
12 replies
RRailway
Created by Yashu on 11/14/2024 in #✋|help
Cloudflare zero trust access
Yes, I have already gotten that setup.
12 replies
RRailway
Created by Yashu on 10/1/2024 in #✋|help
Watch paths does not work properly with railway config file
Hmm…. Wdym
11 replies
RRailway
Created by Yashu on 10/1/2024 in #✋|help
Watch paths does not work properly with railway config file
I tied disabling the new builder, but for some reason it gets back on automatically
11 replies
RRailway
Created by Yashu on 10/1/2024 in #✋|help
Watch paths does not work properly with railway config file
Are there any future plans to support watch pattern in new builder?
11 replies
RRailway
Created by Yashu on 10/1/2024 in #✋|help
Watch paths does not work properly with railway config file
Yes
11 replies
RRailway
Created by Yashu on 10/1/2024 in #✋|help
Disable caching with Dockerfile
Thanks, this worked!
7 replies
RRailway
Created by gabchan on 10/1/2024 in #✋|help
Hosting static pages on railway?
but on railway we cannot host static files directly, without running any server.
44 replies
RRailway
Created by gabchan on 10/1/2024 in #✋|help
Hosting static pages on railway?
Brody, i think he litteraly has raw HTML, and JS files it seems. no build step.
44 replies
RRailway
Created by Yashu on 10/1/2024 in #✋|help
Disable caching with Dockerfile
For some reason railway is using cached docker file which points to the dev dockerfile not the prod one. even after adding NIXPACKS_NO_CACHE=1 does not seems to resolve the issue.
7 replies
RRailway
Created by gabchan on 10/1/2024 in #✋|help
Hosting static pages on railway?
You can use Vercel / Render / CF Pages for hosting static pages
44 replies
RRailway
Created by Fabian Montaño on 7/25/2024 in #✋|help
How can I do a bulk data load into my MySQL database?
You can store/upload your sql/csv file to cloudflare r2 or aws s3. Then write the program in which ever language you're comfortable in (JS, Ruby, Python, Go). The program can read the file data from the R2/S3 bucket (you can further split the files and run multiple processes) and then insert the data into db.
30 replies
RRailway
Created by Fabian Montaño on 7/25/2024 in #✋|help
How can I do a bulk data load into my MySQL database?
Definition Background worker is simple independent threads in the application running in the background. Generally, they run periodically to perform some tasks.
30 replies
RRailway
Created by Yashu on 7/26/2024 in #✋|help
How can I roll/change database password without effecting data?
I mean, how can I change the password from the UI?
7 replies
RRailway
Created by Fabian Montaño on 7/25/2024 in #✋|help
How can I do a bulk data load into my MySQL database?
Instead of keeping your machine running all day to import the data. You can run a background worker to import the data. That would be faster and make things easier for you.
30 replies