Need advice on a *arr setup on a DS920+

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • docker-transmission-openvpn

    Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel

  • arch-delugevpn

    Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gluetun

    VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.

  • Build a docker-compose.yml file and use gluetun as vpn container. Use the network_mode: "service:gluetun" setting for all the other containers to route them all over the vpn.

  • docker-autoheal

    Monitor and restart unhealthy docker containers.

  • Make sure to implement health hecks, so containers restart automatically when your vpn connection drops. Docker doesn't restart unhealthy containers automatically, but you van use autoheal for that. Also use the health status in the depends_on to make sure the containers start in the correct order (start the *arr containers after the vpn is running for example).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts