📝 What’s Changed
New PWP__NOINDEX option to add a noindex metatag to the application to tell search engines not to index the site. Useful for those who want to stay under the radar.
- Add noindex setting to block search engine indexing (#4592) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump apipie-rails from 1.5.0 to 1.5.1 (#4590) @dependabot[bot]
- ⬆️ Bump rdoc from 7.2.0 to 8.0.0 (#4588) @dependabot[bot]
- ⬆️ Bump net-ssh from 7.3.2 to 7.3.3 (#4591) @dependabot[bot]
- ⬆️ Bump rubyzip from 3.4.0 to 3.4.1 (#4589) @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
- Point DNS to your server (e.g.
pwpush.example.com). - Download docker-compose.yml or clone the repo.
- In
docker-compose.yml, uncomment and set:TLS_DOMAIN: 'pwpush.example.com'for automatic Let’s Encrypt TLS.
- Run:
docker compose up -dOpen https://pwpush.example.com or alternatively http://your-ip:5100.