re-adding PO token support yet again

This commit is contained in:
jenz
2026-08-24 16:44:06 +02:00
parent 0346c0667b
commit 28b4e957ea
2 changed files with 29 additions and 0 deletions
@@ -21,6 +21,8 @@ urllib3
yarl
cython
geoip2
bgutil-ytdlp-pot-provider
yt-dlp @ git+https://github.com/yt-dlp/yt-dlp@master
python3 -m pip install -U https://github.com/coletdjnz/yt-dlp-youtube-oauth2/archive/refs/heads/master.zip
@@ -0,0 +1,27 @@
version: "3"
services:
warp:
image: caomingjun/warp
container_name: warp
restart: always
device_cgroup_rules:
- 'c 10:200 rwm'
ports:
- "127.0.0.1:1080:1080"
environment:
- WARP_SLEEP=2
cap_add:
- MKNOD
- AUDIT_WRITE
- NET_ADMIN
sysctls:
- net.ipv6.conf.all.disable_ipv6=0
- net.ipv4.conf.all.src_valid_mark=1
volumes:
- ./data:/var/lib/cloudflare-warp
bgutil-pot:
image: brainicism/bgutil-ytdlp-pot-provider
container_name: bgutil-pot
restart: always
network_mode: "host"