AList
?️ 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。
一键脚本安装
仅适用于 Linux amd64/arm64 平台。
默认安装在 /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 install /home
更新命令
默认路径
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update
自定义路径
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update /home
卸载命令
默认路径
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall
自定义路径
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall /home
Docker 安装
docker run -d \
--restart=always \
-v /volume4/docker/alist:/opt/alist/data \
-p 666:666 \
--name="alist" \
xhofe/alist:latest
其他命令
启动
systemctl start alist
关闭
systemctl stop alist
状态
systemctl status alist
重启
systemctl restart alist
原创
AList安装指南
本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。
赞赏支持
如果觉得文章对你有帮助,可以请作者喝杯咖啡 ☕
评论交流
欢迎留下你的想法