secubox-openwrt/package/secubox/secubox-app-talk-hpb/files/etc/config/talk-hpb
CyberMind-FR daacdb731c feat(talk-hpb): Add Nextcloud Talk High Performance Backend package
New package secubox-app-talk-hpb:
- Docker-based signaling server and Janus WebRTC gateway
- Auto-generates TURN/SIGNALING/INTERNAL secrets
- Creates HAProxy vhost with SSL/ACME
- STUN/TURN server with UDP+TCP support
- CLI tool: talk-hpbctl setup/status/test/logs

Hub generator v5:
- Add PeerTube videos with thumbnails and duration badges
- Fix Streamlit instance detection (=instance vs =app)
- Total count now: sites + streamlit + videos

MetaBlogizer fix:
- Add priority=50 to new vhosts to prevent wildcard catch

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-22 15:13:02 +01:00

21 lines
450 B
Plaintext

config talk-hpb 'main'
option enabled '0'
option container_name 'nextcloud-talk-hpb'
option image 'ghcr.io/nextcloud-releases/aio-talk:latest'
config server 'server'
option nc_domain ''
option signaling_domain ''
option signaling_port '8081'
option talk_port '3478'
config secrets 'secrets'
option turn_secret ''
option signaling_secret ''
option internal_secret ''
config turn 'turn'
option enabled '1'
option udp '1'
option tcp '1'