2 Commits

Author SHA1 Message Date
3cb28ef578 chore: bump nginx and cms to v0.1.1 (#1)
## Summary

- nginx `v0.1.0` → `v0.1.1`: bakes default white-label routing config, fixes `/admin` 404
- cms `v0.1.0` → `v0.1.1`: white-label email templates driven by `SHOP_*` env vars

## Smoke test (run on server after merge)

```sh
docker compose pull nginx cms
docker compose up -d
curl -sS -o /dev/null -w "%{http_code}" http://localhost:8080/admin
# expect 200 or 302 (not 404)
```

Reviewed-on: #1
Co-authored-by: Michael Czechowski <mail@dailysh.it>
Co-committed-by: Michael Czechowski <mail@dailysh.it>
2026-04-29 20:45:02 +02:00
Michael Czechowski
f3b663d36f feat: standalone libreshop demo stack pinned to v0.1.0
White-label preview: brings up cms + cms-db + mail + pdf + nginx +
shop with placeholder env so the toolkit runs clickably without
any adapter. Adapters (e.g. mp) replace compose.yaml with their own
composition + branding env.

Every libreshop component image is pinned to :v0.1.0 — override per
service via LIBRESHOP_<SVC>_TAG in .env if testing rolling :main.
.env.example documents every variable; mail stays in stdout-log
mode and PayPal stays in sandbox/no-creds mode by default.
2026-04-29 18:18:44 +02:00