📝 What’s Changed
- Clarify share message expiration copy (#4657) @pglombardo, Peter Giacomo Lombardo
- Translate push validation error title (#4656) @pglombardo, Peter Giacomo Lombardo
⬆️ Dependencies updates
- ⬆️ Bump ruby from 4.0.5-alpine to 4.0.6-alpine in /containers/docker (#4658) @dependabot[bot]
- ⬆️ Bump rbs from 4.0.3 to 4.1.0 (#4679) @dependabot[bot]
- ⬆️ Bump googleauth from 1.17.2 to 1.17.3 (#4680) @dependabot[bot]
- ⬆️ Bump railties from 8.1.3 to 8.1.3.1 (#4694) @dependabot[bot]
- ⬆️ Bump solid_queue from 1.5.0 to 1.5.1 (#4688) @dependabot[bot]
- ⬆️ Bump release-drafter/release-drafter from 7.6.0 to 7.7.0 (#4685) @dependabot[bot]
- ⬆️ Bump activejob from 8.1.3 to 8.1.3.1 (#4695) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1273.0 to 1.1275.0 (#4692) @dependabot[bot]
- ⬆️ Bump msgpack from 1.8.3 to 1.8.4 (#4684) @dependabot[bot]
- ⬆️ Bump activerecord from 8.1.3 to 8.1.3.1 (#4693) @dependabot[bot]
- ⬆️ Bump actiontext from 8.1.3 to 8.1.3.1 (#4697) @dependabot[bot]
- ⬆️ Bump docker/login-action from 4.5.1 to 4.6.0 (#4686) @dependabot[bot]
- ⬆️ Bump actionpack from 8.1.3 to 8.1.3.1 (#4687) @dependabot[bot]
- ⬆️ Bump actioncable from 8.1.3 to 8.1.3.1 (#4689) @dependabot[bot]
- ⬆️ Bump actionmailbox from 8.1.3 to 8.1.3.1 (#4690) @dependabot[bot]
- ⬆️ Bump actionmailer from 8.1.3 to 8.1.3.1 (#4691) @dependabot[bot]
- ⬆️ Bump activestorage from 8.1.3 to 8.1.3.1 (#4696) @dependabot[bot]
- ⬆️ Bump activesupport from 8.1.3 to 8.1.3.1 (#4698) @dependabot[bot]
- ⬆️ Bump actionview from 8.1.3 to 8.1.3.1 (#4699) @dependabot[bot]
- ⬆️ Bump rails from 8.1.3 to 8.1.3.1 (#4700) @dependabot[bot]
- ⬆️ Bump activemodel from 8.1.3 to 8.1.3.1 (#4701) @dependabot[bot]
- Bump brace-expansion from 5.0.7 to 5.0.8 (#4678) @dependabot[bot]
- Bump postcss from 8.5.15 to 8.5.18 (#4677) @dependabot[bot]
- ⬆️ Bump docker/login-action from 4.5.0 to 4.5.1 (#4674) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1272.0 to 1.1273.0 (#4675) @dependabot[bot]
- ⬆️ Bump sshkit from 1.25.0 to 1.25.1 (#4676) @dependabot[bot]
- ⬆️ Bump docker/login-action from 4.4.0 to 4.5.0 (#4669) @dependabot[bot]
- ⬆️ Bump aws-sdk-s3 from 1.228.0 to 1.228.1 (#4670) @dependabot[bot]
- ⬆️ Bump solid_queue from 1.4.0 to 1.5.0 (#4671) @dependabot[bot]
- ⬆️ Bump net-imap from 0.6.4.1 to 0.6.6 (#4672) @dependabot[bot]
- ⬆️ Bump googleauth from 1.17.1 to 1.17.2 (#4673) @dependabot[bot]
- ⬆️ Bump actions/checkout from 7.0.0 to 7.0.1 (#4660) @dependabot[bot]
- ⬆️ Bump google-apis-core from 1.2.4 to 1.2.5 (#4662) @dependabot[bot]
- ⬆️ Bump pagy from 43.6.0 to 43.6.1 (#4664) @dependabot[bot]
- Bump immutable from 5.1.5 to 5.1.9 (#4665) @dependabot[bot]
- ⬆️ Bump actions/setup-python from 6.3.0 to 7.0.0 (#4659) @dependabot[bot]
- ⬆️ Bump erb from 6.0.5 to 6.0.6 (#4661) @dependabot[bot]
- Bump brace-expansion from 5.0.6 to 5.0.7 (#4663) @dependabot[bot]
👥 List of contributors
@pglombardo, @dependabot[bot] and Peter Giacomo Lombardo
🛥️ 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.