Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just wanted to say thank you for existing! #3228

Open
omnisophia opened this issue May 15, 2024 · 4 comments
Open

Just wanted to say thank you for existing! #3228

omnisophia opened this issue May 15, 2024 · 4 comments

Comments

@omnisophia
Copy link

I'm sorry to waste a bug report on this however, your program saved my a$$ last minute. I am very grateful! Just wanted to express that!

I had to make a large amount of files available to a client last minute. So I just happen to find this piece of kit, ran it on tmux, configured a home path for it with the command, mounted a fstab cifs mount to that home path, and wham! We have shared files.

It even worked with a CIFS mount. Nothing short of amazing!

@ediazrod
Copy link

ediazrod commented May 16, 2024

Very good idea to share files and solve my issue with the umask files... mount over cifs... clever very clever

@omnisophia
Copy link
Author

Very good idea to share files and solve my issue with the umask files... mount over cifs... clever very clever

curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
mkdir $MOUNTPOINTNAME
filebrowser -p 8080 -a x.x.x.X -r /home/$USER/$MOUNTPOINTNAME
sudo nano /etc/fstab
//[NAS-IP-ADDR]/$PATH /home/$USER/$MOUNTPOINTNAME cifs vers=2.0,rw,username=[USERNAME],password=[PASSWORD],iocharset=utf8,file_mode=0777,dir_mode=0777,noperm 0 0
sudo mount -a 
$HOME ~ ls ./$MOUNTPOINTNAME

Renders NAS files.

Then I just pointed a nginx reverse proxy to it and forwarded 80 to 8080, added lets encrypt on the reverse proxy. Fully hosted files.

Not very fast. However it kept me from getting fired.

@ediazrod
Copy link

I tested and works very well on my case.. I need to clear some issues to avoid disconnect but and the ends is one of the best solutions :-D

Thanks again for the idea.

@omnisophia
Copy link
Author

I tested and works very well on my case.. I need to clear some issues to avoid disconnect but and the ends is one of the best solutions :-D

Thanks again for the idea.

I would also run the command

``filebrowser -p 8080 -a x.x.x.X -r /home/$USER/$MOUNTPOINTNAME```

Inside of fstab or create a tmux session and run it inside of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants