Follow-up to cdf7149 -- the page deletion committed but these three
fixes didn't (git add errored on the already-removed pathspec, same
mistake as before). Repoints home.md's Schnellnavigation, the sidebar,
and setup.md's intro note at CLAUDE.md in the main repo instead of the
now-gone page.
docs: fix formatting bugs from the mobile edit, normalize line endings
The mobile edit tool wrote the whole file with CRLF line endings
(inconsistent with the rest of the repo) and left a few markdown bugs
under "Kernfunktionen": an unclosed bold marker on the new SSO/LLDAP
bullet (no emoji, missing "**" open), a stray "**" in the Backup
bullet, and an incomplete sentence fragment "(Ich würde es e" left
sitting on its own line. Normalized back to LF, closed up the bold
markers, gave the new bullet an emoji/proper wording, and dropped the
incomplete fragment (unclear what it was going to say -- flagging with
lukas rather than guessing).
docs: fastpi as external-hardware example, fix stale DietPi-off note
home.md gains the same "external hardware can join the Tailnet and
contribute its own services" framing as the main repo's README/prompt
docs, with fastpi as the example -- the three-machine architecture
(Workstation/Connector/Worker) is unchanged. configuration.md no longer
claims DietPi is switched off; it's been running again since 2026-07-29.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Complete documentation overhaul with professional guides
- Rewrite home.md as welcoming entry point with clear value proposition
- Create comprehensive setup.md with step-by-step installation guide
- Include phased deployment strategy (Traefik → Headscale → Services)
- Add Cloudflare DNS challenge setup and troubleshooting section
- Document complete three-machine architecture deployment process