Initial commit
CI / test (push) Canceled after 0s

This commit is contained in:
2026-09-12 22:22:17 +02:00
commit 904d14b64c
314 changed files with 31884 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Copy this file to config.mk. It contains non-secret Make configuration only.
# Remote SSH administrator supplied by the hoster or LXC configuration. Use
# root, ubuntu, or another account with passwordless sudo. This is deliberately
# not the unprivileged gardomatic service account.
PRODUCTION_HOST =
PRODUCTION_SSH_USER = root
PRODUCTION_SSH_PORT = 22
# Optional private key path on the local workstation. Leave empty to use the
# SSH agent and normal ~/.ssh/config resolution. Paths must not contain spaces.
PRODUCTION_SSH_IDENTITY_FILE =
# Target operating system and architecture. Supported provisioning architectures
# are amd64 and arm64.
PRODUCTION_GOOS = linux
PRODUCTION_GOARCH = amd64