v1.61.0: Themes: Add new Brite theme from Bootswatch
·
610 commits
to refs/heads/master
since this release
📝 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: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.
