Compare commits

...

2 Commits

Author SHA1 Message Date
Neale Pickett c81badd9a3 Maybe transmission was okay after all 2022-10-13 14:38:46 -06:00
Neale Pickett da04d25864 replace jackett with prowlarr 2022-10-13 10:22:51 -06:00
3 changed files with 39 additions and 24 deletions

View File

@ -68,10 +68,13 @@ deergrove.woozle.org, sweetums.woozle.org {
import restricted-access
reverse_proxy readarr:8787
}
handle /jackett/* {
handle /lidarr/* {
import restricted-access
reverse_proxy jackett:9117
reverse_proxy lidarr:8686
}
handle /prowlarr/* {
import restricted-access
reverse_proxy prowlarr:9696
}
handle_path /sucker/* {

View File

@ -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:
@ -103,13 +113,11 @@ services:
- type: bind
source: /srv/ext/incoming
target: /srv/ext/incoming
jackett:
image: lscr.io/linuxserver/jackett
prowlarr:
image: lscr.io/linuxserver/prowlarr:develop
volumes:
- type: bind
source: /srv/ext/sys/jackett
source: /srv/ext/sys/prowlarr
target: /config
nzbget:
@ -211,10 +219,10 @@ configs:
name: dave.yaml-v3
Caddyfile:
file: Caddyfile
name: Caddyfile-v51
name: Caddyfile-v55
index.html:
file: index.html
name: index.html-v28
name: index.html-v30
secrets:

View File

@ -44,13 +44,14 @@ li {
<li><a href="/sucker/">💿 Media Sucker: DVD/CD ripper</a></li>
<li><a href="/sonarr/">📺 Sonarr: TV episode manager</a></li>
<li><a href="/radarr/">🎬 Radarr: Movie manager</a></li>
<li><a href="/lidarr/">🎶 Lidarr: Music manager</a></li>
<li><a href="/readarr/">📖 Readarr: Book manager</a></li>
</ul>
<h2>Media Helpers</h2>
<ul>
<li><a href="/jackett/">🧥 Jackett: Tracker RSS proxy</a></li>
<li><a href="/qbittorrent/">📥 qBittorrent</a></li>
<li><a href="/prowlarr/">🐯 Prowlarr: Indexer for downloaders</a></li>
<li><a href="/transmission/">📥 Transmission</a></li>
<li><a href="/nzbget/">📰 NZBGet: Usenet fetcher</a></li>
</ul>
</menu>
@ -63,7 +64,11 @@ li {
and lets everybody watch it whetever.
</p>
<p>
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.
</p>
<p>
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.
</p>
<p>
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.
<a href="https://nzbgeek.info/">NZBGeek</a> 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 <a href="https://frugalusenet.com/">Frugal Usenet</a> $5 a month to run a Usenet server so I don't have to.
</p>
<p>
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.
</p>
</section>
</body>