宝塔alist
到处是alist教程,安装就不发了,自己百度
默认安装在 /opt/alist中。 自定义安装路径,将安装路径作为第二个参数添加,必须是绝对路径(如果路径以 alist 结尾,则直接安装到给定路径,否则会安装在给定路径 alist 目录下),如
安装到 /目录:
安装
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install /目录
更新
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update /目录
卸载
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall /目录
安装以后启动程序:
常用指令:
启动:
./alist
改密码:
./alist admin set 新密码
启动进程:
./alist start
停止进程:
./alist start
启动: systemctl start alist
关闭: systemctl stop alist
状态: systemctl status alist
重启: systemctl restart alist