π Whatβs Changed
This release adds a new theme from the Bootswatch project.

Set the following environment variables to enable:
PWP__THEME=brite
PWP_PRECOMPILE=true
π Features
- Themes: Add new Brite theme from Bootswatch (#3660) @pglombardo
β¬οΈ Dependencies updates
- β¬οΈ Bump mail_form from 1.10.1 to 1.11.0 (#3675) @dependabot[bot]
- β¬οΈ Bump rexml from 3.4.2 to 3.4.3 (#3674) @dependabot[bot]
- β¬οΈ Bump rubyzip from 3.0.2 to 3.1.0 (#3672) @dependabot[bot]
- β¬οΈ Bump aws-partitions from 1.1154.0 to 1.1155.0 (#3669) @dependabot[bot]
- β¬οΈ Bump bigdecimal from 3.2.2 to 3.2.3 (#3666) @dependabot[bot]
- β¬οΈ Bump pg from 1.6.1 to 1.6.2 (#3665) @dependabot[bot]
- β¬οΈ Bump aws-partitions from 1.1153.0 to 1.1154.0 (#3664) @dependabot[bot]
- β¬οΈ Bump connection_pool from 2.5.3 to 2.5.4 (#3662) @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
β Setup a DNS record to point to your server (e.g. pwpush.example.com
) and run:
docker run -d -p "80:80" -p "443:433" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`
and browse to https://pwpush.example.com
.
or alternatively
β Use one of our production ready Docker Compose files with persistent databases.