committed by
GitHub
164 changed files with 3542 additions and 1896 deletions
File diff suppressed because one or more lines are too long
@ -43,6 +43,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
@ -139,7 +144,7 @@ stopmode="2" |
|||||
# 4: gsquery |
# 4: gsquery |
||||
# 5: tcp |
# 5: tcp |
||||
querymode="5" |
querymode="5" |
||||
querytype="" |
querytype="assettocorsa" |
||||
|
|
||||
## Console type |
## Console type |
||||
consoleverbose="yes" |
consoleverbose="yes" |
||||
|
@ -49,6 +49,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -47,6 +47,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -60,6 +60,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -9,7 +9,7 @@ |
|||||
#### Game Server Settings #### |
#### Game Server Settings #### |
||||
|
|
||||
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
||||
port="27000" |
|
||||
# https://steamidfinder.com |
# https://steamidfinder.com |
||||
adminsteamid="" |
adminsteamid="" |
||||
if [ -n "${adminsteamid}" ]; then |
if [ -n "${adminsteamid}" ]; then |
||||
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
@ -160,8 +165,8 @@ glibc="2.15" |
|||||
avdatapath="${serverfiles}/galaxy" |
avdatapath="${serverfiles}/galaxy" |
||||
avgalaxypath="${avdatapath}/${selfname}" |
avgalaxypath="${avdatapath}/${selfname}" |
||||
systemdir="${serverfiles}" |
systemdir="${serverfiles}" |
||||
executabledir="${systemdir}" |
executabledir="${systemdir}/bin" |
||||
executable="./server.sh" |
executable="./bin/AvorionServer" |
||||
servercfgdir="${avgalaxypath}" |
servercfgdir="${avgalaxypath}" |
||||
servercfg="server.ini" |
servercfg="server.ini" |
||||
servercfgdefault="server.ini" |
servercfgdefault="server.ini" |
||||
|
@ -50,6 +50,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -50,6 +50,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -43,6 +43,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -54,6 +54,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -42,6 +42,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -43,6 +43,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -43,6 +43,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -43,6 +43,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -43,6 +43,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -43,6 +43,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -43,6 +43,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -38,6 +38,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -26,6 +26,7 @@ ip="0.0.0.0" |
|||||
port="27015" |
port="27015" |
||||
clientport="27005" |
clientport="27005" |
||||
sourcetvport="27020" |
sourcetvport="27020" |
||||
|
steamport="26901" |
||||
defaultmap="de_mirage" |
defaultmap="de_mirage" |
||||
maxplayers="16" |
maxplayers="16" |
||||
tickrate="64" |
tickrate="64" |
||||
@ -70,6 +71,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -50,6 +50,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -0,0 +1,186 @@ |
|||||
|
################################## |
||||
|
######## Default Settings ######## |
||||
|
################################## |
||||
|
# DO NOT EDIT, ANY CHANGES WILL BE OVERWRITTEN! |
||||
|
# Copy settings from here and use them in either: |
||||
|
# common.cfg - applies settings to every instance. |
||||
|
# [instance].cfg - applies settings to a specific instance. |
||||
|
|
||||
|
#### Game Server Settings #### |
||||
|
|
||||
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
||||
|
servername="LinuxGSM" |
||||
|
ip="0.0.0.0" |
||||
|
port="7777" |
||||
|
queryport="27015" |
||||
|
|
||||
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
|
startparameters="-MultiHome=${ip} -Port=${port} -QueryPort=${queryport} -SteamServerName='${servername}' -log" |
||||
|
|
||||
|
#### LinuxGSM Settings #### |
||||
|
|
||||
|
## LinuxGSM Stats |
||||
|
# Send useful stats to LinuxGSM developers. |
||||
|
# https://docs.linuxgsm.com/configuration/linuxgsm-stats |
||||
|
# (on|off) |
||||
|
stats="off" |
||||
|
|
||||
|
## Notification Alerts |
||||
|
# (on|off) |
||||
|
|
||||
|
# Display IP | https://docs.linuxgsm.com/alerts#display-ip |
||||
|
displayip="" |
||||
|
|
||||
|
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
|
postalert="off" |
||||
|
|
||||
|
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
|
discordalert="off" |
||||
|
discordwebhook="webhook" |
||||
|
|
||||
|
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
|
emailalert="off" |
||||
|
email="[email protected]" |
||||
|
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
|
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
|
iftttalert="off" |
||||
|
ifttttoken="accesstoken" |
||||
|
iftttevent="linuxgsm_alert" |
||||
|
|
||||
|
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
|
mailgunalert="off" |
||||
|
mailgunapiregion="us" |
||||
|
mailguntoken="accesstoken" |
||||
|
mailgundomain="example.com" |
||||
|
mailgunemailfrom="[email protected]" |
||||
|
mailgunemail="[email protected]" |
||||
|
|
||||
|
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
|
pushbulletalert="off" |
||||
|
pushbullettoken="accesstoken" |
||||
|
channeltag="" |
||||
|
|
||||
|
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
|
pushoveralert="off" |
||||
|
pushovertoken="accesstoken" |
||||
|
pushoveruserkey="userkey" |
||||
|
|
||||
|
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat |
||||
|
rocketchatalert="off" |
||||
|
rocketchatwebhook="webhook" |
||||
|
rocketchattoken="" |
||||
|
|
||||
|
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack |
||||
|
slackalert="off" |
||||
|
slackwebhook="webhook" |
||||
|
|
||||
|
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
|
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring". |
||||
|
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help". |
||||
|
telegramapi="api.telegram.org" |
||||
|
telegramalert="off" |
||||
|
telegramtoken="accesstoken" |
||||
|
telegramchatid="" |
||||
|
curlcustomstring="" |
||||
|
|
||||
|
## Updating | https://docs.linuxgsm.com/commands/update |
||||
|
updateonstart="off" |
||||
|
|
||||
|
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
|
maxbackups="4" |
||||
|
maxbackupdays="30" |
||||
|
stoponbackup="on" |
||||
|
|
||||
|
## Logging | https://docs.linuxgsm.com/features/logging |
||||
|
consolelogging="on" |
||||
|
logdays="7" |
||||
|
|
||||
|
## Monitor | https://docs.linuxgsm.com/commands/monitor |
||||
|
# Query delay time |
||||
|
querydelay="1" |
||||
|
|
||||
|
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors |
||||
|
ansi="on" |
||||
|
|
||||
|
#### Advanced Settings #### |
||||
|
|
||||
|
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time |
||||
|
sleeptime="0.5" |
||||
|
|
||||
|
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd |
||||
|
# Server appid |
||||
|
appid="1088320" |
||||
|
steamcmdforcewindows="no" |
||||
|
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch |
||||
|
branch="" |
||||
|
betapassword="" |
||||
|
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server |
||||
|
steammaster="false" |
||||
|
|
||||
|
## Stop Mode | https://docs.linuxgsm.com/features/stop-mode |
||||
|
# 1: tmux kill |
||||
|
# 2: CTRL+c |
||||
|
# 3: quit |
||||
|
# 4: quit 120s |
||||
|
# 5: stop |
||||
|
# 6: q |
||||
|
# 7: exit |
||||
|
# 8: 7 Days to Die |
||||
|
# 9: GoldSrc |
||||
|
# 10: Avorion |
||||
|
# 11: end |
||||
|
stopmode="2" |
||||
|
|
||||
|
## Query mode |
||||
|
# 1: session only |
||||
|
# 2: gamedig (gsquery fallback) |
||||
|
# 3: gamedig |
||||
|
# 4: gsquery |
||||
|
# 5: tcp |
||||
|
querymode="2" |
||||
|
querytype="protocol-valve" |
||||
|
|
||||
|
## Console type |
||||
|
consoleverbose="yes" |
||||
|
consoleinteract="no" |
||||
|
|
||||
|
## Game Server Details |
||||
|
# Do not edit |
||||
|
gamename="Day of Dragons" |
||||
|
engine="unreal4" |
||||
|
glibc="2.17" |
||||
|
|
||||
|
#### Directories #### |
||||
|
# Edit with care |
||||
|
|
||||
|
## Game Server Directories |
||||
|
systemdir="${serverfiles}/Dragons" |
||||
|
executabledir="${systemdir}/Binaries/Linux" |
||||
|
executable="./DragonsServer-Linux-Shipping" |
||||
|
servercfgdir="${systemdir}/Saved/Config/LinuxServer" |
||||
|
servercfg="Game.ini" |
||||
|
servercfgdefault="Game.ini" |
||||
|
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
|
|
||||
|
## Backup Directory |
||||
|
backupdir="${lgsmdir}/backup" |
||||
|
|
||||
|
## Logging Directories |
||||
|
logdir="${rootdir}/log" |
||||
|
gamelogdir="${systemdir}/Saved/Logs" |
||||
|
lgsmlogdir="${logdir}/script" |
||||
|
consolelogdir="${logdir}/console" |
||||
|
lgsmlog="${lgsmlogdir}/${selfname}-script.log" |
||||
|
consolelog="${consolelogdir}/${selfname}-console.log" |
||||
|
alertlog="${lgsmlogdir}/${selfname}-alert.log" |
||||
|
postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log" |
||||
|
|
||||
|
## Logs Naming |
||||
|
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" |
||||
|
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" |
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -46,6 +46,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -48,6 +48,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -50,6 +50,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -50,6 +50,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -57,6 +57,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -56,6 +56,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -51,6 +51,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -12,6 +12,8 @@ |
|||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
port="27102" |
port="27102" |
||||
queryport="27131" |
queryport="27131" |
||||
|
rconport="27015" |
||||
|
rconpassword="" |
||||
servername="LinuxGSM Server" |
servername="LinuxGSM Server" |
||||
defaultmap="Canyon" |
defaultmap="Canyon" |
||||
defaultscenario="Scenario_Crossing_Push_Security" |
defaultscenario="Scenario_Crossing_Push_Security" |
||||
@ -19,7 +21,7 @@ maxplayers="28" |
|||||
|
|
||||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
## Parameter Docs | https://sandstorm-support.newworldinteractive.com/hc/en-us/articles/360049211072-Server-Admin-Guide |
## Parameter Docs | https://sandstorm-support.newworldinteractive.com/hc/en-us/articles/360049211072-Server-Admin-Guide |
||||
startparameters="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers} -Port=${port} -QueryPort=${queryport} -hostname='${servername}' -log" |
startparameters="${defaultmap}?Scenario=${defaultscenario}?MaxPlayers=${maxplayers} -Port=${port} -QueryPort=${queryport} -hostname='${servername}' -Rcon -RconPassword=${rconpassword} -RconListenPort=${rconport} -log" |
||||
|
|
||||
#### LinuxGSM Settings #### |
#### LinuxGSM Settings #### |
||||
|
|
||||
@ -47,6 +49,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -46,6 +46,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -43,6 +43,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -49,6 +49,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -0,0 +1,188 @@ |
|||||
|
################################## |
||||
|
######## Default Settings ######## |
||||
|
################################## |
||||
|
# DO NOT EDIT, ANY CHANGES WILL BE OVERWRITTEN! |
||||
|
# Copy settings from here and use them in either: |
||||
|
# common.cfg - applies settings to every instance. |
||||
|
# [instance].cfg - applies settings to a specific instance. |
||||
|
|
||||
|
#### Game Server Settings #### |
||||
|
|
||||
|
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login |
||||
|
steamuser="username" |
||||
|
steampass='password' |
||||
|
|
||||
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
||||
|
servername="LinuxGSM" |
||||
|
ip="0.0.0.0" |
||||
|
port="7777" |
||||
|
queryport="27015" |
||||
|
customerkey="" |
||||
|
providerkey="" |
||||
|
slots="100" |
||||
|
|
||||
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
|
startparameters="-log -force_steamclient_link -messaging -NoLiveServer -EnableCheats -backendapiurloverride='backend.last-oasis.com' -identifier=${servername} -port=${port} -CustomerKey=${customerkey} -ProviderKey=${providerkey} -slots=${slots} -QueryPort=${queryport} -OverrideConnectionAddress=${ip}" |
||||
|
|
||||
|
#### LinuxGSM Settings #### |
||||
|
|
||||
|
## LinuxGSM Stats |
||||
|
# Send useful stats to LinuxGSM developers. |
||||
|
# https://docs.linuxgsm.com/configuration/linuxgsm-stats |
||||
|
# (on|off) |
||||
|
stats="off" |
||||
|
|
||||
|
## Notification Alerts |
||||
|
# (on|off) |
||||
|
|
||||
|
# Display IP | https://docs.linuxgsm.com/alerts#display-ip |
||||
|
displayip="" |
||||
|
|
||||
|
# More info | https://docs.linuxgsm.com/alerts#more-info |
||||
|
postalert="off" |
||||
|
|
||||
|
# Discord Alerts | https://docs.linuxgsm.com/alerts/discord |
||||
|
discordalert="off" |
||||
|
discordwebhook="webhook" |
||||
|
|
||||
|
# Email Alerts | https://docs.linuxgsm.com/alerts/email |
||||
|
emailalert="off" |
||||
|
email="[email protected]" |
||||
|
emailfrom="" |
||||
|
|
||||
|
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
|
iftttalert="off" |
||||
|
ifttttoken="accesstoken" |
||||
|
iftttevent="linuxgsm_alert" |
||||
|
|
||||
|
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun |
||||
|
mailgunalert="off" |
||||
|
mailgunapiregion="us" |
||||
|
mailguntoken="accesstoken" |
||||
|
mailgundomain="example.com" |
||||
|
mailgunemailfrom="[email protected]" |
||||
|
mailgunemail="[email protected]" |
||||
|
|
||||
|
# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet |
||||
|
pushbulletalert="off" |
||||
|
pushbullettoken="accesstoken" |
||||
|
channeltag="" |
||||
|
|
||||
|
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover |
||||
|
pushoveralert="off" |
||||
|
pushovertoken="accesstoken" |
||||
|
pushoveruserkey="userkey" |
||||
|
|
||||
|
# Rocket.Chat Alerts | https://docs.linuxgsm.com/alerts/rocket.chat |
||||
|
rocketchatalert="off" |
||||
|
rocketchatwebhook="webhook" |
||||
|
rocketchattoken="" |
||||
|
|
||||
|
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack |
||||
|
slackalert="off" |
||||
|
slackwebhook="webhook" |
||||
|
|
||||
|
# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram |
||||
|
# You can add a custom cURL string eg proxy (useful in Russia) in "curlcustomstring". |
||||
|
# For example "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help". |
||||
|
telegramapi="api.telegram.org" |
||||
|
telegramalert="off" |
||||
|
telegramtoken="accesstoken" |
||||
|
telegramchatid="" |
||||
|
curlcustomstring="" |
||||
|
|
||||
|
## Updating | https://docs.linuxgsm.com/commands/update |
||||
|
updateonstart="off" |
||||
|
|
||||
|
## Backup | https://docs.linuxgsm.com/commands/backup |
||||
|
maxbackups="4" |
||||
|
maxbackupdays="30" |
||||
|
stoponbackup="on" |
||||
|
|
||||
|
## Logging | https://docs.linuxgsm.com/features/logging |
||||
|
consolelogging="on" |
||||
|
logdays="7" |
||||
|
|
||||
|
## Monitor | https://docs.linuxgsm.com/commands/monitor |
||||
|
# Query delay time |
||||
|
querydelay="1" |
||||
|
|
||||
|
## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors |
||||
|
ansi="on" |
||||
|
|
||||
|
#### Advanced Settings #### |
||||
|
|
||||
|
## Message Display Time | https://docs.linuxgsm.com/features/message-display-time |
||||
|
sleeptime="0.5" |
||||
|
|
||||
|
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd |
||||
|
# Server appid |
||||
|
appid="920720" |
||||
|
steamcmdforcewindows="no" |
||||
|
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch |
||||
|
branch="" |
||||
|
betapassword="" |
||||
|
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server |
||||
|
steammaster="false" |
||||
|
|
||||
|
## Stop Mode | https://docs.linuxgsm.com/features/stop-mode |
||||
|
# 1: tmux kill |
||||
|
# 2: CTRL+c |
||||
|
# 3: quit |
||||
|
# 4: quit 120s |
||||
|
# 5: stop |
||||
|
# 6: q |
||||
|
# 7: exit |
||||
|
# 8: 7 Days to Die |
||||
|
# 9: GoldSrc |
||||
|
# 10: Avorion |
||||
|
# 11: end |
||||
|
stopmode="2" |
||||
|
|
||||
|
## Query mode |
||||
|
# 1: session only |
||||
|
# 2: gamedig (gsquery fallback) |
||||
|
# 3: gamedig |
||||
|
# 4: gsquery |
||||
|
# 5: tcp |
||||
|
querymode="1" |
||||
|
querytype="" |
||||
|
|
||||
|
## Console type |
||||
|
consoleverbose="yes" |
||||
|
consoleinteract="no" |
||||
|
|
||||
|
## Game Server Details |
||||
|
# Do not edit |
||||
|
gamename="Last Oasis" |
||||
|
engine="unreal4" |
||||
|
glibc="2.17" |
||||
|
|
||||
|
#### Directories #### |
||||
|
# Edit with care |
||||
|
|
||||
|
## Game Server Directories |
||||
|
systemdir="${serverfiles}/Mist" |
||||
|
executabledir="${systemdir}/Binaries/Linux" |
||||
|
executable="./MistServer-Linux-Shipping" |
||||
|
servercfgdir="${systemdir}/Saved/Config/LinuxServer" |
||||
|
servercfg="Game.ini" |
||||
|
servercfgdefault="Game.ini" |
||||
|
servercfgfullpath="${servercfgdir}/${servercfg}" |
||||
|
|
||||
|
## Backup Directory |
||||
|
backupdir="${lgsmdir}/backup" |
||||
|
|
||||
|
## Logging Directories |
||||
|
logdir="${rootdir}/log" |
||||
|
gamelogdir="${systemdir}/Saved/Logs" |
||||
|
lgsmlogdir="${logdir}/script" |
||||
|
consolelogdir="${logdir}/console" |
||||
|
lgsmlog="${lgsmlogdir}/${selfname}-script.log" |
||||
|
consolelog="${consolelogdir}/${selfname}-console.log" |
||||
|
alertlog="${lgsmlogdir}/${selfname}-alert.log" |
||||
|
postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log" |
||||
|
|
||||
|
## Logs Naming |
||||
|
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" |
||||
|
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" |
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -46,6 +46,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -17,7 +17,7 @@ queryport="27015" |
|||||
defaultmap="FFA_ThePit" |
defaultmap="FFA_ThePit" |
||||
|
|
||||
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
||||
startparameters="Mordhau ${defaultmap} -log -MultiHome=${ip} -Port=${port} -BeaconPort=${beaconport} -QueryPort=${queryport}" |
startparameters="Mordhau ${defaultmap} -log -MultiHome=${ip} -Port=${port} -BeaconPort=${beaconport} -QueryPort=${queryport} -GameIni=${servercfgfullpath}" |
||||
|
|
||||
#### LinuxGSM Settings #### |
#### LinuxGSM Settings #### |
||||
|
|
||||
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -42,6 +42,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -43,6 +43,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -41,6 +41,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -50,6 +50,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -52,6 +52,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -56,6 +56,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -47,6 +47,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
@ -139,7 +144,7 @@ stopmode="2" |
|||||
# 3: gamedig |
# 3: gamedig |
||||
# 4: gsquery |
# 4: gsquery |
||||
# 5: tcp |
# 5: tcp |
||||
querymode="1" |
querymode="5" |
||||
querytype="" |
querytype="" |
||||
|
|
||||
## Console type |
## Console type |
||||
|
@ -41,6 +41,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -42,6 +42,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -42,6 +42,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -37,6 +37,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -41,6 +41,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -42,6 +42,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -55,6 +55,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -40,6 +40,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
@ -135,8 +140,8 @@ stopmode="3" |
|||||
# 3: gamedig |
# 3: gamedig |
||||
# 4: gsquery |
# 4: gsquery |
||||
# 5: tcp |
# 5: tcp |
||||
querymode="1" |
querymode="2" |
||||
querytype="" |
querytype="protocol-valve" |
||||
|
|
||||
## Console type |
## Console type |
||||
consoleverbose="yes" |
consoleverbose="yes" |
||||
|
@ -41,6 +41,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -42,6 +42,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -42,6 +42,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -40,6 +40,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
@ -146,7 +151,7 @@ consoleinteract="no" |
|||||
# Do not edit |
# Do not edit |
||||
gamename="7 Days To Die" |
gamename="7 Days To Die" |
||||
engine="unity3d" |
engine="unity3d" |
||||
glibc="2.15" |
glibc="2.27" |
||||
|
|
||||
#### Directories #### |
#### Directories #### |
||||
# Edit with care |
# Edit with care |
||||
|
@ -45,6 +45,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -42,6 +42,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -41,6 +41,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
@ -42,6 +42,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
|
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue