feat: playground static site with cursor webhook deploy

Scaffold nginx + deploy-hook stack for playground.schwenk.online,
Gitea cursor workflow, directory-based public/ content, and boka
bootstrap via git clone.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Frank Schwenk
2026-07-05 16:07:24 +02:00
commit 8cdde429f5
21 changed files with 1173 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Copy to .env on boka — never commit .env
# Gitea push webhook HMAC secret (same value in Gitea repo webhook settings)
WEBHOOK_SECRET=change-me-to-a-long-random-string
# Gitea deploy token (read repo) for git pull inside deploy-hook container
DEPLOY_GIT_TOKEN=
# Optional overrides
# DEPLOY_BRANCH=main
# DEPLOY_GIT_URL=https://gitea.schwenk.online/froxxxy/playground.git
# HOST_UID=1002
# HOST_GID=1002