📝 What’s Changed
OSS Password Pusher can automatically email the secret link to one or more recipients when a push is created. This feature is called Notify by Email (or Auto-Dispatch).
Auto-dispatch was originally introduced as part of the Pro edition on pwpush.com and has been added to OSS Password Pusher through the Feature Pipeline.
🚀 Features
- Add notify_by_email.enabled setting to disable Auto-Dispatch (#4608) @pglombardo
- Auto dispatch emails (#4167) @LukasMalyszko @ozovalihasan
⬆️ Dependencies updates
- ⬆️ Bump docker/metadata-action from 6.1.0 to 6.2.0 (#4602) @dependabot[bot]
- ⬆️ Bump docker/setup-buildx-action from 4.1.0 to 4.2.0 (#4603) @dependabot[bot]
- ⬆️ Bump docker/login-action from 4.2.0 to 4.3.0 (#4604) @dependabot[bot]
👥 List of contributors
@LukasMalyszko, @dependabot[bot], @pglombardo and dependabot[bot]
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
- Point DNS to your server (e.g.
pwpush.example.com). - Download docker-compose.yml or clone the repo.
- In
docker-compose.yml, uncomment and set:TLS_DOMAIN: 'pwpush.example.com'for automatic Let’s Encrypt TLS.
- Run:
docker compose up -dOpen https://pwpush.example.com or alternatively http://your-ip:5100.