Self-hosted AI video clipper (Opus Clip alternative)
Go to file
Jeff Emmett 19468aeac8 Add WireGuard tunnel for YouTube downloads through residential IP
YouTube blocks datacenter IPs. This adds a WireGuard client sidecar
to route worker traffic through a home residential IP tunnel.
- wireguard/ has the WG server config (runs on WSL2 at home)
- Worker uses network_mode: service:wireguard for tunnel routing
- wg-client/ and cookies.txt added to .gitignore (contain secrets)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 19:58:39 +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 Add WireGuard tunnel for YouTube downloads through residential IP 2026-02-09 19:58:39 +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 Add WireGuard tunnel for YouTube downloads through residential IP 2026-02-09 19:58:39 +00:00