v1.1.2 — Search-engine blocking & log hygiene
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.txt —
Disallow: /blocks all crawlers - X-Robots-Tag header —
noindex, nofollowin.htaccesson 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 (
PurgeModuleLogscommand)
10 files changed, 2 new files. Backward-compatible — no manual steps needed.