| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-08 | 2.3 kB | |
| v1.65.1_ Encryption_ Previous Keys Fix source code.tar.gz | 2025-12-08 | 9.7 MB | |
| v1.65.1_ Encryption_ Previous Keys Fix source code.zip | 2025-12-08 | 10.4 MB | |
| Totals: 3 Items | 20.1 MB | 1 | |
:memo: What’s Changed
- Fix NilClass error when configuring previous Lockbox master keys (#3950) Thanks @martinstenrose!
:arrow_up: Dependencies updates
- :arrow_up: Bump google-apis-storage_v1 from 0.57.0 to 0.58.0 (#3963) @dependabot[bot]
- :arrow_up: Bump rackup from 2.2.1 to 2.3.1 (#3967) @dependabot[bot]
- :arrow_up: Bump selenium-webdriver from 4.38.0 to 4.39.0 (#3968) @dependabot[bot]
- :arrow_up: Bump oj from 3.16.12 to 3.16.13 (#3966) @dependabot[bot]
- :arrow_up: Bump rdoc from 6.16.1 to 6.17.0 (#3964) @dependabot[bot]
- :arrow_up: Bump google-protobuf from 4.33.1 to 4.33.2 (#3965) @dependabot[bot]
- :arrow_up: Bump bcrypt_pbkdf from 1.1.1 to 1.1.2 (#3962) @dependabot[bot]
- Various Cleanup: Remove unnecessary files from Docker image (#3961) @pglombardo
- Add Apnotic Chat (Campfire) notifications (#3960) @pglombardo
:busts_in_silhouette: List of contributors
@dependabot[bot], @martinstenrose, @pglombardo and dependabot[bot]
:motor_boat: Docker Images
Available on Docker Hub: https://hub.docker.com/r/pglombardo/pwpush
:running_man: Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
:::sh
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.