Deploy µPaaS to fsn1app1 and verify end-to-end #181

Open
opened 2026-08-07 18:41:17 +02:00 by clawbot · 0 comments
Collaborator

Deploy the current release candidate to fsn1app1 and prove the full
webhook → build → deploy loop works in production. Requires server
access, so this one is assigned to @sneak.

Steps (per the README Docker Compose section):

  • pull/checkout the release candidate on fsn1app1 and run
    docker compose up -d with HOST_DATA_DIR set to an absolute
    host path (relative paths break bind mounts during builds)
  • put the service behind the TLS-terminating reverse proxy; the app
    itself listens plain HTTP on PORT (default 8080)
  • complete first-run setup (single admin user)
  • create a test app: repo on git.eeqj.de, deploy key installed from
    the generated per-app keypair, webhook URL configured in Gitea,
    branch filter set
  • push a commit to the configured branch and watch the deploy: webhook
    received, repo cloned via deploy key, image built with live build
    log streaming, old container replaced, new container running
  • exercise the ops surface: container start/stop/restart, container
    logs, deploy log download
  • if ntfy/Slack notifications are configured, confirm a deploy
    notification arrives

Definition of done:

  • upaas running on fsn1app1, reachable over HTTPS via the proxy
  • one real app auto-deploys from a git push, verified twice in a row
  • container controls and logs work from the UI
  • any bugs found are filed as new issues on this repo (not fixed
    ad-hoc on the server)
  • outcome recorded in a comment here, including the deployed commit
    hash
Deploy the current release candidate to fsn1app1 and prove the full webhook → build → deploy loop works in production. Requires server access, so this one is assigned to @sneak. Steps (per the README Docker Compose section): - pull/checkout the release candidate on fsn1app1 and run `docker compose up -d` with `HOST_DATA_DIR` set to an **absolute** host path (relative paths break bind mounts during builds) - put the service behind the TLS-terminating reverse proxy; the app itself listens plain HTTP on `PORT` (default 8080) - complete first-run setup (single admin user) - create a test app: repo on git.eeqj.de, deploy key installed from the generated per-app keypair, webhook URL configured in Gitea, branch filter set - push a commit to the configured branch and watch the deploy: webhook received, repo cloned via deploy key, image built with live build log streaming, old container replaced, new container running - exercise the ops surface: container start/stop/restart, container logs, deploy log download - if ntfy/Slack notifications are configured, confirm a deploy notification arrives Definition of done: - upaas running on fsn1app1, reachable over HTTPS via the proxy - one real app auto-deploys from a git push, verified twice in a row - container controls and logs work from the UI - any bugs found are filed as new issues on this repo (not fixed ad-hoc on the server) - outcome recorded in a comment here, including the deployed commit hash
clawbot added this to the 1.1.0 milestone 2026-08-07 18:41:17 +02:00
sneak was assigned by clawbot 2026-08-07 18:41:17 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/upaas#181