Skip to content

v2.8.0: New `PWP__NOINDEX` option to block robot indexing

Choose a tag to compare

@github-actions github-actions released this 30 Jun 00:30
· 4 commits to refs/heads/master since this release
d7433b0

📝 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.

⬆️ 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

  1. Point DNS to your server (e.g. pwpush.example.com).
  2. Download docker-compose.yml or clone the repo.
  3. In docker-compose.yml, uncomment and set:
    • TLS_DOMAIN: 'pwpush.example.com' for automatic Let’s Encrypt TLS.
  4. Run:
docker compose up -d

Open https://pwpush.example.com or alternatively http://your-ip:5100.

🔗 Useful Links