Skip to content

v1.61.0: Themes: Add new Brite theme from Bootswatch

Choose a tag to compare

@github-actions github-actions released this 08 Sep 07:13
· 610 commits to refs/heads/master since this release
c4fbe74

📝 What’s Changed

This release adds a new theme from the Bootswatch project.

Screenshot 2025-09-01 at 19 55 59

Set the following environment variables to enable:

PWP__THEME=brite
PWP_PRECOMPILE=true

🚀 Features

⬆️ Dependencies updates

👥 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:443" --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.

🔗 Useful Links