Skip to content

v1.1.2 — Search-engine blocking & log hygiene

Choose a tag to compare

@noschmarrn noschmarrn released this 30 May 13:46
Immutable release. Only release title and notes can be modified.

What's new

Search-engine blocking

Schneespur installations should not show up in Google & co. — three layers of protection prevent indexing:

  • robots.txtDisallow: / blocks all crawlers
  • X-Robots-Tag headernoindex, nofollow in .htaccess on every response
  • Meta tags<meta name="robots" content="noindex, nofollow"> across all 8 HTML layouts

Help page

  • Icons for help topics and app-store links (Apple/Google) on the OwnTracks help page

Fixed

  • Removed the per-request module-boot log line (it caused needlessly large log files)
  • Added 7-day log rotation for module logs (PurgeModuleLogs command)

10 files changed, 2 new files. Backward-compatible — no manual steps needed.