PWP__TIMEZONE was previously used to show times & dates in a specific timezone. This is now done via Javascript based on the users browser settings. Much better, more reliable and localized.
📝 What’s Changed
- Enforce: Maximum 2000 audit logs possible for a push (#4180) @pglombardo
- Deprecate PWP__TIMEZONE environment variable (#4431) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump multi_json from 1.20.1 to 1.21.0 (#4433) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1243.0 to 1.1244.0 (#4434) @dependabot[bot]
- ⬆️ Bump rubyzip from 3.2.2 to 3.3.0 (#4435) @dependabot[bot]
👥 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
- Point DNS to your server (e.g.
pwpush.example.com). - Download docker-compose.yml or clone the repo.
- In
docker-compose.yml, uncomment and set:TLS_DOMAIN: 'pwpush.example.com'for automatic Let’s Encrypt TLS.
- Run:
docker compose up -dOpen https://pwpush.example.com or alternatively http://your-ip:5100.