|
|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
#### Server Settings ####
|
|
|
|
|
|
-## Installation Variables | https://github.com/GameServerManagers/LinuxGSM/wiki/Don't-Starve-Together
|
|
|
+## Installation Variables | https://docs.linuxgsm.com/game-servers/dont-starve-together
|
|
|
sharding="false"
|
|
|
master="true"
|
|
|
shard="Master"
|
|
|
@@ -19,7 +19,7 @@ cave="false"
|
|
|
persistentstorageroot="${HOME}/.klei"
|
|
|
confdir="DoNotStarveTogether"
|
|
|
|
|
|
-## Server Start Command | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters#additional-parameters
|
|
|
+## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
|
|
fn_parms(){
|
|
|
parms="-persistent_storage_root ${persistentstorageroot} -conf_dir ${confdir} -cluster ${cluster} -shard ${shard}"
|
|
|
}
|
|
|
@@ -29,42 +29,42 @@ parms="-persistent_storage_root ${persistentstorageroot} -conf_dir ${confdir} -c
|
|
|
## Notification Alerts
|
|
|
# (on|off)
|
|
|
|
|
|
-# More info | https://github.com/GameServerManagers/LinuxGSM/wiki/Alerts#more-info
|
|
|
+# More info | https://docs.linuxgsm.com/alerts#more-info
|
|
|
postalert="off"
|
|
|
postdays="7"
|
|
|
posttarget="https://hastebin.com"
|
|
|
|
|
|
-# Discord Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Discord
|
|
|
+# Discord Alerts | https://docs.linuxgsm.com/alerts/discord
|
|
|
discordalert="off"
|
|
|
discordwebhook="webhook"
|
|
|
|
|
|
-# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email
|
|
|
+# Email Alerts | https://docs.linuxgsm.com/alerts/email
|
|
|
emailalert="off"
|
|
|
email="email@example.com"
|
|
|
emailfrom=""
|
|
|
|
|
|
-# IFTTT Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/IFTTT
|
|
|
+# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
|
|
|
iftttalert="off"
|
|
|
ifttttoken="accesstoken"
|
|
|
iftttevent="linuxgsm_alert"
|
|
|
|
|
|
-# Mailgun Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/mailgun
|
|
|
+# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
|
|
|
mailgunalert="off"
|
|
|
mailguntoken="accesstoken"
|
|
|
mailgundomain="example.com"
|
|
|
mailgunemailfrom="alert@example.com"
|
|
|
mailgunemail="email@myemail.com"
|
|
|
|
|
|
-# Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
|
|
|
+# Pushbullet Alerts | https://docs.linuxgsm.com/alerts/pushbullet
|
|
|
pushbulletalert="off"
|
|
|
pushbullettoken="accesstoken"
|
|
|
channeltag=""
|
|
|
|
|
|
-# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover
|
|
|
+# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
|
|
|
pushoveralert="off"
|
|
|
pushovertoken="accesstoken"
|
|
|
|
|
|
-# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram
|
|
|
+# Telegram Alerts | https://docs.linuxgsm.com/alerts/telegram
|
|
|
# You can add a custom cURL string eg proxy (useful in Russia) or else in "curlcustomstring".
|
|
|
# like a "--socks5 ipaddr:port" for socks5 proxy see more in "curl --help", if you not need
|
|
|
# any custom string in curl - simple ignore this parameter.
|
|
|
@@ -73,15 +73,15 @@ telegramtoken="accesstoken"
|
|
|
telegramchatid=""
|
|
|
curlcustomstring=""
|
|
|
|
|
|
-## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update
|
|
|
+## Updating | https://docs.linuxgsm.com/commands/update
|
|
|
updateonstart="off"
|
|
|
|
|
|
-## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
|
|
|
+## Backup | https://docs.linuxgsm.com/commands/backup
|
|
|
maxbackups="4"
|
|
|
maxbackupdays="30"
|
|
|
stoponbackup="on"
|
|
|
|
|
|
-## Logging | https://github.com/GameServerManagers/LinuxGSM/wiki/Logging
|
|
|
+## Logging | https://docs.linuxgsm.com/features/logging
|
|
|
consolelogging="on"
|
|
|
logdays="7"
|
|
|
|
|
|
@@ -103,7 +103,7 @@ branch=""
|
|
|
gamename="Don't Starve Together"
|
|
|
engine="dontstarve"
|
|
|
|
|
|
-## Service Name | https://github.com/GameServerManagers/LinuxGSM/wiki/Multiple-Servers
|
|
|
+## Service Name | https://docs.linuxgsm.com/features/multiple-game-servers
|
|
|
servicename="dst-server-${shard}"
|
|
|
|
|
|
#### Directories ####
|