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.
This commit is contained in:
npeter83 2026-06-14 23:20:02 +02:00
parent 0f9e14e56f
commit c19f4d9d31
5 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
# Public VPS (the VPS) deployment — hardened, single-host, behind Caddy.
# Public VPS deployment — hardened, single-host, behind Caddy.
#
# Differs from docker-compose.server.yml (the home/LXC stack): the database is NEVER
# published, the app binds to 127.0.0.1 only (Caddy terminates TLS and reverse-proxies it),