Some checks failed
secrets-guard / encrypted (push) Successful in 24s
shell-lint / shellcheck (push) Successful in 26s
Deploy frontend to LAN dev server / build (push) Successful in 2m11s
Build + push frontend image (Forgejo registry) / build-push (push) Successful in 2m20s
Build + push backend image (Forgejo registry) / build-push (push) Successful in 2m28s
Deploy backend to LAN dev server / build (push) Successful in 2m45s
PR build (required check) / changes (pull_request) Successful in 16s
secrets-guard / encrypted (pull_request) Successful in 16s
shell-lint / shellcheck (pull_request) Successful in 15s
PR build (required check) / build-frontend (pull_request) Has been skipped
PR build (required check) / validate-observability (pull_request) Has been skipped
Deploy frontend to LAN dev server / deploy (push) Successful in 39s
PR build (required check) / build-backend (pull_request) Successful in 1m21s
PR build (required check) / gate (pull_request) Successful in 3s
Deploy backend to LAN dev server / deploy (push) Failing after 2m31s
31 lines
No EOL
1.9 KiB
Cheetah
31 lines
No EOL
1.9 KiB
Cheetah
{{/* Ported from templates/privacy.html.j2. Extra data: .Breadcrumb. */}}{{template "base_head_start" .}}{{template "base_head_end" .}}{{template "base_body_start" .}}{{template "breadcrumb" .}}<article class="climate-page">
|
|
<h1>Privacy</h1>
|
|
<p class="lede">Thermograph is free, has no ads, and needs no account. It is built so that
|
|
there is very little about you to collect in the first place.</p>
|
|
|
|
<h2>Your location</h2>
|
|
<p>Thermograph never looks up your location from your IP address. The only way the site
|
|
learns where you are is if you press <b>Use my location</b>, which asks your browser for
|
|
permission. You can decline, and picking a place on the map works just as well.</p>
|
|
<p>Whichever way you choose a place, the coordinates are sent to the server only as part of
|
|
the ordinary request for that grid square's climate data, and are not logged beyond the
|
|
normal web-server request handling every site does. The place you picked is remembered in
|
|
your own browser's local storage, not on the server, so clearing your browser data
|
|
forgets it.</p>
|
|
|
|
<h2>Analytics</h2>
|
|
<p>There is no analytics library, no cookies for tracking, and no per-visitor identifier.
|
|
The server keeps simple aggregate counts (how many people opened a page or tapped a
|
|
button, and which site referred them) with nothing tying any of it to an individual.</p>
|
|
|
|
<h2>Email</h2>
|
|
<p>If you sign up for the monthly digest, your address is used for that digest and nothing
|
|
else. It is never sold or shared, and every message can unsubscribe you.</p>
|
|
|
|
<h2>Accounts</h2>
|
|
<p>An account is optional and only exists to hold weather alerts you have asked for. It
|
|
stores your email address and the places you are watching.</p>
|
|
|
|
<p class="muted">Questions: see <a href="{{.Base}}/about">About & methodology</a>.</p>
|
|
</article>
|
|
{{template "base_body_end" .}}{{template "base_scripts_default" .}}{{template "base_tail" .}} |