Self-hosted AI video clipper (Opus Clip alternative)
Go to file
Jeff Emmett 091ad039af Reverse WireGuard architecture: server on Netcup, client at home
Flipped WG topology to avoid WSL2 UDP port forwarding issues:
- Netcup is now WG server (has public IP, listens on UDP 51820)
- Home WSL2 is WG client (connects outbound, no port forwarding needed)
- Home client NAT masquerades worker traffic through residential IP
- AllowedIPs=0.0.0.0/0 routes all worker internet through tunnel

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 20:06:04 +00:00
backend fix: add web_creator client fallback, friendlier YouTube bot error 2026-02-09 18:41:19 +00:00
database feat: ClipForge Phase 1 - core pipeline MVP 2026-02-08 12:27:43 +00:00
frontend feat: ClipForge Phase 1 - core pipeline MVP 2026-02-08 12:27:43 +00:00
wireguard Reverse WireGuard architecture: server on Netcup, client at home 2026-02-09 20:06:04 +00:00
.env.example feat: ClipForge Phase 1 - core pipeline MVP 2026-02-08 12:27:43 +00:00
.gitignore Add WireGuard tunnel for YouTube downloads through residential IP 2026-02-09 19:58:39 +00:00
docker-compose.yml Reverse WireGuard architecture: server on Netcup, client at home 2026-02-09 20:06:04 +00:00