On this page
On this page
FileBrowser Setup
Install
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
Systemd
sudo vim /etc/systemd/system/filebrowser.service
[Unit]Description=File browser: %IAfter=network.target[Service]User=www-dataGroup=www-dataExecStart=/usr/local/sbin/filebrowser -c /etc/filebrowser/%I -d /etc/filebrowser/filebrowser.db[Install]WantedBy=multi-user.target
sudo systemctl daemon-reloadsudo systemctl enable --now filebrowser
Edit this page
Last updated on 8/27/2021