Deploy notes: the game answers at hands.kestrelsnest.social

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2026-09-22 15:40:46 -04:00
co-authored by Claude Fable 5.1
parent 4d361198cd
commit 8bb708f1b2
2 changed files with 9 additions and 5 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
# One-time droplet setup. Run ON the droplet as root:
# bash setup-droplet.sh waving-hands.<droplet-ip>.sslip.io
# bash setup-droplet.sh 'hands.kestrelsnest.social, waving-hands.<droplet-ip>.sslip.io'
# The argument is the Caddy site address line: one name, or several
# separated by commas. Every name must already resolve to this droplet.
# Waving Hands is a static site: Caddy serves the built files and terminates
# TLS. There is no application process, so nothing but Caddy and rsync is
# installed.