Skip to content

Releases: pglombardo/PasswordPusher

v1.65.0: Admin & Owner do not count towards total view amount

05 Dec 10:40
5110580

Choose a tag to compare

📝 What’s Changed

There are two ease-of-use additions in this release:

When a Push owner or an instance admin views a push, it no longer counts against the view expiration but the view activity is still logged in the Audit Log:

Screenshot 2025-12-04 at 18 04 06

When generating a Password, if you previously typed something into the Payload box, you will now get a confirmation dialog asking if you want to replace the content:

Screenshot 2025-12-05 at 11 38 30

Thanks to @ozovalihasan & @LukasMalyszko for the great work and to @CrazyHenk44 for the feature request!

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@LukasMalyszko, @dependabot[bot], @ozovalihasan, @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:

docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`

and browse to https://pwpush.example.com.

or alternatively

→ Use one of our production ready Docker Compose files with persistent databases.

🔗 Useful Links

v1.64.2: Add ability for users to delete their own account

04 Dec 16:13
1517b33

Choose a tag to compare

📝 What’s Changed

Under Edit Profile, users now have the option to delete their account:

Screenshot 2025-12-04 at 17 11 34

🚀 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

→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:

docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`

and browse to https://pwpush.example.com.

or alternatively

→ Use one of our production ready Docker Compose files with persistent databases.

🔗 Useful Links

v1.64.1: Dark Theme, Security Key & Docker Container Improvements

02 Dec 14:18
4635e01

Choose a tag to compare

Screenshot 2025-12-02 at 14 13 21

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@Copilot, @dependabot[bot], @ozovalihasan, @pglombardo, copilot-swe-agent[bot] and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:

docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`

and browse to https://pwpush.example.com.

or alternatively

→ Use one of our production ready Docker Compose files with persistent databases.

🔗 Useful Links

v1.63.6: Dependency & Security Updates

27 Nov 18:23
3911759

Choose a tag to compare

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:

docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`

and browse to https://pwpush.example.com.

or alternatively

→ Use one of our production ready Docker Compose files with persistent databases.

🔗 Useful Links

v1.63.5: Dependency & Security Updates

26 Nov 23:11
4a4651a

Choose a tag to compare

📝 What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:

docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`

and browse to https://pwpush.example.com.

or alternatively

→ Use one of our production ready Docker Compose files with persistent databases.

🔗 Useful Links

v1.63.4: SQLite3 Improvements & New Background Job

21 Nov 11:44
ed45c7b

Choose a tag to compare

📝 What’s Changed

🚀 Features

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @ozovalihasan, @pglombardo and dependabot[bot]

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:

docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`

and browse to https://pwpush.example.com.

or alternatively

→ Use one of our production ready Docker Compose files with persistent databases.

🔗 Useful Links

v1.63.2: SQLite3 as default for new installations

16 Nov 15:59
b66a494

Choose a tag to compare

📝 What’s Changed

This release makes SQLite3 on a persistent volume the default for new installations.

Also, the new suggested installation method is through a simplified docker-compose.yml file detailed in the Quick Start section.

Documentation has also been updated: https://docs.pwpush.com/docs/installation/

🚀 Features

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:

docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`

and browse to https://pwpush.example.com.

or alternatively

→ Use one of our production ready Docker Compose files with persistent databases.

🔗 Useful Links

v1.63.1: Remove arm64 builds from Docker Containers

16 Nov 09:15
8248d7a

Choose a tag to compare

📝 What’s Changed

The arm64 container builds causes the build time to increase from 5 minutes up to an hour. We are removing the arm64 platform for the time being.

🚀 Features

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:

docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`

and browse to https://pwpush.example.com.

or alternatively

→ Use one of our production ready Docker Compose files with persistent databases.

🔗 Useful Links

v1.63.0: New Administration Center & MySQL/MariaDB Update

16 Nov 08:55
57c5208

Choose a tag to compare

Note: after reading this, please use v1.63.4 as we have released a few bug fixes since this release.

Great news and not so great news. First, the lesser.

MySQL & MariaDB Support Dropped

MySQL/MariaDB support has been problematic over the years and this most recent issue has forced us to (at least for now) drop MySQL/MariaDB support for v1.63.0 and forward. I wrote up a short summary & explanation here.

Over the 15 years of the project, I’ve never had to pull support for a database but at this point the problems with MySQL/MariaDB are affecting the entire community. We have a backlog of security patches to release and it’s been blocked by the MySQL/MariaDB issues.

I may likely retry MariaDB/MySQL support in a future version.

With that aside, the great news:

New Administration Center Released

This new functionality will make it much easier for administrators to manage the application. We will use it as a foundation to add, configure and manage new features going forward.

This feature comes directly from the upcoming Self-Hosted Pro offering as part of the feature pipeline.

Thanks to all who beta tested and helped identify issues!

Note: Documentation & examples still need to be updated - that is in progress and will be done over the coming week or so.

Screenshot 2025-10-16 at 14 43 16 Screenshot 2025-10-16 at 14 43 26

📝 What’s Changed

🚀 Features

⬆️ Dependencies updates

Read more

Pre-Release: New Administration Center

16 Oct 12:43
5602b2d

Choose a tag to compare

In the v1.63.x series, we are upgrading the base framework and introducing a new Administration Center. If you have the time, please try this prerelease out and let us know if you have any issues!

To use, you will likely have to manually set the pre-release tag v1.63.0-g.

Screenshot 2025-10-16 at 14 43 16 Screenshot 2025-10-16 at 14 43 26