安装
wget -O - https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
各种初始化
filebrowser -d /etc/filebrowser.db config init
filebrowser -d /etc/filebrowser.db config set --address 0.0.0.0
filebrowser -d /etc/filebrowser.db config set --port 80
filebrowser -d /etc/filebrowser.db config set --locale zh-cn
filebrowser -d /etc/filebrowser.db users add root password --perm.admin
#用户名和密码在这里
开机启动脚本
cat > /etc/init.d/filebrowser
# 输入下面的服务配置文件,回车,ctrl + D结束输入
#!/sbin/openrc-run
description="filebrowser"
command="/usr/local/bin/filebrowser"
command_background="yes"
command_args="-d /etc/filebrowser.db"
pidfile="/run/filebrowser.pid"
rc_cgroup_cleanup="yes"
depend() {
need net
after firewall
}
开机启动
chmod u+x /etc/init.d/filebrowser
rc-update add filebrowser default
service filebrowser start
service filebrowser status
子方有料原创丨转载请注明原文链接
期待您的评论或捐赠,这是最好的鼓励和支持!