feat(sunken-ship): open firewall :8080 for bbbot via vps-relay 🔓

This commit is contained in:
DannyDannyDanny 2026-04-25 13:15:59 +02:00
parent 4332dfcbb5
commit bce34985eb

View file

@ -73,9 +73,11 @@
publish = { enable = true; userServices = true; };
};
# Open firewall for AirPlay (mDNS + UxPlay default ports) + Navidrome.
# Open firewall for AirPlay (mDNS + UxPlay default ports) + Navidrome
# + bbbot HTTP backend (proxied by Caddy on vps-relay over ZT).
# TODO 4g: tighten to only the VPS's ZT IPv6 instead of any source.
networking.firewall = {
allowedTCPPorts = [ 7000 7001 7100 4533 ];
allowedTCPPorts = [ 7000 7001 7100 4533 8080 ];
allowedUDPPorts = [ 5353 6000 6001 7011 ];
};