This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
sudo pkill -f filebrowser
sudo rm -rf /root/filebrowser.db
sudo filebrowser config init -p 6060
nohup sudo filebrowser -r / --address 0.0.0.0 >filebrowser.log 2>&1 &
/etc/systemd/system/filebrowser.service
[Unit] Description=File Browser Service After=network.target [Service] Type=simple User=root ExecStart=/usr/local/bin/filebrowser -r / --address 0.0.0.0 --port 6060 Restart=always [Install] WantedBy=multi-user.target
我们安装的filebrowser 是一个可执行文件,并非是docker版本。其实在它的官网,有很多关于它的用法。系统的学习建议前往官网 https://filebrowser.org/cli
Deleting the wiki page "filebrowser 如何设置自定义端口" cannot be undone. Continue?