re-adding PO token support yet again
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user