v1.67.1: Push Edit polishing & Content Security Policy Update
:memo: What’s Changed
- Fix CSP: remove script unsafe-inline, move countdown to Stimulus (#4156) @pglombardo
:rocket: Features
- Push edit: blur payload, reveal UX, character count fix, header styling (#4155) @pglombardo
:arrow_up: Dependencies updates
- :arrow_up: Bump aws-partitions from 1.1209.0 to 1.1210.0 (#4154) @dependabot[bot]
- :arrow_up: Bump prism from 1.8.0 to 1.9.0 (#4153) @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:
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.