Dame0912 / docker-images

Some self-build images for self-host.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-images

Some self-build images for self-host.

1. nginx

nginx

status

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.

2. rsshub

rsshub

status

rsshub docker image.

Usage:

Deploy configuration: as same as offical config: Configuration

3. xray

xray

status

xray docker image, base on teddysun's Dockerfile.

About

Some self-build images for self-host.

License:MIT License


Languages

Language:Dockerfile 57.1%Language:Shell 42.9%