mirror of
https://github.com/iLay1678/i-tools.git
synced 2025-07-03 18:52:17 +08:00
Update README.md
This commit is contained in:
parent
946beb4f36
commit
9e57d20298
@ -1,4 +1,4 @@
|
|||||||
# 阿里云盘TV版token获取与刷新
|
# TV版token获取与刷新
|
||||||
|
|
||||||
## 路由:
|
## 路由:
|
||||||
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
# Docker部署教程
|
# Docker部署教程
|
||||||
## 直接部署
|
## 直接部署
|
||||||
```
|
```
|
||||||
docker run --name=alipan-tv-token -d -p 3000:3000 ilay/alipan-tv-token:latest
|
docker run --name=tv-token -d -p 3000:3000 ilay/alipan-tv-token:latest
|
||||||
```
|
```
|
||||||
## docker compose 配合alist
|
## docker compose 配合alist
|
||||||
### docker-compose.yaml
|
### docker-compose.yaml
|
||||||
@ -45,7 +45,7 @@ networks:
|
|||||||
driver: bridge
|
driver: bridge
|
||||||
```
|
```
|
||||||
|
|
||||||
### 在 alist 中配置 alipan-tv-token 的地址
|
### 在 alist 中配置 tv-token 的地址
|
||||||
|
|
||||||
在 alist 的阿里云盘open配置中:
|
在 alist 的阿里云盘open配置中:
|
||||||
- Oauth令牌链接填写: `http://alipan-tv-token:3000/refresh`
|
- Oauth令牌链接填写: `http://alipan-tv-token:3000/refresh`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user