a proxy service to fetch the audio source from bilibili.com
- make sure your image
shuyangzhang/kyouka
version >= 0.7.1
docker pull shuyangzhang/kyouka
- pull latest version of
shuyangzhang/bilibili_proxy
image.
docker pull shuyangzhang/bilibili_proxy
- start up a bproxy container, reflect port to your local. ( e.g.
127.0.0.1:11936
, you can modify the port number as you like. )
docker run --name bproxy --restart always -d -p 127.0.0.1:11936:8080 shuyangzhang/bilibili_proxy
- add
LOCAL_BPROXY
andLOCAL_BPROXY_URL
settings at the end of your.env
config file.
WARN: the port should be same to step2 that you configured.
LOCAL_BPROXY=true
LOCAL_BPROXY_URL=http://host.docker.internal:11936
- finally, run a new container for
shuyangzhang/kyouka
image.
docker run --name kyouka-manager --env-file .env -v /var/run/docker.sock:/var/run/docker.sock --restart always -d shuyangzhang/kyouka
- enjoy!