github pglombardo/PasswordPusher v2.1.0
v2.1.0: New Two-factor Authentication

latest release: v2.1.1
5 hours ago

πŸ“ What’s Changed

This release adds 2FA/TOTP to the application which users can enable under Account --> Edit Login Details.

Additionally, there is a new CLI inside the container at /opt/PasswordPusher/bin/disable_two_factor which admins can use to disable 2FA on accounts.

Documentation on the feature is here.

Screenshot 2026-03-21 at 02 29 07

πŸš€ Features

πŸ‘₯ List of contributors

@pglombardo

πŸ›₯️ 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

Don't miss a new PasswordPusher release

NewReleases is sending notifications on new releases.