Radarr installation fails on fresh Ubuntu install

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

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-bazarr

  • # https://github.com/linuxserver/docker-bazarr bazarr: container_name: bazarr environment: PGID: $PLEX_PGID PUID: $PLEX_PUID TZ: $TZ image: ghcr.io/linuxserver/bazarr networks: smarthome: ipv4_address: 172.18.0.9 restart: always volumes: - $USERDIR2/bazarr:/config - $STORAGE/Movies:/movies - $STORAGE/Zumba:/zumba - $STORAGE/TV Shows:/tv

  • docker-duplicati

  • # https://github.com/linuxserver/docker-duplicati duplicati: container_name: duplicati environment: PGID: $PGID PUID: $PUID TZ: $TZ image: ghcr.io/linuxserver/duplicati networks: smarthome: ipv4_address: 172.18.0.15 restart: always volumes: - $USERDIR2/duplicati:/config - $USERDIR2:/source

  • 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
  • FlareSolverr

    Proxy server to bypass Cloudflare protection

  • # https://github.com/FlareSolverr/FlareSolverr flaresolverr: container_name: flaresolverr environment: TZ: $TZ image: ghcr.io/flaresolverr/flaresolverr networks: smarthome: ipv4_address: 172.18.0.13 restart: always

  • docker-jackett

  • # https://github.com/linuxserver/docker-jackett jackett: container_name: jackett environment: PGID: $PLEX_PGID PUID: $PLEX_PUID TZ: $TZ image: lscr.io/linuxserver/jackett networks: smarthome: ipv4_address: 172.18.0.16 restart: always volumes: - $USERDIR2/jackett:/config

  • docker-mariadb

  • # https://github.com/linuxserver/docker-mariadb # Port 3306 mariadb: container_name: mariadb environment: MYSQL_DATABASE: $MYSQL_DATABASE MYSQL_PASSWORD: $MYSQL_PASSWORD MYSQL_ROOT_PASSWORD: $MYSQL_ROOT_PASSWORD MYSQL_USER: $MYSQL_USER PGID: $PGID PUID: $PUID TZ: $TZ image: ghcr.io/linuxserver/mariadb networks: smarthome: ipv4_address: 172.18.0.4 restart: always volumes: - $USERDIR2/mariadb:/config

  • docker-nextcloud

  • # https://github.com/linuxserver/docker-nextcloud nextcloud: container_name: nextcloud environment: PGID: $PGID PUID: $PUID TZ: $TZ image: ghcr.io/linuxserver/nextcloud networks: smarthome: ipv4_address: 172.18.0.5 restart: always volumes: - $USERDIR2/nextcloud:/config - $STORAGE/Nextcloud_data:/data

  • node-red-docker

    Repository for all things Node-RED and Docker related

  • # https://nodered.org/docs/getting-started/docker # https://community.home-assistant.io/t/node-red-get-homeassistant-error/53923 node-red: container_name: node-red depends_on: homeassistant: condition: service_started environment: PGID: $PGID PUID: $PUID TZ: $TZ image: nodered/node-red networks: smarthome: ipv4_address: 172.18.0.2 restart: always # https://github.com/node-red/node-red-docker/wiki/Permissions-and-Persistence # chown volume after first run volumes: - $USERDIR2/node-red:/data

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • docker-pi-hole

    Pi-hole in a docker container

  • # https://github.com/pi-hole/docker-pi-hole # TODO Update with: https://github.com/chriscrowe/docker-pihole-unbound pihole: container_name: pihole environment: DNS1: 127.0.0.1 DNS2: 1.1.1.1 PGID: $PGID PUID: $PUID TZ: $TZ WEBPASSWORD: $WEBPASSWORD image: pihole/pihole:latest networks: smarthome: ipv4_address: 172.18.0.11 ports: - protocol: tcp published: 53 target: 53 - protocol: udp published: 53 target: 53 restart: always volumes: - $USERDIR2/pihole/etc:/etc/pihole - $USERDIR2/pihole/dnsmasq.d:/etc/dnsmasq.d - $USERDIR2/pihole/etc/resolv.conf:/etc/resolv.conf

  • docker-pihole-unbound

    Run Pi-Hole + Unbound on Docker

  • # https://github.com/pi-hole/docker-pi-hole # TODO Update with: https://github.com/chriscrowe/docker-pihole-unbound pihole: container_name: pihole environment: DNS1: 127.0.0.1 DNS2: 1.1.1.1 PGID: $PGID PUID: $PUID TZ: $TZ WEBPASSWORD: $WEBPASSWORD image: pihole/pihole:latest networks: smarthome: ipv4_address: 172.18.0.11 ports: - protocol: tcp published: 53 target: 53 - protocol: udp published: 53 target: 53 restart: always volumes: - $USERDIR2/pihole/etc:/etc/pihole - $USERDIR2/pihole/dnsmasq.d:/etc/dnsmasq.d - $USERDIR2/pihole/etc/resolv.conf:/etc/resolv.conf

  • docker-radarr

  • # https://github.com/linuxserver/docker-radarr radarr4k: container_name: radarr4k environment: PGID: $PLEX_PGID PUID: $PLEX_PUID TZ: $TZ image: ghcr.io/linuxserver/radarr networks: smarthome: ipv4_address: 172.18.0.14 restart: always volumes: - $USERDIR2/radarr4k:/config - $STORAGE/4K_HDR_Movies:/movies - $DOWNLOAD/radarrFourk:/downloads

  • docker-sonarr

  • # https://github.com/linuxserver/docker-sonarr sonarr: container_name: sonarr environment: PGID: $PLEX_PGID PUID: $PLEX_PUID TZ: $TZ image: ghcr.io/linuxserver/sonarr networks: smarthome: ipv4_address: 172.18.0.17 restart: always volumes: - $USERDIR2/sonarr:/config - $STORAGE/TV Shows:/tv - $DOWNLOAD/sonarr:/downloads

  • docker-swag

    Nginx webserver and reverse proxy with php support and a built-in Certbot (Let's Encrypt) client. It also contains fail2ban for intrusion prevention.

  • # https://github.com/linuxserver/docker-swag swag: cap_add: # fail2ban - NET_ADMIN container_name: swag environment: DHLEVEL: '4096' EMAIL: $EMAIL EXTRA_DOMAINS: $EXTRA_DOMAINS MAXMINDDB_LICENSE_KEY: $MAXMINDDB_LICENSE_KEY ONLY_SUBDOMAINS: "true" PGID: $PGID PUID: $PUID STAGING: "false" SUBDOMAINS: $SUBDOMAINS TZ: $TZ URL: $URL VALIDATION: http image: ghcr.io/linuxserver/swag networks: smarthome: ipv4_address: 172.18.0.3 ports: - published: 443 target: 443 - published: 80 target: 80 restart: always volumes: - $USERDIR2/swag:/config

  • docker-synclounge

  • # https://github.com/linuxserver/docker-synclounge synclounge: container_name: synclounge environment: # AUTH_LIST: plexuser1,plexuser2,email1,machineid1 AUTOJOIN_ENABLED: "true" AUTOJOIN_ROOM: $AUTOJOIN_ROOM # AUTOJOIN_PASSWORD: password EXTERNAL_URL: $EXTERNAL_URL PGID: $PGID # PUID: $PUID App is stateless TZ: $TZ image: ghcr.io/linuxserver/synclounge networks: smarthome: ipv4_address: 172.18.0.8 restart: always

  • docker-transmission-openvpn

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

  • # https://github.com/haugene/docker-transmission-openvpn transmission-openvpn: cap_add: - NET_ADMIN container_name: transmission-openvpn environment: CREATE_TUN_DEVICE: "true" # Sorted by latency OPENVPN_CONFIG: >- ca_montreal, ca_toronto, ca_vancouver, de_berlin, spain, de_frankfurt, france, czech_republic, romania, israel OPENVPN_PASSWORD: $PIA_PASSWORD OPENVPN_PROVIDER: PIA OPENVPN_USERNAME: $PIA_USERNAME PGID: $PLEX_PGID PUID: $PLEX_PUID # https://github.com/transmission/transmission/wiki/Editing-Configuration-Files TRANSMISSION_CACHE_SIZE_MB: 1024 TRANSMISSION_DOWNLOAD_QUEUE_ENABLED: "false" TRANSMISSION_PEER_LIMIT_GLOBAL: 512 TRANSMISSION_PEER_LIMIT_PER_TORRENT: 512 TRANSMISSION_PORT_FORWARDING_ENABLED: "true" TRANSMISSION_RATIO_LIMIT: 0 TRANSMISSION_RATIO_LIMIT_ENABLED: "true" TRANSMISSION_UMASK: 0 TZ: $TZ WEBPROXY_ENABLED: "false" image: haugene/transmission-openvpn logging: driver: json-file options: max-size: 10m networks: smarthome: ipv4_address: 172.18.0.12 restart: always volumes: - $STORAGE/transmission-openvpn:/data - /etc/localtime:/etc/localtime:ro

  • Transmission

    Official Transmission BitTorrent client repository

  • # https://github.com/haugene/docker-transmission-openvpn transmission-openvpn: cap_add: - NET_ADMIN container_name: transmission-openvpn environment: CREATE_TUN_DEVICE: "true" # Sorted by latency OPENVPN_CONFIG: >- ca_montreal, ca_toronto, ca_vancouver, de_berlin, spain, de_frankfurt, france, czech_republic, romania, israel OPENVPN_PASSWORD: $PIA_PASSWORD OPENVPN_PROVIDER: PIA OPENVPN_USERNAME: $PIA_USERNAME PGID: $PLEX_PGID PUID: $PLEX_PUID # https://github.com/transmission/transmission/wiki/Editing-Configuration-Files TRANSMISSION_CACHE_SIZE_MB: 1024 TRANSMISSION_DOWNLOAD_QUEUE_ENABLED: "false" TRANSMISSION_PEER_LIMIT_GLOBAL: 512 TRANSMISSION_PEER_LIMIT_PER_TORRENT: 512 TRANSMISSION_PORT_FORWARDING_ENABLED: "true" TRANSMISSION_RATIO_LIMIT: 0 TRANSMISSION_RATIO_LIMIT_ENABLED: "true" TRANSMISSION_UMASK: 0 TZ: $TZ WEBPROXY_ENABLED: "false" image: haugene/transmission-openvpn logging: driver: json-file options: max-size: 10m networks: smarthome: ipv4_address: 172.18.0.12 restart: always volumes: - $STORAGE/transmission-openvpn:/data - /etc/localtime:/etc/localtime:ro

  • unbound-docker

    Unbound DNS Server Docker Image

  • # https://github.com/MatthewVance/unbound-docker unbound: container_name: unbound environment: PGID: $PGID PUID: $PUID TZ: $TZ image: mvance/unbound networks: smarthome: ipv4_address: 172.18.0.6 restart: always

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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