a proxy service to fetch the audio source from bilibili.com
- make sure your image
shuyangzhang/kyoukaversion >= 0.7.1
docker pull shuyangzhang/kyouka- pull latest version of
shuyangzhang/bilibili_proxyimage.
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_BPROXYandLOCAL_BPROXY_URLsettings at the end of your.envconfig 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/kyoukaimage.
docker run --name kyouka-manager --env-file .env -v /var/run/docker.sock:/var/run/docker.sock --restart always -d shuyangzhang/kyouka- enjoy!