R
Railway8mo ago
nikivi

Need linux server i run a command inside of that pipes output to a file

i basically need some linux server, where i run a command and pipe output of that command into a file server is always on can i use railway for this? because i have digital ocean droplet now and dx is garbage they gave me some weird web shell thing
No description
1 Reply
MantisInABox
MantisInABox8mo ago
Railway is not going to provide Linux servers directly. Everything is going to be run inside of docker containers. Any files written inside the container are ephemeral and will be wiped out with each new code deploy For persistent data storage you would need to use volumes. You can access the logs of your application through the API, or there is a bookmarklet that has been provided by Brody to allow you to dump your logs to a file through your web browser. His bookmarklets can be found here https://bookmarklets.up.railway.app/log-downloader/