diff --git a/manuscript/CHANGELOG.md b/manuscript/CHANGELOG.md index 4d511ff..cb013d1 100644 --- a/manuscript/CHANGELOG.md +++ b/manuscript/CHANGELOG.md @@ -14,7 +14,7 @@ Sign up [here](http://eepurl.com/dfx95n) (double-opt-in) to receive email update ## Recent improvements -* "Disengaged" [AutoPirate](/recipies/autopirate/start/) uber-recipe into individual sub-recipies per-page, easing navigation and support / comment flow +* "Disengaged" [AutoPirate](/recipies/autopirate/) uber-recipe into individual sub-recipies per-page, easing navigation and support / comment flow * Switched [Emby](/recipies/emby/) to official docker container (more up-to-date) (_27 Mar 2018_) * [Docker Swarm Mode](/ha-docker-swarm/docker-swarm-mode/#setup-automatic-updates) setup updated for automatic container updates (Shepherd) * [Kanboard](/recipies/kanboard/) recipe [improved](https://github.com/funkypenguin/geek-cookbook/commit/8597bcc6319b571c8138cd1b615e8c512e5f5bd5) with the inclusion of a cron container to run automated daily jobs (_22 Dec 2017_) diff --git a/manuscript/recipies/autopirate.md b/manuscript/recipies/autopirate.md index e408c6e..f0574a2 100644 --- a/manuscript/recipies/autopirate.md +++ b/manuscript/recipies/autopirate.md @@ -24,6 +24,7 @@ Tools included in the AutoPirate stack are: * **[Headphones](https://github.com/rembo10/headphones)** : finds, downloads and manages music * **[Lazy Librarian](https://github.com/itsmegb/LazyLibrarian)** : finds, downloads and manages ebooks * **[Ombi](https://github.com/tidusjar/Ombi)** : provides an interface to request additions to a [Plex](/recipies/plex/)/[Emby](/recipies/emby/) library using the above tools +* **[Jackett](https://github.com/Jackett/Jackett)** : Provides an local, caching, API-based interface to torrent trackers, simplifying the way your tools search for torrents. Since this recipe is so long, and so many of the tools are optional to the final result (_i.e., if you're not interested in comics, you won't want Mylar_), I've described each individual tool on its own sub-recipe page (_below_), even though most of them are deployed very similarly. diff --git a/manuscript/recipies/autopirate/end.md b/manuscript/recipies/autopirate/end.md index fe55da0..1598a58 100644 --- a/manuscript/recipies/autopirate/end.md +++ b/manuscript/recipies/autopirate/end.md @@ -1,5 +1,5 @@ !!! warning - This is not a complete recipe - it's the conclusion to the [AutoPirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's the conclusion to the [AutoPirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. ### Launch Autopirate stack diff --git a/manuscript/recipies/autopirate/headphones.md b/manuscript/recipies/autopirate/headphones.md index 02c0b80..21e9e24 100644 --- a/manuscript/recipies/autopirate/headphones.md +++ b/manuscript/recipies/autopirate/headphones.md @@ -1,7 +1,7 @@ hero: AutoPirate - A fully-featured recipe to automate finding, downloading, and organising your media 📺 🎥 🎵 📖 !!! warning - This is not a complete recipe - it's a component of the [autopirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [autopirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # Headphones @@ -11,7 +11,7 @@ hero: AutoPirate - A fully-featured recipe to automate finding, downloading, and ## Inclusion into AutoPirate -To include Headphones in your [AutoPirate](/recipies/autopirate/start/) stack, include the following in your autopirate.yml stack definition file: +To include Headphones in your [AutoPirate](/recipies/autopirate/) stack, include the following in your autopirate.yml stack definition file: ```` headphones: diff --git a/manuscript/recipies/autopirate/jackett.md b/manuscript/recipies/autopirate/jackett.md index d94d775..0d1400d 100644 --- a/manuscript/recipies/autopirate/jackett.md +++ b/manuscript/recipies/autopirate/jackett.md @@ -1,5 +1,5 @@ !!! warning - This is not a complete recipe - it's a component of the [autopirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [autopirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # Jackett @@ -11,7 +11,7 @@ This allows for getting recent uploads (like RSS) and performing searches. Jacke ## Inclusion into AutoPirate -To include Jackett in your [AutoPirate](/recipies/autopirate/start/) stack, include the following in your autopirate.yml stack definition file: +To include Jackett in your [AutoPirate](/recipies/autopirate/) stack, include the following in your autopirate.yml stack definition file: ```` jackett: diff --git a/manuscript/recipies/autopirate/lazylibrarian.md b/manuscript/recipies/autopirate/lazylibrarian.md index b630429..f44bdff 100644 --- a/manuscript/recipies/autopirate/lazylibrarian.md +++ b/manuscript/recipies/autopirate/lazylibrarian.md @@ -1,5 +1,5 @@ !!! warning - This is not a complete recipe - it's a component of the [autopirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [autopirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # LazyLibrarian @@ -15,7 +15,7 @@ ## Inclusion into AutoPirate -To include LazyLibrarian in your [AutoPirate](/recipies/autopirate/start/) stack, include the following in your autopirate.yml stack definition file: +To include LazyLibrarian in your [AutoPirate](/recipies/autopirate/) stack, include the following in your autopirate.yml stack definition file: ```` lazylibrarian: diff --git a/manuscript/recipies/autopirate/mylar.md b/manuscript/recipies/autopirate/mylar.md index 3f7857e..7b9fe87 100644 --- a/manuscript/recipies/autopirate/mylar.md +++ b/manuscript/recipies/autopirate/mylar.md @@ -1,5 +1,5 @@ !!! warning - This is not a complete recipe - it's a component of the [autopirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [autopirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # Mylar @@ -9,7 +9,7 @@ ## Inclusion into AutoPirate -To include Mylar in your [AutoPirate](/recipies/autopirate/start/) stack, include the following in your autopirate.yml stack definition file: +To include Mylar in your [AutoPirate](/recipies/autopirate/) stack, include the following in your autopirate.yml stack definition file: ```` mylar: diff --git a/manuscript/recipies/autopirate/nzbget.md b/manuscript/recipies/autopirate/nzbget.md index 5af26b4..504ceef 100644 --- a/manuscript/recipies/autopirate/nzbget.md +++ b/manuscript/recipies/autopirate/nzbget.md @@ -1,5 +1,5 @@ !!! warning - This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # NZBGet @@ -11,7 +11,7 @@ NZBGet performs the same function as [SABnzbd](/recipies/autopirate/sabnzbd.md) ## Inclusion into AutoPirate -To include NZBGet in your [AutoPirate](/recipies/autopirate/start/) stack +To include NZBGet in your [AutoPirate](/recipies/autopirate/) stack (_The only reason you **wouldn't** use NZBGet, would be if you were using [SABnzbd](/recipies/autopirate/sabnzbd/) instead_), include the following in your autopirate.yml stack definition file: !!! tip diff --git a/manuscript/recipies/autopirate/nzbhydra.md b/manuscript/recipies/autopirate/nzbhydra.md index 853f9a8..af77cc2 100644 --- a/manuscript/recipies/autopirate/nzbhydra.md +++ b/manuscript/recipies/autopirate/nzbhydra.md @@ -1,5 +1,5 @@ !!! warning - This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # NZBHydra @@ -16,7 +16,7 @@ ## Inclusion into AutoPirate -To include NZBHydra in your [AutoPirate](/recipies/autopirate/start/) stack, include the following in your autopirate.yml stack definition file: +To include NZBHydra in your [AutoPirate](/recipies/autopirate/) stack, include the following in your autopirate.yml stack definition file: ```` nzbhydra: diff --git a/manuscript/recipies/autopirate/ombi.md b/manuscript/recipies/autopirate/ombi.md index e1cd542..80b1f87 100644 --- a/manuscript/recipies/autopirate/ombi.md +++ b/manuscript/recipies/autopirate/ombi.md @@ -1,9 +1,9 @@ !!! warning - This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # Ombi -[Ombi](https://github.com/tidusjar/Ombi) is a useful addition to the [autopirate](/recipies/autopirate/start/) stack. Features include: +[Ombi](https://github.com/tidusjar/Ombi) is a useful addition to the [autopirate](/recipies/autopirate/) stack. Features include: * Lets users request Movies and TV Shows (_whether it being the entire series, an entire season, or even single episodes._) * Easily manage your requests @@ -17,7 +17,7 @@ Automatically updates the status of requests when they are available on Plex/Emb ## Inclusion into AutoPirate -To include Ombi in your [AutoPirate](/recipies/autopirate/start/) stack, include the following in your autopirate.yml stack definition file: +To include Ombi in your [AutoPirate](/recipies/autopirate/) stack, include the following in your autopirate.yml stack definition file: ```` ombi: diff --git a/manuscript/recipies/autopirate/plexpy.md b/manuscript/recipies/autopirate/plexpy.md index 8ff6c4a..57e83a7 100644 --- a/manuscript/recipies/autopirate/plexpy.md +++ b/manuscript/recipies/autopirate/plexpy.md @@ -1,5 +1,5 @@ !!! warning - This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # NAME @@ -18,7 +18,7 @@ Details ## Inclusion into AutoPirate -To include NZBGet in your [AutoPirate](/recipies/autopirate/start/) stack, include the following in your autopirate.yml stack definition file: +To include NZBGet in your [AutoPirate](/recipies/autopirate/) stack, include the following in your autopirate.yml stack definition file: !!! tip I share (_with my [patreon patrons](https://www.patreon.com/funkypenguin)_) a private "_premix_" git repository, which includes necessary docker-compose and env files for all published recipes. This means that patrons can launch any recipe with just a ```git pull``` and a ```docker stack deploy``` 👍 diff --git a/manuscript/recipies/autopirate/radarr.md b/manuscript/recipies/autopirate/radarr.md index ded45f6..e1227f4 100644 --- a/manuscript/recipies/autopirate/radarr.md +++ b/manuscript/recipies/autopirate/radarr.md @@ -1,5 +1,5 @@ !!! warning - This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # Radarr @@ -24,7 +24,7 @@ ## Inclusion into AutoPirate -To include Radarr in your [AutoPirate](/recipies/autopirate/start/) stack, include the following in your autopirate.yml stack definition file: +To include Radarr in your [AutoPirate](/recipies/autopirate/) stack, include the following in your autopirate.yml stack definition file: ```` radarr: diff --git a/manuscript/recipies/autopirate/rtorrent.md b/manuscript/recipies/autopirate/rtorrent.md index 99ce855..afd2b5d 100644 --- a/manuscript/recipies/autopirate/rtorrent.md +++ b/manuscript/recipies/autopirate/rtorrent.md @@ -1,5 +1,5 @@ !!! warning - This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # RTorrent / ruTorrent @@ -13,7 +13,7 @@ When using a torrent client from behind NAT (_which swarm, by nature, is_), you ## Inclusion into AutoPirate -To include ruTorrent in your [AutoPirate](/recipies/autopirate/start/) stack, include the following in your autopirate.yml stack definition file: +To include ruTorrent in your [AutoPirate](/recipies/autopirate/) stack, include the following in your autopirate.yml stack definition file: ``` rtorrent: diff --git a/manuscript/recipies/autopirate/sabnzbd.md b/manuscript/recipies/autopirate/sabnzbd.md index e04bd22..5f34abc 100644 --- a/manuscript/recipies/autopirate/sabnzbd.md +++ b/manuscript/recipies/autopirate/sabnzbd.md @@ -1,17 +1,17 @@ !!! warning - This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # SABnzbd ## Introduction -SABnzbd is the workhorse of the stack. It takes .nzb files as input (_manually or from other [autopirate](/recipies/autopirate/start/) stack tools_), then connects to your chosen Usenet provider, downloads all the individual binaries referenced by the .nzb, and then tests/repairs/combines/uncompresses them all into the final result - media files. +SABnzbd is the workhorse of the stack. It takes .nzb files as input (_manually or from other [autopirate](/recipies/autopirate/) stack tools_), then connects to your chosen Usenet provider, downloads all the individual binaries referenced by the .nzb, and then tests/repairs/combines/uncompresses them all into the final result - media files. ![SABNZBD Screenshot](../../images/sabnzbd.png) ## Inclusion into AutoPirate -To include SABnzbd in your [AutoPirate](/recipies/autopirate/start/) stack +To include SABnzbd in your [AutoPirate](/recipies/autopirate/) stack (_The only reason you **wouldn't** use SABnzbd, would be if you were using [NZBGet](/recipies/autopirate/nzbget.md) instead_), include the following in your autopirate.yml stack definition file: ```` diff --git a/manuscript/recipies/autopirate/sonarr.md b/manuscript/recipies/autopirate/sonarr.md index 11a76e4..2d3cebf 100644 --- a/manuscript/recipies/autopirate/sonarr.md +++ b/manuscript/recipies/autopirate/sonarr.md @@ -1,5 +1,5 @@ !!! warning - This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/start/) "_uber-recipe_", but has been split into its own page to reduce complexity. + This is not a complete recipe - it's a component of the [AutoPirate](/recipies/autopirate/) "_uber-recipe_", but has been split into its own page to reduce complexity. # Sonarr @@ -11,7 +11,7 @@ ## Inclusion into AutoPirate -To include Sonarr in your [AutoPirate](/recipies/autopirate/start/) stack, include the following in your autopirate.yml stack definition file: +To include Sonarr in your [AutoPirate](/recipies/autopirate/) stack, include the following in your autopirate.yml stack definition file: ```` sonarr: