up/docs/strategies/digital-sovereignty.md
Tolaria 69f69be5e4 fix(action-points): correct nav badges, first-load totals, legibility
- Fix nav badge mis-targeting: scope to .md-nav--primary, skip #anchor
  (TOC) links so 'On this page' entries no longer show the page total;
  detect active-leaf sections via md-nav__item--nested instead of the
  secondary (TOC) nav, so the active page gets its own badge.
- Add build-time totals manifest (main.py -> docs/javascripts/toa-totals.json)
  so nav badges show correct totals on first load before a user has
  visited each page. Fetched once, browser-cached, zero runtime cost.
  Wired into CI before zensical build.
- Exclude fenced code blocks when counting tasks, so the Markdown
  reference doc's example checkboxes don't produce a phantom 0/3 badge.
- Force white text (#fff !important) on completed green pills/badges,
  incl. badge-inside-complete-link, to beat the nav link's green color.
- Convert prose practice/strategy steps into interactive tasklist items.
- Add action-points PRD under planning/.
2026-06-03 23:03:17 +08:00

76 lines
No EOL
3.5 KiB
Markdown

---
icon: material/shield-lock
---
# Digital Sovereignty
Digital sovereignty means owning your own digital life — the hardware, the software, the data, the networks. It is the recognition that every time you use a "free" service, you are the product. Taking back control is not a technical exercise; it is a spiritual one.
---
## The hardware you already own
You don't need a new device. An old laptop — the one gathering dust — can run Linux perfectly. Modern distributions like Linux Mint, Ubuntu, or Fedora breathe new life into aging hardware and free you from operating systems designed to extract data.
For phones, the path is similar:
| Device | System | Notes |
|--------|--------|-------|
| Second-hand Google Pixel | [GrapheneOS](https://grapheneos.org/) | Privacy-hardened Android, no Google services |
| Various Android phones | [/e/OS (Murena)](https://murena.com/) | De-googled Android with cloud services |
| Various devices | [postmarketOS](https://postmarketos.org/) | True Linux on mobile, still maturing |
!!! note "Start with the phone"
Your phone is the most intimate surveillance device you own. It knows your location, your contacts, your voice, your typing patterns, your sleep schedule. Moving to a de-googled OS is the single highest-impact step you can take.
---
## Network sovereignty
- [ ] Switch your main computer from WiFi to Ethernet
- [ ] On your phone: switch 5G to 4G, use airplane mode when not needed
- [ ] Install and use a trusted VPN with a clear no-logging policy
- [ ] Keep your phone away from your body — not in a pocket, not against your head
**VPN**: A simple, trusted VPN prevents your internet provider from building a profile of every site you visit. Choose one with a clear no-logging policy and preferably based outside surveillance alliances.
**Meshtastic**: When the grid is not your friend, build your own. [Meshtastic](https://meshtastic.org/) lets you create off-grid, encrypted text networks using inexpensive LoRa radios. It's community infrastructure — no cell towers, no subscriptions, no central authority.
---
## Erasing your digital footprint
Move away from Google piece by piece:
| Instead of | Use |
|-----------|-----|
| Gmail | [Proton Mail](https://proton.me/mail), self-hosted mail |
| Google Drive | [Syncthing](https://syncthing.net/), [Nextcloud](https://nextcloud.com/) |
| Google Photos | [Immich](https://immich.app/), local storage |
| Google Docs | [CryptPad](https://cryptpad.fr/), local office suite |
The principle is simple: **self-hosted first, local-first, privacy-first**. If your data lives on someone else's computer, it is not your data.
---
## Passwords and keys
- [ ] Install KeePassXC and create your first password database
- [ ] Generate unique passwords for every important service
- [ ] Get a hardware security key (like a YubiKey) where possible
Generate unique passwords for every service. Use a hardware security key (like a YubiKey) where possible. Treat your digital keys as carefully as the keys to your home.
---
## The bigger picture
This isn't about becoming a hermit with a tin-foil hat. It's about intentionality. Every service you leave is a vote. Every open-source tool you adopt strengthens an alternative ecosystem. Every friend you help migrate multiplies the effect.
Digital sovereignty is not isolation — it's the foundation for authentic connection.
---
**Related:** [Digital Wellness](../../practices/digital-wellness.md) — sovereignty begins with what you consume.
*What's one service you could migrate away from this month?*