2 years ago
is it possible to browse the files stored on a volume? (im thinking some kind of web interface?)
30 Replies
2 years ago
yep, use the filebrowser template!
2 years ago
gotta wait a bit
2 years ago
railway takes a few moments to register new domains
seems to be working now! could you tell me where i can find my password and username for this?
i think i did enter a variable name for the username but dont remember creating any password 🤔
2 years ago
in the service variables
2 years ago
nope, you need to attach your volume to it
2 years ago
nope you need to remove that
2 years ago
indeed it does
i should deploy it within the same project as the volume i wish to browse to be able to share the same volume between my existing deployment and the file browser, right?
2 years ago
you do need to deploy it into the same project but you can not share the volume between two services, you would need to remove the volume from your app and attach it to the filebrowser service
so lets say my program is writing data to the volume, i cannot see the files being added in real time
2 years ago
unless your app itself implements such functional, no
2 years ago
all file access to the volume needs to be done by the service it's attached to, and you can only attach one volume to one service at a time

