mirror of
https://github.com/kingmo888/rustdesk-api-server.git
synced 2026-02-21 10:27:23 +08:00
update
This commit is contained in:
parent
44fa7a73e3
commit
de5979bf3c
@ -170,6 +170,10 @@ services:
|
||||
|
||||
这种操作大概率是docker配置+nginx反代+SSL的组合,要注意修改CSRF_TRUSTED_ORIGINS,如果是ssl那就是https开头,否则就是http。
|
||||
|
||||
- Mysql版本要求
|
||||
|
||||
如果你使用的是Mysql数据库,需要注意django4.x版本需要Mysql8.0,如果要使用mysql5.8则需要将django版本降至3.2。
|
||||
|
||||
## 开发计划
|
||||
|
||||
- [x] 分享设备给其他已注册用户(v1.3+)
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
django
|
||||
xlwt
|
||||
mysqlclient
|
||||
Loading…
Reference in New Issue
Block a user