Skip to content

Releases: pglombardo/PasswordPusher

v1.66.2: Fix timing attack vulnerability & Dark Theme Improvements

22 Jan 12:36
fbd27e9

Choose a tag to compare

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @limehawk, @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.66.1: Dependency & Security Updates: Ruby 3.4.8

18 Jan 11:27
f59bb59

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.66.0: Admins can now delete user accounts

08 Jan 21:13
6330c76

Choose a tag to compare

Screenshot 2026-01-08 at 22 12 34

📝 What’s Changed

⬆️ 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.65.3: Allow cookie on top-level navigations (works behind reverse proxies)

19 Dec 17:44
051885b

Choose a tag to compare

📝 What’s Changed

  • Allow cookie on top-level navigations (works behind reverse proxies) (#3999) @pglombardo

⬆️ 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.65.2: Fix for Azure Blob Storage

11 Dec 10:27
f33743c

Choose a tag to compare

📝 What’s Changed

⬆️ 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.65.1: Encryption: Previous Keys Fix

08 Dec 22:53
4f7c9c2

Choose a tag to compare

📝 What’s Changed

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @martinstenrose, @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.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