📝 What’s Changed
This release adds a new Custom CSS page to the Administration Center. No more ugly half-broken custom.css Docker file overlays (yay!).
🚀 Features
- Optimize: Build only active theme in production (#4421) @pglombardo
- Fix CSS build for production deploys & remove unused assets (#4420) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump google-apis-storage_v1 from 0.61.0 to 0.62.0 (#4414) @dependabot[bot]
- ⬆️ Bump bootsnap from 1.23.0 to 1.24.0 (#4415) @dependabot[bot]
- ⬆️ Bump google-apis-iamcredentials_v1 from 0.26.0 to 0.27.0 (#4416) @dependabot[bot]
- ⬆️ Bump puma from 8.0.0 to 8.0.1 (#4417) @dependabot[bot]
- ⬆️ Bump pagy from 43.5.1 to 43.5.3 (#4418) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1240.0 to 1.1241.0 (#4419) @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.