mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 18:14:06 +02:00
fix empty server detection and add option to manage existing instances
This commit is contained in:
parent
da2b13feb1
commit
86adb69a95
4 changed files with 13 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue