homescale/dotfiles/.config/roaming/hosts
Wayne Hayes c349fe488c Homescale — a roaming home for your fleet
SSH into one stable Tailscale node and reach your whole tailnet from it via
short per-host functions + sshfs mounts. A riced Arch dev container with sshd,
a stateful home, and declarative .env auth. See README.md and ROAMING.md.
2026-06-29 00:17:18 -04:00

18 lines
872 B
INI

# ── arch-dev roaming :: host registry ─────────────────────────────────────────
# One host per line. Lines starting with # are ignored.
#
# Fields (whitespace-separated):
# name short alias used for the shell function (e.g. `mail`)
# fqdn tailnet hostname or any reachable host (e.g. mail.tailnet.ts)
# user ssh user (optional, defaults to $ROAMING_DEFAULT_USER or current user)
# mount remote path to mount via sshfs (optional, e.g. / or /srv)
#
# Examples (delete these, add your own):
#
# name fqdn user mount
# mail mail.tailnet.ts root /
# proxy proxy.tailnet.ts admin /etc/caddy
# dev dev-server.tailnet.ts youruser /srv
# name fqdn user mount