文章

Alist搭建

脚本安装
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install

查看状态:systemctl status alist
启动服务:systemctl start alist
重启服务:systemctl restart alist
停止服务:systemctl stop alist

访问地址:http://YOUR_IP:5244/

配置文件路径:/opt/alist/data/config.json
python3  -m http.server 6800