tomoya@mato ~/site $ cat PRIVACY

Privacy

What this site sends anywhere, and what it does not. Short, because there is not much of it.

tomoya@mato ~/site $ grep -rn 'third party' .

  • Analytics Google Analytics records page views, roughly where in the world the request came from, and which browser made it. It cannot see who you are, and there is no advertising or profiling on this site.
  • Contact form The form on /contact/ posts your name, email and message through Web3Forms, which relays it to my inbox. Send it only if you are happy for it to pass through a third party on the way.
  • Map tiles The map on /hikes/ draws its background from OpenTopoMap, so opening that page fetches tile images from OpenTopoMap's servers: they see your address, the tile coordinates, and the page that asked. The tracks, peaks and the map library itself are served from here. Every other page on this site makes no third-party request.
  • Hosting GitHub Pages serves these files, so GitHub sees the ordinary web-server record of the request: address, time, page.
  • Your browser A light or dark preference is kept in this site's own storage on your device. Nothing else is stored, and nothing is sent to me.

tomoya@mato ~/site $ cat NOT-COLLECTED

There are no accounts here. Nothing asks you to sign in, and nothing to sign in to. The tools and games run entirely in your browser. Whatever you feed them — a photo, a diagram, a save file — stays on your device, and one of them enforces that with a policy the browser applies for you rather than a promise I make. Nothing here is sold, shared or used to build a profile of you.

tomoya@mato ~/site $ cat OAUTH-APP

An OAuth client registered as homelab-rclone belongs to this site’s owner. It is a personal backup client for the machines described on /homelab/: it copies files from a home server into that owner’s own Google Drive, and nobody else uses it or can.

It holds the drive.file scope, which lets an application read and write only the files it created itself. It cannot see the rest of the Drive it writes to. It collects nothing from anyone, has no users other than its owner, and sends nothing to any third party.

tomoya@mato ~/site $ mail t29mato # questions, corrections, removals

Anything above wrong, or want something removed? The contact form reaches me.

tomoya@mato ~/site $