This major (pre) release changes defaults, adds a few new settings and removes another. New first time installations now require no configuration for a fully working application (good bye email issues).
See the upgrade guide on how to upgrade from v1.x. (It's not much.)
📝 What’s Changed
- Version TWO: Smarter Defaults (#4254) @pglombardo
- fix(helm): update image tag from
releasetostable(#4245) Thanks @krax1337!
⬆️ Dependencies updates
- ⬆️ Bump sass-embedded from 1.97.3 to 1.98.0 (#4256) @dependabot[bot]
- ⬆️ Bump pagy from 43.3.1 to 43.3.2 (#4255) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1222.0 to 1.1223.0 (#4248) @dependabot[bot]
- ⬆️ Bump retriable from 3.3.0 to 3.4.1 (#4253) @dependabot[bot]
- ⬆️ Bump timeout from 0.6.0 to 0.6.1 (#4252) @dependabot[bot]
- ⬆️ Bump retriable from 3.2.1 to 3.3.0 (#4250) @dependabot[bot]
- ⬆️ Bump thruster from 0.1.18 to 0.1.19 (#4249) @dependabot[bot]
- ⬆️ Bump json from 2.18.1 to 2.19.1 (#4247) @dependabot[bot]
👥 List of contributors
@dependabot[bot], @krax1337, @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.