netplay-lobby-server-go/README.md

26 lines
524 B
Markdown
Raw Normal View History

2024-12-24 22:09:17 +08:00
# netplay-lobby-server-go
Netplay lobby server written in GO. Needs Go v1.13.
## Deployment
```bash
go build
./netplay-lobby-server-go
```
## Configuration
Rename the ```config/lobby.template.yaml``` to ```config/lobby.yaml``` and place the configuration file in one of the
following directories:
- /etc/lobby
- $HOME/.lobby
- ./config
## LICENSE
The server itself is licensed under AGPLv3.
This product includes GeoLite2 data created by MaxMind, available from
[https://www.maxmind.com](https://www.maxmind.com)