first commit

This commit is contained in:
2026-04-02 11:32:20 -05:00
commit 05426c2940
6 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Hetzner Token
hcloud_token = "VNC...."
# SSH Config
hcloud_ssh_key_name = "ssh...."
hcloud_ssh_key_file_path = "~/.ssh/id_rsa.pub"
# Server Config
hcloud_server_name = "web...."
hcloud_server_image = "ubuntu-24.04"
hcloud_server_type = "cx23"
# Server Volume Name
hcloud_volume_name = "volume..."
hcloud_volume_size = 10