Variables now use \${VAR:-default} syntax so they can be set
via Portainer's environment editor without modifying the compose file.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- .gitea/workflows/docker.yml: builds and pushes image to
git.albert-zangerl.com/al/logwatch on every push to main
and on version tags (v*)
- stack.env.example: template for environment variables
- stack.env: gitignored, lives on docker.lan next to the stack
- portainer-stack.yml: updated to use Gitea registry image
and env_file reference
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
For deployment on docker.lan via Portainer Web Editor.
Requires image built locally: docker build -t logwatch:latest .
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Subscribes to an ntfy channel via JSON stream, filters Watchtower
notifications by importance (updates, failures, errors) and forwards
only the relevant ones to a second ntfy channel.
- filter.py: SSE consumer + regex-based importance filter + forwarder
- Dockerfile + docker-compose.yml for containerised deployment
- Configurable via env vars (SOURCE_URL, TARGET_URL, LOG_LEVEL, …)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>