users.json
voidas-ui
FREEOP

2 months ago

i have file users.json when new users starts playing he gets into users.json where i can find the file with all users

$10 Bounty

10 Replies

You would need to SSH into your service to view ephemeral files.


I would highly recommend using volumes for storing data.


Simply right click the canvas and create a volume and select the desired service to mount it to.


voidas-ui
FREEOP

2 months ago

i did that


voidas-ui
FREEOP

2 months ago

whats next


Access your file to the path you mounted the volume. (eg, /data)


voidas-ui
FREEOP

2 months ago

did that


If you wish to view the file contents, I’d suggest adding some kind of API that allows you to directly fetch data.

Otherwise, you can deploy a Filebrowser instance, unmount the volume from your service and mount it to Filebrowser, then access it from the Filebrowser URL.


Keep in mind your service will lose access to the json file while the volume is mounted to Filebrowser.


voidas-ui
FREEOP

2 months ago

Okay thanks for the help!


Welcome!

Sign in to your Railway account to join the conversation.

Loading...