browse files on a volume?
serpentinesr
HOBBYOP

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!


serpentinesr
HOBBYOP

2 years ago

Oh wow


serpentinesr
HOBBYOP

2 years ago

Thanks I'll try this and update here


serpentinesr
HOBBYOP

2 years ago

@Brody keep seeing this

1229646771546882000


2 years ago

gotta wait a bit


serpentinesr
HOBBYOP

2 years ago

okie


2 years ago

railway takes a few moments to register new domains


serpentinesr
HOBBYOP

2 years ago

okay will check back in a bit!


serpentinesr
HOBBYOP

2 years ago

seems to be working now! could you tell me where i can find my password and username for this?


serpentinesr
HOBBYOP

2 years ago

i think i did enter a variable name for the username but dont remember creating any password 🤔


2 years ago

in the service variables


serpentinesr
HOBBYOP

2 years ago

found it!


serpentinesr
HOBBYOP

2 years ago

however, it did not ask me which volume i want to browse?


2 years ago

nope, you need to attach your volume to it


serpentinesr
HOBBYOP

2 years ago

ah


serpentinesr
HOBBYOP

2 years ago

and it already has one attached


serpentinesr
HOBBYOP

2 years ago

that'll also stay?


2 years ago

nope you need to remove that


serpentinesr
HOBBYOP

2 years ago

looks like this

1229838226274123800


2 years ago

indeed it does


serpentinesr
HOBBYOP

2 years ago

okay i see


serpentinesr
HOBBYOP

2 years ago

so looks like ideployed the file browser as its own project


serpentinesr
HOBBYOP

2 years ago

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


serpentinesr
HOBBYOP

2 years ago

oh i see


serpentinesr
HOBBYOP

2 years ago

hmmmm


serpentinesr
HOBBYOP

2 years ago

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


serpentinesr
HOBBYOP

2 years ago

okay


Loading...