diff options
| -rw-r--r-- | content/uses/index.org | 4 | ||||
| -rw-r--r-- | theme/templates/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/content/uses/index.org b/content/uses/index.org index 7192c2d..d805998 100644 --- a/content/uses/index.org +++ b/content/uses/index.org @@ -16,7 +16,7 @@ threat model justification. | Technology | What I Use | Threat Model | |-----------------------+-------------------------+-----------------------------------------------------------------------------------------------------| -| Registrar | [[https://njal.la][Njalla]] | Registers domains on your behalf. No WHOIS identity exposure. | +| Registrar | [[https://cloudflare.com][Cloudflare]] | WHOIS privacy, low cost, integrates cleanly if you use other Cloudflare products. | | DNS | [[https://cloudflare.com][Cloudflare]] | Portable DNS, secure infrastructure, and acceptable privacy. | | Security | [[https://cloudflare.com][Cloudflare]] + [[https://github.com/fail2ban/fail2ban][fail2ban]] | Automated auth-failure bans. Minimal Cloudflare functionality enabled. | | Routing | [[https://ui.com/][UniFi]] | Local network segmentation. | @@ -33,7 +33,7 @@ threat model justification. | Browser(s) | [[https://www.torproject.org/][Tor]] + [[https://www.apple.com/safari/][Safari]] | Tor for anonymity-critical use. Safari for hardened daily use. | | Version Control | [[https://git-scm.com/][Git (CLI)]] | Decentralized. The repo is the backup. | | Git Host | [[https://sr.ht][SourceHut]] + [[https://github.com/ccleberg][GitHub]] | SourceHut is the primary and GitHub is the mirror. | -| CI/CD | [[https://git.sr.ht/~ccleberg/cleberg.net/tree/main/item/build.py][build.py]] + [[https://builds.sr.ht][builds.sr.ht]] | A Python script and SSH. builds.sr.ht for convenience, but not required. | +| CI/CD | [[https://git.sr.ht/~ccleberg/cleberg.net/tree/main/item/build.py][build.py]] + [[https://builds.sr.ht][builds.sr.ht]] | A Python script and SSH. builds.sr.ht for convenience but not required. | | Email Host | [[https://soverin.com/][Soverin]] | Privacy-focused provider. | | Search Engine | [[https://docs.searxng.org/][SearXNG]] (self-hosted) | Queries route through my own instance. No third-party search profile. | | Backups | N/A | Nothing to back up. No user data. Source mirrored via Git. | diff --git a/theme/templates/index.html b/theme/templates/index.html index 4af186e..c540ff8 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -4,7 +4,7 @@ <p>[ <a href="https://zerolabs.sh">zero labs</a> · <a href="https://audit-labs.dev">audit labs</a> ]</p> <p>Privacy · Self-Hosting · iOS</p> <p>I build tools, write about systems, and run my own infrastructure. Focused on privacy, user control, and long-term utility.</p> - <p><a href="/uses">Uses</a> · <a href="/now">Now</a></p> + <p><a href="/uses/">Uses</a> · <a href="/now/">Now</a></p> </section> <section> |
