infrastructure/nixos-configurations/lindberg-webapps/applications
Fabian Hauser d18b40525c
All checks were successful
CI / build (push) Successful in 2m46s
Add static qo.is landing page
2025-02-03 13:24:24 +02:00
..
default.nix Require postgres version to be configured manually 2024-12-06 17:39:33 +02:00
README.md Add static qo.is landing page 2025-02-03 13:24:24 +02:00

Web Apps

Setting up new static sites

Generate ssh key for deployment:

export SSH_KEYFILE=$(mktemp --dry-run -- /dev/shm/key-XXXXXXXXX)
mkfifo -m 600 $SSH_KEYFILE
ssh-keygen -q -t ed25519 -C "ci@git.qo.is" -N "" -f $SSH_KEYFILE <<< "y\ny\n" &
wl-copy --trim-newline --foreground --paste-once < $SSH_KEYFILE
# Paste private key in CI secret "SSH_DEPLOY_KEY" now

# Configure public key:
wl-copy --trim-newline < ${SSH_KEYFILE}.pub