diff --git a/homelab/Caddyfile b/homelab/Caddyfile index fe0dd1f..a3f81ff 100644 --- a/homelab/Caddyfile +++ b/homelab/Caddyfile @@ -68,6 +68,10 @@ deergrove.woozle.org, sweetums.woozle.org { import restricted-access reverse_proxy readarr:8787 } + handle /lidarr/* { + import restricted-access + reverse_proxy lidarr:8686 + } handle /prowlarr/* { import restricted-access reverse_proxy prowlarr:9696 diff --git a/homelab/docker-compose.yaml b/homelab/docker-compose.yaml index e7c10f1..3711abc 100644 --- a/homelab/docker-compose.yaml +++ b/homelab/docker-compose.yaml @@ -53,17 +53,15 @@ services: bind: propagation: rslave - qbittorrent: - image: lscr.io/linuxserver/qbittorrent + transmission: + image: lscr.io/linuxserver/transmission volumes: - type: bind - source: /srv/ext/sys/qbittorrent + source: /srv/ext/sys/transmission target: /config - type: bind source: /srv/ext/incoming target: /srv/ext/incoming - environment: - HOST_PORT: 6680 networks: - hostnet @@ -91,6 +89,18 @@ services: - type: bind source: /srv/ext/incoming target: /srv/ext/incoming + lidarr: + image: lscr.io/linuxserver/lidarr + volumes: + - type: bind + source: /srv/ext/sys/lidarr + target: /config + - type: bind + source: /srv/ext/media/music + target: /srv/ext/media/music + - type: bind + source: /srv/ext/incoming + target: /srv/ext/incoming readarr: image: lscr.io/linuxserver/readarr:develop volumes: @@ -209,10 +219,10 @@ configs: name: dave.yaml-v3 Caddyfile: file: Caddyfile - name: Caddyfile-v53 + name: Caddyfile-v55 index.html: file: index.html - name: index.html-v28 + name: index.html-v30 secrets: diff --git a/homelab/index.html b/homelab/index.html index fb30b48..4adc203 100644 --- a/homelab/index.html +++ b/homelab/index.html @@ -44,13 +44,14 @@ li {
  • 💿 Media Sucker: DVD/CD ripper
  • 📺 Sonarr: TV episode manager
  • 🎬 Radarr: Movie manager
  • +
  • 🎶 Lidarr: Music manager
  • 📖 Readarr: Book manager
  • Media Helpers

    @@ -63,7 +64,11 @@ li { and lets everybody watch it whetever.

    - Sonarr lets you tell it what you'd like to have, + The Media Sucker automatically sucks things off of CDs and DVDs. + You still have to rename the files and move them into the right place, though. +

    +

    + Sonarr/Radarr/Lidarr/Readarr let you tell it what you'd like to have, and watches various feeds, waiting for it to appear. Then it tells a downloader to download it. @@ -72,18 +77,17 @@ li { making sure it's named properly.

    - Jackett is a feed provider, - which searches torrent sites and provides the results as feeds. + Prowlarr connects to various download indexers, + to find whatever it is you're looking for. NZBGeek is a paid feed provider that I use: - it monitors usenet for new posts, + it monitors Usenet for new posts, and provides them as feeds. - Usenet is a very old distributed bulletin board: it even predates the World Wide Web. I pay Frugal Usenet $5 a month to run a Usenet server so I don't have to.

    Transmission and NZBGet are downloaders. - They pull files down from bit torrent (Transmission) - and Usenet (NZBGet). + Once you've found something in an index, + you can ask these to download it.