Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sailing:filebrowser [2024/01/08 13:30] – willy | sailing:filebrowser [2024/01/18 10:44] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Add user: | ||
- | useradd -d / | ||
- | |||
- | su - filebrowser | ||
- | |||
- | script: | ||
- | | ||
- | |||
- | download from: | ||
- | https:// | ||
- | |||
- | unzip: | ||
- | tar xvf linux-amd64-filebrowser.tar.gz | ||
- | |||
- | <code bash> | ||
- | > ./ | ||
- | </ | ||
- | |||
- | <file filebrowser.sh> | ||
- | #!/bin/bash | ||
- | |||
- | cd / | ||
- | ./ | ||
- | </ | ||
- | |||
- | <file 40-filebrowser.start> | ||
- | #!/bin/bash | ||
- | |||
- | start-stop-daemon -b -m -p / | ||
- | </ | ||