chore: more docs cleanup/unification

This commit is contained in:
Aarnav Tale
2025-10-16 21:18:27 -04:00
parent 1b2d7e305a
commit 3b93f2fb61
6 changed files with 145 additions and 53 deletions
-4
View File
@@ -192,9 +192,6 @@ Keep in mind this won't work on its own as you'll need to configure Traefik
and TLS certificates as needed. This is just a snippet to show how to configure
the routing for Headplane and Headscale.
<details>
<summary>Traefik config snippet</summary>
```yaml
services:
# Same as before
@@ -262,5 +259,4 @@ services:
- '/var/run/docker.sock:/var/run/docker.sock:ro'
- '/path/to/certs/storage:/certs'
```
</details>