Files
Gardomatic/config.mk.example
T
kleiax 904d14b64c
CI / test (push) Canceled after 0s
Initial commit
2026-09-12 22:22:17 +02:00

18 lines
701 B
Plaintext

# 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