"vault backup: 2026-03-13 13:09:47 from Flow"

This commit is contained in:
2026-03-13 13:09:47 -05:00
parent d55d798766
commit 72650d0cc0

View File

@@ -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 - 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`) - 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 - Services are **not exposed to the public internet** — only accessible via Tailscale VPN
- ```tailscale funnel --bg [[port]]```
### Credentials ### 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. 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.