FileBrowser support
conneradamsmaine
HOBBYOP

4 months ago

Hi, I'm trying to expose the file root of my FileBrowser project using
filebrowser -r /srv/filebrowser -p 8080 --enable-webdav
My goal is to access it locally, but I'm not sure if this setup is possible on Railway. Could anyone clarify if this can be done or offer guidance? Any help would be greatly appreciated!

Solved

49 Replies

4 months ago

I don't see why that wouldn't work. What's the issue you're having?


conneradamsmaine
HOBBYOP

4 months ago

# filebrowser -r /srv/filebrowser -p 8080 --enable-webdav
sh: filebrowser: not found

I can't use dir to figure out where I am within my project, I haven't used linux is ages, and I'm just really confused…


4 months ago

Where are you running that?


conneradamsmaine
HOBBYOP

4 months ago

I run the SSH command to access my project and then run it directly from my terminal


4 months ago

ls is the directory command btw


4 months ago

Every time you restart your deployment your filebrowser will be removed though


conneradamsmaine
HOBBYOP

4 months ago

Thank you, I'm really not used to linux anymore. I've been getting back into gaming so Windows has been my only use for a while


conneradamsmaine
HOBBYOP

4 months ago

It's standalone and I don't really ever intend to reset it


4 months ago

curl -fsSL [https://raw.githubusercontent.com/filebrowser/get/master/get.sh](https://raw.githubusercontent.com/filebrowser/get/master/get.sh) | bash

Run this


conneradamsmaine
HOBBYOP

4 months ago

/ # curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh |
 bash
sh: bash: not found
curl: (23) Failure writing output to destination

4 months ago

apt-get install bash


conneradamsmaine
HOBBYOP

4 months ago

apt-get not found


4 months ago

the hell


4 months ago

What image is the base here


4 months ago

What is your service


conneradamsmaine
HOBBYOP

4 months ago

I'm just using the filebrowser template from https://ghcr.io/brody192/filebrowser-template


4 months ago

Oh 🍭


4 months ago

I thought this was for another service


4 months ago

https://railway.com/deploy/Nan7Bs

Did you deploy using the marketplace?


conneradamsmaine
HOBBYOP

4 months ago

When creating I selected the templates option, typed in filebrowser and selected it


conneradamsmaine
HOBBYOP

4 months ago

Assuming they're the same cause it looks… exactly the same


4 months ago

Yeah they're the same. Testing myself right now.


conneradamsmaine
HOBBYOP

4 months ago

Getting the feeling I should get back into linux so I dont have to worry about this again <:TuckerLaugh:1307921762859880518>



conneradamsmaine
HOBBYOP

4 months ago

Yup


4 months ago

What's the problem here?


conneradamsmaine
HOBBYOP

4 months ago

Just trying to setup WebDav for windows virtual disks


conneradamsmaine
HOBBYOP

4 months ago

But I can't run the command to do so


4 months ago

I don't even see WebDav as an option for Filebrowser




conneradamsmaine
HOBBYOP

4 months ago

I figured out my problem anyway


4 months ago

1439329383390122200


4 months ago

It was never added…


conneradamsmaine
HOBBYOP

4 months ago

😭 course not


conneradamsmaine
HOBBYOP

4 months ago

Funny thing about linux, unlike windows you have to add ./ before the executable you're trying to run commands with


conneradamsmaine
HOBBYOP

4 months ago


conneradamsmaine
HOBBYOP

4 months ago

Completely forgot about that


4 months ago

okay…


conneradamsmaine
HOBBYOP

4 months ago

Well my original problem is solved now I gotta find a filebrowser replacement with WebDAV support


4 months ago

You wouldn't need to run that command at all because the template does it for you


4 months ago

I don't know what issue you had in the first place


conneradamsmaine
HOBBYOP

4 months ago

My initial issue is I forgot to use ./ and I thought Filebrowser supported WebDAV


conneradamsmaine
HOBBYOP

4 months ago

Which I now know it does not


4 months ago

Yeah but you don't need to run that command at all


4 months ago

You would either set that as the start command


4 months ago

It wouldn't run because it's already running in the container


conneradamsmaine
HOBBYOP

4 months ago

This is currently just testing for a large project coming up so I wasn't intending to do anything permanent


conneradamsmaine
HOBBYOP

4 months ago

But I see what you mean


Status changed to Solved conneradamsmaine 4 months ago


Loading...