Some self-build images for self-host.
nginx docker image with headers-more-nginx-module and nchan module.
Usage:
In the beginning of
nginx.conf
, add module.load_module modules/ngx_nchan_module.so; load_module modules/ngx_http_headers_more_filter_module.so;
Then, the other config is as same as official docker-image's config.
xray docker image, base on teddysun's Dockerfile.
Thanks to p0n1/epub_to_audiobook
Usage:
run as a buddy server with your audiobookshelf, such as: run
docker-compose up -d
with the following docker-compose.example.yml then you can keep it running in the background. when you need to convert a epub file, just run: docker exec epub2audiobook python epub2audiobook.py /books/bookauthor/bookname/bookname.epub /books/bookauthor/bookname/ --voice_name zh-CN-XiaoxiaoNeural --language zh-CN