docs(readme): update readme
This commit is contained in:
18
README.en.md
18
README.en.md
@@ -1,5 +1,11 @@
|
||||
# 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
|
||||
|
||||
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)
|
||||
|
||||
## 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
|
||||
|
||||
MIT License
|
||||
|
||||
Reference in New Issue
Block a user