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

最后修改:2023 年 02 月 20 日
如果觉得我的文章对你有用,请随意赞赏