Fix: Add port 8088 to firewall for HLS/LLHLS streaming
All checks were successful
Build and Push / build-all (push) Successful in 17s

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
doomtube 2026-01-06 05:22:16 -05:00
parent 48e8347d78
commit 264d64b72a

View file

@ -88,6 +88,7 @@ write_files:
ufw allow in 3333/tcp comment 'WebRTC TCP' ufw allow in 3333/tcp comment 'WebRTC TCP'
ufw allow in 3333/udp comment 'WebRTC UDP' ufw allow in 3333/udp comment 'WebRTC UDP'
ufw allow in 3334/tcp comment 'WebRTC TCP fallback' ufw allow in 3334/tcp comment 'WebRTC TCP fallback'
ufw allow in 8088/tcp comment 'HLS/LLHLS streaming'
# Inbound: VPC traffic (includes system SSH) # Inbound: VPC traffic (includes system SSH)
ufw allow in from ${vpc_ip_range} comment 'VPC internal' ufw allow in from ${vpc_ip_range} comment 'VPC internal'