22 lines
709 B
Markdown
22 lines
709 B
Markdown
本指南将帮助你安装和运行 AList 代理服务。AList 是一个支持多种存储的文件列表程序,提供网页浏览和 WebDAV 服务。
|
||
|
||
安装步骤
|
||
1. 下载代理脚本
|
||
使用以下命令下载代理脚本到本地:
|
||
|
||
bash
|
||
curl -o index.js https://x-mo.cn:9009/XiaoMo/alist-proxy/raw/branch/master/index.js
|
||
|
||
2. 安装依赖
|
||
确保你的系统已经安装了 Node.js。如果没有,请访问 Node.js 官网 下载并安装。
|
||
|
||
3. 运行代理服务
|
||
下载完成后,使用以下命令运行代理服务:
|
||
|
||
|
||
bash
|
||
node index.js
|
||
4. 访问 AList 界面
|
||
代理服务运行后,你可以通过浏览器访问 AList 的 Web 界面。默认情况下,AList 监听在 http://localhost:9001
|
||
|