fix empty server detection and add option to manage existing instances

This commit is contained in:
Robin Appelman 2021-08-09 16:35:59 +02:00
commit 86adb69a95
4 changed files with 13 additions and 1 deletions

View file

@ -9,6 +9,7 @@ name = "Spire" # server name. optional, defaults to "Spire"
tv_name = "SpireTV" # stv name. optional, defaults to "SpireTV"
image = "spiretf/docker-spire-server" # docker image for the tf2 server. optional, defaults to "spiretf/docker-spire-server"
ssh_key = "ssh-rsa AAAA..." # ssh key to add to the server. optional
manage_existing = false # whether to detect and manage server that are already running, optional, disabled by default
[vultr]
api_key = "xxx"