PinnedFeaturedPrivate
FileBrowser Setup
File Browser Setup.
Install
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bashSystemd
sudo vim /etc/systemd/system/filebrowser.service[Unit]
Description=File browser: %I
After=network.target
[Service]
User=www-data
Group=www-data
ExecStart=/usr/local/sbin/filebrowser -c /etc/filebrowser/%I -d /etc/filebrowser/filebrowser.db
[Install]
WantedBy=multi-user.targetsudo systemctl daemon-reload
sudo systemctl enable --now filebrowser