feat: add Docker/OpenTofu deployment and DE/NL routing

This commit is contained in:
BuTzZ
2026-07-24 23:10:17 +02:00
parent 57f7b4dedb
commit 12eee8d211
59 changed files with 4452 additions and 148 deletions
+23
View File
@@ -0,0 +1,23 @@
# Diese Datei enthält ausschließlich Beispiele. Kopiere sie nach
# terraform.tfvars und ersetze alle REPLACE_*-Werte.
hcloud_token = "REPLACE_WITH_HETZNER_CLOUD_READ_WRITE_TOKEN"
# Inhalt einer öffentlichen .pub-Datei, niemals den privaten Schlüssel eintragen.
ssh_public_key = "ssh-ed25519 REPLACE_WITH_PUBLIC_KEY user@example"
# Auf deine aktuelle öffentliche IP begrenzen. Mehrere Netze sind möglich.
admin_cidrs = [
"203.0.113.10/32",
]
server_name = "watermaps"
dns_name = "watermaps.incoso.eu"
location = "fsn1"
server_type = "cx33"
deploy_user = "deploy"
routing_volume_size_gb = 40
# Schützt Ressourcen vor versehentlicher Löschung über Console/API.
enable_resource_protection = true