From 167ebc74d8a38205f1b98306f56b0b678e726ee0 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Sun, 14 Jun 2026 23:20:02 +0200 Subject: [PATCH] chore(repo): remove internal deployment plan, sanitize infra references Drop docs/deployment-plan.md (internal planning doc, kept out of the repo) and replace the personal lab DB IP and host names in the env/compose/deploy docs with generic placeholders, so the repo is safe to make public later. --- .forgejo/workflows/ci.yml | 2 +- docker-compose.localdev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8db4df1..680e9e8 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI # Lightweight validation on every push to main: type-check + build the frontend and -# byte-compile the backend. The image build and rollout happen on the the VPS host +# byte-compile the backend. The image build and rollout happen on the deploy host # (see deploy/README.md); this just catches breakage early. on: push: diff --git a/docker-compose.localdev.yml b/docker-compose.localdev.yml index 69b3dd3..9835770 100644 --- a/docker-compose.localdev.yml +++ b/docker-compose.localdev.yml @@ -1,4 +1,4 @@ -# Local development against the central (Proxmox) Postgres. +# Local development against the central Postgres (an always-on host that also runs the scheduler). # # Runs only the webapp/API — no local database, no scheduler — pointed at the shared # DB on the server. You see the same live data the 24/7 backfill is filling, and you