docs(readme): update readme
This commit is contained in:
18
README.en.md
18
README.en.md
@@ -1,5 +1,11 @@
|
|||||||
# g0v0-server
|
# g0v0-server
|
||||||
|
|
||||||
|
[](https://www.python.org/downloads/)
|
||||||
|

|
||||||
|
[](https://results.pre-commit.ci/latest/github/GooGuTeam/g0v0-server/main)
|
||||||
|

|
||||||
|
[](https://discord.gg/AhzJXXWYfF)
|
||||||
|
|
||||||
[简体中文](./README.md) | English
|
[简体中文](./README.md) | English
|
||||||
|
|
||||||
This is an osu! API server implemented with FastAPI + MySQL + Redis, supporting most features of osu! API v1, v2, and osu!lazer.
|
This is an osu! API server implemented with FastAPI + MySQL + Redis, supporting most features of osu! API v1, v2, and osu!lazer.
|
||||||
@@ -44,6 +50,18 @@ This is an osu! API server implemented with FastAPI + MySQL + Redis, supporting
|
|||||||
|
|
||||||
Refer to the [Database Migration Guide](https://github.com/GooGuTeam/g0v0-server/wiki/Migrate-Database)
|
Refer to the [Database Migration Guide](https://github.com/GooGuTeam/g0v0-server/wiki/Migrate-Database)
|
||||||
|
|
||||||
|
## Security
|
||||||
|
|
||||||
|
Use `openssl rand -hex 32` to generate the JWT secret key to ensure the security of the server and the normal operation of the observer server.
|
||||||
|
|
||||||
|
Use `openssl rand -hex 40` to generate the frontend secret key.
|
||||||
|
|
||||||
|
**If it is in a public network environment, please block external requests to the `/_lio` path.**
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Visit the [wiki](https://github.com/GooGuTeam/g0v0-server/wiki) for more information.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -1,6 +1,12 @@
|
|||||||
# g0v0-server
|
# g0v0-server
|
||||||
|
|
||||||
[English](./README.en.md) | 简体中文
|
[](https://www.python.org/downloads/)
|
||||||
|

|
||||||
|
[](https://results.pre-commit.ci/latest/github/GooGuTeam/g0v0-server/main)
|
||||||
|

|
||||||
|
[](https://discord.gg/AhzJXXWYfF)
|
||||||
|
|
||||||
|
简体中文 | [English](./README.en.md)
|
||||||
|
|
||||||
这是一个使用 FastAPI + MySQL + Redis 实现的 osu! API 模拟服务器,支持 osu! API v1, v2 和 osu!lazer 的绝大部分功能。
|
这是一个使用 FastAPI + MySQL + Redis 实现的 osu! API 模拟服务器,支持 osu! API v1, v2 和 osu!lazer 的绝大部分功能。
|
||||||
|
|
||||||
@@ -45,7 +51,6 @@ docker-compose -f docker-compose-osurx.yml up -d
|
|||||||
|
|
||||||
使用[自定义的 osu!lazer 客户端](https://github.com/GooGuTeam/osu),或者使用 [LazerAuthlibInjection](https://github.com/MingxuanGame/LazerAuthlibInjection),修改服务器设置为服务器的 IP
|
使用[自定义的 osu!lazer 客户端](https://github.com/GooGuTeam/osu),或者使用 [LazerAuthlibInjection](https://github.com/MingxuanGame/LazerAuthlibInjection),修改服务器设置为服务器的 IP
|
||||||
|
|
||||||
|
|
||||||
## 更新数据库
|
## 更新数据库
|
||||||
|
|
||||||
参考[数据库迁移指南](https://github.com/GooGuTeam/g0v0-server/wiki/Migrate-Database)
|
参考[数据库迁移指南](https://github.com/GooGuTeam/g0v0-server/wiki/Migrate-Database)
|
||||||
@@ -58,6 +63,10 @@ docker-compose -f docker-compose-osurx.yml up -d
|
|||||||
|
|
||||||
**如果是在公网环境下,请屏蔽对 `/_lio` 路径的外部请求**
|
**如果是在公网环境下,请屏蔽对 `/_lio` 路径的外部请求**
|
||||||
|
|
||||||
|
## 文档
|
||||||
|
|
||||||
|
前往 [wiki](https://github.com/GooGuTeam/g0v0-server/wiki) 查看
|
||||||
|
|
||||||
## 许可证
|
## 许可证
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|||||||
Reference in New Issue
Block a user