neartrace.app — website, privacy policy, and brand assets
  • HTML 56.8%
  • CSS 30.5%
  • Shell 10.6%
  • Dockerfile 2.1%
Find a file
hartle-tech 3c6ff59916
Some checks failed
build / build-and-push (push) Failing after 0s
fix(dockerfile): strip caddy file caps for non-root run
2026-05-19 00:39:09 +01:00
.forgejo/workflows feat(ci): containerize for k3s + Forgejo Actions build (Pages exodus #48) 2026-05-19 00:25:26 +01:00
.github chore(compliance S01E36): Apache-2.0 LICENSE + NOTICE + FUNDING.yml + README 2026-05-15 22:32:24 +01:00
privacy chore(branding): HARTLE.TECH identity, remove source link, multi-platform hint 2026-05-05 03:11:05 +01:00
Caddyfile feat(ci): containerize for k3s + Forgejo Actions build (Pages exodus #48) 2026-05-19 00:25:26 +01:00
CNAME Create CNAME 2026-05-05 03:01:04 +01:00
Dockerfile fix(dockerfile): strip caddy file caps for non-root run 2026-05-19 00:39:09 +01:00
index.html brand: adopt Logo v8 #102 — "both in · dual phosphor" 2026-05-07 21:10:36 +01:00
install.sh feat: add install.sh + fix broken download links (#109) 2026-05-06 02:04:13 +01:00
LICENSE chore(compliance S01E36): Apache-2.0 LICENSE + NOTICE + FUNDING.yml + README 2026-05-15 22:32:24 +01:00
logo.svg brand: adopt Logo v8 #102 — "both in · dual phosphor" 2026-05-07 21:10:36 +01:00
NOTICE chore(compliance S01E36): Apache-2.0 LICENSE + NOTICE + FUNDING.yml + README 2026-05-15 22:32:24 +01:00
README.md chore(compliance S01E36): Apache-2.0 LICENSE + NOTICE + FUNDING.yml + README 2026-05-15 22:32:24 +01:00
style.css feat(downloads): add downloads section CSS 2026-05-05 23:41:24 +01:00

neartrace-web

Marketing site + landing page + privacy policy for NearTrace, served at https://neartrace.app via GitHub Pages.

NearTrace is an Android BLE network-discovery tool developed at HARTLE.TECH. The Android app source lives at https://github.com/code-hartle-tech/neartrace-android-mvp; the public documentation lives at https://docs.neartrace.app (source: https://github.com/code-hartle-tech/neartrace-docs).

What's in this repo

File Role
index.html Landing page served at neartrace.app
style.css Page styles
logo.svg Brand mark
install.sh Bootstrap installer fetched via curl -fsSL https://neartrace.app/install.sh | bash
privacy/ Privacy-policy HTML (linked from Play Store listing)
CNAME Tells GitHub Pages which custom domain to bind

How it deploys

GitHub Pages, source = main branch root. Pushing to main triggers Pages to build + deploy within ~1 minute. The custom domain (neartrace.app) is enforced by the CNAME file at repo root + 4 CF DNS A records pointing at GH Pages' anycast IPs (managed in hartle.tech-terraform/neartrace_dns.tf).

Local preview

Pure static — open index.html in a browser, or run any static server (python3 -m http.server 8000) and visit http://localhost:8000.

License + funding

Apache 2.0 (see LICENSE) + NOTICE preservation requirement (NOTICE). Donation channels (when active) listed at .github/FUNDING.yml.

Contact

contact@hartle.tech