mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
update readme
This commit is contained in:
parent
e8c36f193a
commit
340b9dc15c
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
|
@ -2,7 +2,16 @@
|
||||||
|
|
||||||
Web monitor for Half-Life game servers based on [Xash3D FWGS](https://github.com/FWGS/xash3d-fwgs) masters crawler
|
Web monitor for Half-Life game servers based on [Xash3D FWGS](https://github.com/FWGS/xash3d-fwgs) masters crawler
|
||||||
|
|
||||||
## Online
|
## Features
|
||||||
|
|
||||||
|
* Live scrape of each server for online status, active map, players total
|
||||||
|
* Game session info: names, frags, time in game, etc
|
||||||
|
* Subscription for online updates and players join to server with RSS
|
||||||
|
* History keeping in SQLite DB for any charts building
|
||||||
|
* New instances crawler based on multiple master nodes
|
||||||
|
* Flexible environment settings
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
* `http://94.140.114.89/hl/` - Clearnet
|
* `http://94.140.114.89/hl/` - Clearnet
|
||||||
* `http://[201:5eb5:f061:678e:7565:6338:c02c:5251]/hl/` - Yggdrasil
|
* `http://[201:5eb5:f061:678e:7565:6338:c02c:5251]/hl/` - Yggdrasil
|
||||||
|
|
@ -22,7 +31,7 @@ Web monitor for Half-Life game servers based on [Xash3D FWGS](https://github.com
|
||||||
* `cp .env .env.local`
|
* `cp .env .env.local`
|
||||||
* `crontab -e` > `* * * * * /usr/bin/curl --silent http://localhost/crontab/index &> /dev/null`
|
* `crontab -e` > `* * * * * /usr/bin/curl --silent http://localhost/crontab/index &> /dev/null`
|
||||||
|
|
||||||
## Update
|
### Update
|
||||||
|
|
||||||
* `git pull`
|
* `git pull`
|
||||||
* `git merge`
|
* `git merge`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue