Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-08 | 2.7 kB | |
v1.61.0_ Themes_ Add new Brite theme from Bootswatch source code.tar.gz | 2025-09-08 | 9.7 MB | |
v1.61.0_ Themes_ Add new Brite theme from Bootswatch source code.zip | 2025-09-08 | 10.4 MB | |
Totals: 3 Items | 20.1 MB | 0 |
:memo: 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
:rocket: Features
- Themes: Add new Brite theme from Bootswatch (#3660) @pglombardo
:arrow_up: Dependencies updates
- :arrow_up: Bump mail_form from 1.10.1 to 1.11.0 (#3675) @dependabot[bot]
- :arrow_up: Bump rexml from 3.4.2 to 3.4.3 (#3674) @dependabot[bot]
- :arrow_up: Bump rubyzip from 3.0.2 to 3.1.0 (#3672) @dependabot[bot]
- :arrow_up: Bump aws-partitions from 1.1154.0 to 1.1155.0 (#3669) @dependabot[bot]
- :arrow_up: Bump bigdecimal from 3.2.2 to 3.2.3 (#3666) @dependabot[bot]
- :arrow_up: Bump pg from 1.6.1 to 1.6.2 (#3665) @dependabot[bot]
- :arrow_up: Bump aws-partitions from 1.1153.0 to 1.1154.0 (#3664) @dependabot[bot]
- :arrow_up: Bump connection_pool from 2.5.3 to 2.5.4 (#3662) @dependabot[bot]
:busts_in_silhouette: List of contributors
@dependabot[bot], @pglombardo and dependabot[bot]
:motor_boat: Docker Images
Available on Docker Hub: https://hub.docker.com/r/pglombardo/pwpush
:running_man: Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com
) and run:
:::sh
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.