forgejo-autohebergement/terraform/hetzner/compute/terraform.tfvars.example
Horacio Duran 822e42dbb8 Add Template to deploy forgejo.
This template allows deploying a forgejo en either Scaleway or Hetzner
(untested) without much knowledge about them.
It DOES require knowledge about Terragrunt and ansible. A wizard of
sorts is provided but it will not guarantee success without some
knowledge about the underlying technology.
2026-01-09 16:07:44 +01:00

12 lines
394 B
Text

# Hetzner Forgejo Server Configuration
# Copy this file to terraform.tfvars and update with your values:
# cp terraform.tfvars.example terraform.tfvars
# Server type (cpx21 = 4 vCPU, 8GB RAM | cpx31 = 8 vCPU, 16GB RAM)
server_type = "cpx21"
# SSH keys to add (leave empty to use all keys in account)
# ssh_keys = ["my-key-name"]
# Domain name for Forgejo
# domain_name = "git.example.com"