|
|
@ -55,6 +55,16 @@ iftttalert="off" |
|
|
ifttttoken="accesstoken" |
|
|
ifttttoken="accesstoken" |
|
|
iftttevent="linuxgsm_alert" |
|
|
iftttevent="linuxgsm_alert" |
|
|
|
|
|
|
|
|
|
|
|
# ntfy Alerts | https://docs.linuxgsm.com/alerts/ntfy |
|
|
|
|
|
ntfyalert="off" |
|
|
|
|
|
ntfytopic="LinuxGSM" |
|
|
|
|
|
ntfyserver="https://ntfy.sh" |
|
|
|
|
|
ntfytoken="" |
|
|
|
|
|
ntfyusername="" |
|
|
|
|
|
ntfypassword="" |
|
|
|
|
|
ntfypriority="" |
|
|
|
|
|
ntfytags="" |
|
|
|
|
|
|
|
|
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
|
|
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
|
|
pushbulletalert="off" |
|
|
pushbulletalert="off" |
|
|
pushbullettoken="accesstoken" |
|
|
pushbullettoken="accesstoken" |
|
|
@ -153,9 +163,9 @@ glibc="2.17" |
|
|
# Edit with care |
|
|
# Edit with care |
|
|
|
|
|
|
|
|
## Game Server Directories |
|
|
## Game Server Directories |
|
|
systemdir="${serverfiles}/TSSGame" |
|
|
systemdir="${serverfiles}/HumanitZServer" |
|
|
executabledir="${systemdir}/Binaries/Linux" |
|
|
executabledir="${systemdir}/Binaries/Linux" |
|
|
executable="./TSSGameServer-Linux-Shipping" |
|
|
executable="./HumanitZServer-Linux-Shipping" |
|
|
servercfgdir="${systemdir}" |
|
|
servercfgdir="${systemdir}" |
|
|
servercfg="GameServerSettings.ini" |
|
|
servercfg="GameServerSettings.ini" |
|
|
servercfgdefault="GameUserSettings.ini" |
|
|
servercfgdefault="GameUserSettings.ini" |
|
|
|