Skip to content

v2.11.0: New eye toggle to hide payload while typing

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 12:48
· 4 commits to master since this release

📝 What’s Changed

  • Add eye toggle to hide payload while typing (#4746) @pglombardo, Peter Giacomo Lombardo
  • Honor theme toggle preference in the admin center (#4745) @pglombardo, Peter Giacomo Lombardo
  • Show app version in admin sidebar navigation (#4744) @pglombardo, Peter Giacomo Lombardo

👥 List of contributors

@pglombardo and Peter Giacomo Lombardo

🛥️ 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