AList一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs
GitHub:https://github.com/alist-org/alist
帮助文档:Introduction | AList文档
服务器新建alist-compose.yml
注意修改自己需要开发的端口,默认为5244
version: '3.3'
services:alist:restart: alwaysvolumes:- '/etc/alist:/opt/alist/data'ports:- '33333:5244'environment:- PUID=0- PGID=0- UMASK=022container_name: alistimage: 'xhofe/alist:latest'
启动服务:docker-compose -f alist-compose.yml up -d
访问ip:33333
查询初始密码:docker exec -it alist ./alist admin
登录成功后更改密码:
申请阿里云令牌:
https://alist.nn.ci/tool/aliyundrive/request.html
登录以后获取token
使用此token去添加阿里云盘
刷新主页发现已可以看到阿里云盘文件