mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 18:14:06 +02:00
add digitalocean support
This commit is contained in:
parent
4e9c1094bb
commit
01e48520c6
8 changed files with 488 additions and 70 deletions
|
|
@ -8,13 +8,20 @@ config_mode = "6v6" # 6v6 or 9v9, defaults to "6v6"
|
|||
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
|
||||
ssh_keys = ["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
|
||||
|
||||
# Specify either the vultr settings or the digitalocean settings to pick the cloud provider
|
||||
|
||||
[vultr]
|
||||
api_key = "xxx"
|
||||
region = "ams" # see https://api.vultr.com/v2/regions for a list of regions
|
||||
plan = "vc2-1c-2gb" # optional, defaults to vc2-1c-2gb (2GB, $10/month) see https://api.vultr.com/v2/plans for a lis of plan
|
||||
plan = "vc2-1c-2gb" # optional, defaults to vc2-1c-2gb (2GB, $10/month) see https://api.vultr.com/v2/plans for a list of plans
|
||||
|
||||
[digitalocean]
|
||||
api_key = "xxx"
|
||||
region = "ams3" # see https://api.digitalocean.com/v2/apps/regions for a list of regions
|
||||
plan = "s-1vcpu-2gb" # optional, defaults to s-1vcpu-2gb (2GB, $10/month) see https://api.digitalocean.com/v2/sizes for a list of plans
|
||||
|
||||
[dyndns] # optional dyndns2 details
|
||||
update_url = "https://update.eurodyndns.org/update/" # Update url for dyndns2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue