请注意,本文编写于 226 天前,最后修改于 224 天前,其中某些信息可能已经过时。
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