fix(caddy): make roms.ginnoir.com internal-only
Deploy to valhalla / deploy (push) Has been cancelled
Deploy to valhalla / deploy (push) Has been cancelled
External access for a trusted friend now goes through the share stack's Tailscale serve node (roms-share.<tailnet>.ts.net), so roms.ginnoir.com no longer needs public exposure. Add import internal_only (LAN + tailnet).
This commit is contained in:
@@ -119,9 +119,12 @@ stash.ginnoir.com {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# =============================================================
|
# =============================================================
|
||||||
# GAMES / ROMS — public (temporarily; RomM has its own auth)
|
# GAMES / ROMS — internal only
|
||||||
|
# External access for a trusted friend is via the `share` stack's Tailscale
|
||||||
|
# serve node (roms-share.<tailnet>.ts.net), NOT public exposure here.
|
||||||
# =============================================================
|
# =============================================================
|
||||||
roms.ginnoir.com {
|
roms.ginnoir.com {
|
||||||
|
import internal_only
|
||||||
reverse_proxy romm:8080
|
reverse_proxy romm:8080
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user