Skip to content

v2.9.0: Notify by Email (Auto-Dispatch)

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jul 16:37

📝 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

⬆️ Dependencies updates

👥 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

  1. Point DNS to your server (e.g. pwpush.example.com).
  2. Download docker-compose.yml or clone the repo.
  3. In docker-compose.yml, uncomment and set:
    • TLS_DOMAIN: 'pwpush.example.com' for automatic Let’s Encrypt TLS.
  4. Run:
docker compose up -d

Open https://pwpush.example.com or alternatively http://your-ip:5100.

🔗 Useful Links