Privacy policy.
This page is a small marketing site for the oneiro open source project. There is no account system, no comment box, no form to fill in, and nothing to sign up for. So the privacy story is short. Here is the long version anyway, so you can confirm. The oneiro tool itself runs on your own machine and is covered in the README, not here.
Where it runs
Served as static files from a Raspberry Pi behind a Cloudflare Tunnel. Once your browser has the HTML, CSS, and the one font file, every interaction on the page happens locally.
Server-side data
The Pi keeps a basic access log line per request: the connecting IP, the User-Agent header, the requested path, and the response status. That is what any HTTP server writes to stay operable. Lines rotate and are dropped after roughly two weeks. Nothing is exported, aggregated, or sent anywhere else.
Browser-side data
The page does not write to document.cookie, localStorage,
sessionStorage, or IndexedDB. No service worker, no web worker, no
telemetry endpoint, no error reporter, no analytics. Open DevTools and watch the network tab:
after the initial load, the page is idle.
The one web font (Fraunces) is served from this same site, so your browser never opens a connection to Google Fonts or any other font CDN to render the page.
Other infrastructure
Cloudflare sits in front of the Pi and terminates TLS. As part of that, their edge sees the connecting IP, the SNI, and the request line. The Cloudflare Analytics product is not enabled on this site. Their own data handling is documented at cloudflare.com/privacypolicy.
External links point at GitHub (repo, releases, issues, profile) and at one email. Following any of those is a request you make yourself. The page does not preload, prefetch, or embed content from those destinations.
Contact
Email is the only inbound channel. Mail to [email protected] reaches my personal inbox. No mailing list, no ticket system, no opt-in.
GDPR
Articles 15 to 17 cover access, rectification, and erasure of personal data. Given the above there is effectively no profile attached to you on this site, but if you want that in writing, send the email above and I will confirm it. The competent supervisory authority for Germany is the BfDI.
Operator
Manu, publishing under the handle leminkozey, based in Germany. The full source for this site, including this page, is at github.com/leminkozey/oneiro-landing.