Skip to content

Latest commit

 

History

History
101 lines (59 loc) · 3.18 KB

README.md

File metadata and controls

101 lines (59 loc) · 3.18 KB

Docker

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.

Categories:

Containers

The containers below assume that Network Shares are mounted to /export directory, and local IP address of the server running docker is 127.0.0.1.

Download Manager

This stack creates services to support and manage a BitTorrent and a Usenet clients. BitTorrent is a communication protocol for peer-to-peer (P2P) file sharing in a distributed, decentralized infrastructure. Usenet is an early non-centralized computer network for the discussion of particular topics and the sharing of files via newsgroups.

docker compose up --detach "docker/download-manager/docker-compose.yml" 

Jellyfin

Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached.

docker compose up --detach "docker/jellyfin/docker-compose.yml"

Jupyter Notebook

The Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience.

docker compose up --detach "docker/jupyter-notebook/docker-compose.yml"

DNS-over-HTTPS (DNSCrypt + Pi-hole + Nginx)

Install only one of DNS-over-HTTPS and Recursive DNS in the same host IP address.

This stack creates services to enable DNS-over-HTTPS capability on a specific network with DNS sinkhole to reduce advertisements and serve local DNS records.

docker compose up --detach "docker/dns-over-https/docker-compose.yml"

Recursive DNS (Unbound + Pi-hole + Nginx)

Install only one of DNS-over-HTTPS and Recursive DNS in the same host IP address.

This stack creates services to enable recursive DNS capability on a specific network with DNS sinkhole to reduce advertisements and serve local DNS records.

docker compose up --detach "docker/recursive-dns/docker-compose.yml"

Plex Media Server

Plex gives you the power to add, access and share all the entertainment that matters to you, on almost any device.

docker compose up --detach "docker/plex/docker-compose.yml"

Wireguard

WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.

docker compose up --detach "docker/wireguard/docker-compose.yml"

Home Automation

Home Automation stack creates services to support and manage home automation.

docker compose up --detach "docker/home-automation/docker-compose.yml"