fixed installer
This commit is contained in:
parent
05b7d2e464
commit
3d93d01cd1
27 changed files with 996 additions and 1665 deletions
|
|
@ -4,7 +4,7 @@ The Linux agent can report meaningful server lifecycle events to the GSP Panel a
|
|||
|
||||
## Configuration
|
||||
|
||||
Set these values in `Cfg/Config.pm`:
|
||||
Set these values in `Cfg/Config.pm` under the selected install directory:
|
||||
|
||||
```perl
|
||||
agent_event_url => 'https://panel.example.com/agent_event_receiver.php',
|
||||
|
|
@ -13,6 +13,12 @@ remote_server_id => '1',
|
|||
|
||||
If `agent_event_url` is empty, the agent attempts to derive it from `web_api_url`. The `key` value must match the Panel remote server encryption key because it is used to sign event payloads.
|
||||
|
||||
Default new install path:
|
||||
|
||||
```text
|
||||
/home/gameserver/GSP/Cfg/Config.pm
|
||||
```
|
||||
|
||||
## Authentication
|
||||
|
||||
Events are JSON POST requests signed with HMAC-SHA256:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue