关于 Alist

一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。

安装

仅适用于 Linux amd64/arm64 平台。

安装

1
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install

更新

1
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update

卸载

1
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall

自定义路径

默认安装在 /opt/alist 中。 自定义安装路径,将安装路径作为第二个参数添加,必须是绝对路径(如果路径以 alist 结尾,则直接安装到给定路径,否则会安装在给定路径 alist 目录下),如 安装到 /root

1
2
3
4
5
6
# Install
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install /root
# update
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update /root
# Uninstall
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall /root
  • 启动: systemctl start alist
  • 关闭: systemctl stop alist
  • 状态: systemctl status alist
  • 重启: systemctl restart alist

简单设置

若是服务器先在服务器中开放 5244 端口,在浏览器中访问服务器 ip:5244 即可打开 Alist,在服务器终端中进入 /opt/alist 中输入 ./alist admin 即可查看默认后台管理员账号密码

挂载资源

Alist 支持绝大多数的网盘挂在以及本地挂载,详情参考 [Alist 官方中文文档](Home | AList文档 (nn.ci))

搞定

效果图