Skip to content

Some self-build images for self-host.

License

Notifications You must be signed in to change notification settings

RookieZoe/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-images

Some self-build images for self-host.

1. nginx

status rookiezoe/nginx:latest

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.

3. xray

status rookiezoe/xray:latest

xray docker image, base on teddysun's Dockerfile.

4. epub2audiobook

status rookiezoe/epub2audiobook:latest

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

About

Some self-build images for self-host.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published