Skip to content

TheGameProfi/HatSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HatSetup

This Repo displays and descibes my Setup of the Prirate-Hat Services. I have currently deployed the following services via Docker-Compose:

Media Management:

  • Sonarr is a Services for Managing Series. Managing the local files, Series Naming via Series Database and Grabbing new Series from the Internet.
  • Radarr is a Services for Managing Movies. Managing the local files, Movies Naming via Movies Database and Grabbing new Movies from the Internet.
  • Readarr is a Services for Managing Books/Comics. Managing the local files, Book Naming via Book Database and Grabbing new Books from the Internet.
  • Bazarr is a Services for Managing Subtitles. It scans the local files (including the Vidoes embeded ones) and grabs missing Subtitles from the Internet.
  • Jackett is a Torrent Convertion Service. It access many Torrent Providers and translate the API/Data into something Sonarr/Radarr/Readarr/Lidarr/... compatible.
  • Prowlarr is a indexer Manager/Proxy. It's a central management to syncronize Sonarr/Radarr/Readarr/Lidarr/...
  • Beets is a Music Library Manager. It access the local Music Files and organizes them and the metadata.

Download Management:

  • Gluetun is VPN-Client and Proxy for Docker. All traffic is routed trough it and ports are forwarded from the Services.
  • Sabnzbd is a Usenet Download Manager. It access the NewsProvider to download the "Articles" requested by the Indexer.
  • Qbittorrent is a Torrent Download Manager. It access available Torrent-Seeders to download the "Torrents" requested by the Indexer.
  • Deluge is a Torrent Download Manager. It access available Torrent-Seeders to download the "Torrents" requested by the Indexer.
  • Flood is a Web-UI for multiple Torrent Clients, originally named Flood-UI.

Streaming Services:

  • Jellyfin is a Media Streaming Server. It access the local Media Files and streams them to the Clients.
  • Jellyseer is a Bridge between Jellyfin and Sonarr & Radarr. Users can request Series/Movies via the Jellyfin Login that will then added to Sonarr/Radarr.
  • Kavita is a Book/Comic Streaming Server. It access the local Media Files and streams them to the Clients.

flowchart
    subgraph Download
    Gluetun
    SABnzbd & torrent[qBittorrent/ <br> Deluge] <--> Gluetun
    Flood <--> torrent
    end

    subgraph Media
    Sonarr & Radarr & Readarr --> Gluetun & Flood & Jackett
    Bazarr --> Sonarr & Radarr
    Prowlarr --> Sonarr & Radarr & Readarr
    Beets
    end

    subgraph Streaming
    Jellyfin
    Jellyseerr --> Jellyfin & Sonarr & Radarr
    Kavita
    end
Loading

About

Documentation about the Pirate-Hat Setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published