π Whatβs Changed
PWP_PRECOMPILE is no longer used or needed. If you set a custom theme with PWP__THEME, assets will automatically be precompile (required for custom themes) on container boot.
π Features
- Deprecate PWP_PRECOMPILE; auto-precompile on PWP__THEME (#4425) @pglombardo
- Narrower devise login layout (#4424) @pglombardo
β¬οΈ Dependencies updates
- β¬οΈ Bump nokogiri from 1.19.2 to 1.19.3 (#4422) @dependabot[bot]
- β¬οΈ Bump aws-sdk-kms from 1.123.0 to 1.124.0 (#4423) @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.