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,9 +1,9 @@
# Deploying Siftlode to the public VPS (the VPS)
# Deploying Siftlode to the public VPS
The public test instance runs on the the VPS VPS at **https://siftlode.b1fr0st.eu**, behind
The public test instance runs on a VPS at **https://siftlode.b1fr0st.eu**, behind
Caddy (which terminates TLS and reverse-proxies to the app on `127.0.0.1:8080`).
## Layout on the VPS
## Layout on the host
```
/srv/siftlode/
@ -17,7 +17,7 @@ the small VPS.
## First-time setup
1. DNS `A`/`AAAA` for `siftlode` → the VPS (done via the your DNS provider CLI).
1. DNS `A`/`AAAA` for `siftlode` → the VPS (via your DNS provider).
2. Caddy vhost block `siftlode.b1fr0st.eu { reverse_proxy 127.0.0.1:8080 }` (+ the shared
security-headers snippet), then reload Caddy.
3. `git clone` this repo to `/srv/siftlode/src`.