📝 What’s Changed
- Fix NilClass error when configuring previous Lockbox master keys (#3950) Thanks @martinstenrose!
⬆️ Dependencies updates
- ⬆️ Bump google-apis-storage_v1 from 0.57.0 to 0.58.0 (#3963) @dependabot[bot]
- ⬆️ Bump rackup from 2.2.1 to 2.3.1 (#3967) @dependabot[bot]
- ⬆️ Bump selenium-webdriver from 4.38.0 to 4.39.0 (#3968) @dependabot[bot]
- ⬆️ Bump oj from 3.16.12 to 3.16.13 (#3966) @dependabot[bot]
- ⬆️ Bump rdoc from 6.16.1 to 6.17.0 (#3964) @dependabot[bot]
- ⬆️ Bump google-protobuf from 4.33.1 to 4.33.2 (#3965) @dependabot[bot]
- ⬆️ 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
👥 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.