-
v0.3.0
StableAll checks were successfulBuild and publish Docker image / build-and-push (push) Successful in 2m4sreleased this
2026-08-19 13:27:52 +02:00 | 8 commits to main since this releasev0.3.0
Added
- Guest password management — admin panel to create/revoke guest access passwords (label → bcrypt
hash), stored in a persistedpasswords.json. - PO Token provider support for yt-dlp, via a
bgutil-ytdlp-pot-providersidecar. YouTube now requires
a GVS PO Token for several player clients; this wires yt-dlp up to fetch one.
Changed
- yt-dlp
2026.3.17→2026.7.4.
Upgrading
This release adds a new service to
docker-compose.yml:bgutil: image: brainicism/bgutil-ytdlp-pot-provider:latest init: true restart: unless-stoppedAnd a new env var:
POT_PROVIDER_URL=http://bgutil:4416Run
docker compose pull && docker compose up -d --force-recreateafter updating.Known issue
Some downloads may still fail with HTTP 403 Forbidden after a few MB, independent of this fix — suspected
CDN-level throttling on the deploying host's IP rather than a token problem. Under investigation.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Guest password management — admin panel to create/revoke guest access passwords (label → bcrypt