dolu_
dolu_
RRailway
Created by dolu_ on 7/14/2023 in #✋|help
URLs from request object are http instead of https
Hi, I'm using adonisjs and checking request object to get the url called by the user. URL got from this request object contains http://xxx.up.railway.app/login but user is on https://xxx.up.railway.app and the HTTP request is in https. Deployment method is docker
23 replies
RRailway
Created by dolu_ on 9/8/2022 in #✋|help
Using Caddyserver config file
Hello I would like to know if there is a possibility to use Caddyserver to serve a web project using Railway? I mean, the Caddyfile config could be inside the project and detected by Railway, or maybe using Docker. I'm not sure Railway supports Docker yet I have a special requirements with this Caddy config to get SSL certificates on demand for customers
tls my@email.com {
on_demand
}
tls my@email.com {
on_demand
}
If it's not possible, there is an alternative using Railway to get this kind of usage? Thanks
10 replies