Alist 多种存储的目录文件列表程序

Alist 多种存储的目录文件列表程序

一款支持多种存储的目录文件列表程序,支持 web 浏览与 webdav,后端基于gin,前端使用react

 

支持的存储

演示

   一键脚本

   仅支持Linux-x86_64/aarch64平台

   安装

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

   更新

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

   卸载

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

自定义路径​
默认安装在/opt/alist,要自定义安装路径,添加安装路径为第二个参数,必须是绝对路径(路径以alist结尾时直接安装到给定路径,否则会安装在给定路径alist目录下),如安装到/root:
# 安装
curl -fsSL "https://nn.ci/alist.sh" | bash -s install /root
# 更新
curl -fsSL "https://nn.ci/alist.sh" | bash -s update /root
# 卸载
curl -fsSL "https://nn.ci/alist.sh" | bash -s uninstall /root

docker logs alist
# 或者
docker exec -it alist ./alist -password

稳定版​
docker run -d --restart=always -v /etc/alist:/opt/alist/data -p 5244:5244 --name="alist" xhofe/alist:latest

开发版​
docker run -d --restart=always -v /etc/alist:/opt/alist/data -p 5244:5244 --name="alist" xhofe/alist:v2

指定版本​
具体见 https://hub.docker.com/r/xhofe/alist

官网:https://github.com/Xhofe/alist

官方文档:https://alist-doc.nn.ci/docs/intro

 

 

 

上一篇: ShareList 一个易用的网盘工具
下一篇: 最好的免费Http内网穿透ding-tunnel

访客评论
目前还没有人评论,您发表点看法?
发表评论

评论内容 (必填):