diff --git a/21-Server Reference/homelab/README.md b/21-Server Reference/homelab/README.md index a2e4503..7eb186c 100644 --- a/21-Server Reference/homelab/README.md +++ b/21-Server Reference/homelab/README.md @@ -45,6 +45,7 @@ Nearly every service uses a **Tailscale sidecar** pattern for remote access: - It uses `network_mode: "service:[main]"` to share the main container's network namespace - This registers the main service as a Tailscale node (e.g. `mealie.bunny-wyvern.ts.net`) - Services are **not exposed to the public internet** — only accessible via Tailscale VPN +- ```tailscale funnel --bg [[port]]``` ### Credentials Credentials (DB passwords, API keys, Tailscale auth keys) live in the compose files on disk at `/home/artanis/DockerFiles/`. They are redacted in this documentation. See individual stack files for variable names and the actual compose files for values.