Add locations to todo items and automate Gitea deploy
Some checks failed
Redeploy Docker Compose / redeploy (push) Failing after 2s

This commit is contained in:
2026-03-26 18:44:33 +01:00
parent 0ec3222873
commit 124de9f5b8
8 changed files with 220 additions and 14 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 0.5.1 - 2026-03-26
- Added Gitea Actions workflow for automatic Docker Compose redeploy on `main` updates:
- New workflow file: `.gitea/workflows/redeploy-compose.yml`.
- Uses SSH to connect to deployment host and run `git pull` + `docker compose up -d --build --remove-orphans`.
- Supports optional `DEPLOY_PORT` secret (defaults to `22`).
- Updated `README.md` with Gitea deployment workflow setup and required secrets.
## 0.5.0 - 2026-03-26
- Added anonymous backend visit logging in SQLite:
- New `visit_logs` table records timestamp, hashed visitor id, and country metadata.