ctfile-services
使用此docker镜像可以搭建自己的城通网盘解析api服务器和面板
1.6K
services:
ctfile:
image: ericwang2006/ctfile-services
container_name: ctfile
ports:
- "3000:3000"
- "8787:8787"
env_file:
- .env
restart: unless-stopped
NEXT_PUBLIC_API_URL=http://localhost:8787
PASSWORD=123456
TOKENS=406eed8862e147ddab186609907999606f030d979edc4205b04dc7c3990474a4
curl -X POST 'https://rest.ctfile.com/p2/user/auth/login' -H 'User-Agent: okhttp/4.9.2' -H 'Content-Type: application/json' -d '{
"token": null,
"username": "邮箱",
"password": "密码",
"app_version": "3.7.6"
}' -k
多个token在环境变量中用逗号隔开
Content type
Image
Digest
sha256:24a638f24…
Size
50.1 MB
Last updated
9 months ago
docker pull ericwang2006/ctfile-services