GithubHelp home page GithubHelp logo

dokarr's Introduction

dokarr

Media Server stack containing the popular *arr applications with support for Let's Encrypt.

Includes:

  • authentik Authentik is an open-source Identity Provider for SSO and much more
  • deluge Deluge a lightweight BitTorrent client with web based management interface
  • gluetun Gluetun VPN client to anonymize IP
  • kavita Kavita free and open source web based ebook, manga and comic reader
  • lidarr Lidarr looks and smells like Sonarr but made for music
  • mylar Mylar is an automated Comic Book (cbr/cbz) downloader
  • nzbget NZBGet an efficient Usenet Downloader
  • overseerr Overseerr request management and media discovery tool
  • plex Plex organize all of your personal media so you can enjoy it no matter where you are
  • portainer Portainer simple management UI for Docker
  • prowlarr Prowlarr indexer manager/proxy for nzb and torrent
  • radarr Radarr a fork of Sonarr to work with movies ร  la Couchpotato
  • readarr Readarr ebook and audiobook collection manager for Usenet and BitTorrent users
  • sonarr Sonarr smart PVR for newsgroup and bittorrent users
  • tautulli Tautulli monitoring and tracking tool for Plex Media Server

Requirements

Configuration

Reverse Proxy

The compose file is configured to make all services available via *.sslip.io, e.g. portainer.192-168-100-99.sslip.io. The default port for the reverse proxy is 8080 and can be configured by editing .env. An additional domain may be specified by setting HTTP_HOST in .env.

Let's Encrypt

The default SSL port is 8443 and can be changed by setting HTTPS_PORT in .env. By default, Traefik will use a self-signed certificate. To use a trusted certificate generated by Let's Encrypt, follow the below instructions.

Automatic certificate generation uses a DNS-01 ACME challenge. This challenge supports generation of wildcard certificates and does not require the server to be accessible via the internet. Presently, only CloudFlare is supported as for the DNS-01 challenge, however, support for other providers can be added by editing docker-compose.yml directly. See the Traefik documentation for more details.

Assuming your domain is using CloudFlare for DNS and you have obtained the Global API Key for your account, set the below .env variables to enable SSL:

# cloudflare email address
CF_API_EMAIL=[email protected]

# cloudflare api token
CF_API_KEY=ec059099c531fdabbd06ca8cd5f7a8bccd190

# the top-level domain used for letsencrypt certificates
HTTP_HOST=yourdomain.com

Authentik

Set the required AUTHENTIK_* environment variables in .env. These values should not be changed after setting them once. Replace changeme in the below example with something secure:

# secret key used for cookie signing and unique user ids, don't change this after the first install
AUTHENTIK_SECRET_KEY=changeme

# postgresql password, don't change this after the first install
AUTHENTIK_POSTGRESQL_PASSWORD=changeme

Plex NVIDIA hardware transcoding

Ensure the NVIDIA Container Runtime is installed and functioning correctly and set PLEX_RUNTIME in .env:

PLEX_RUNTIME=nvidia

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.