From f52ca4bdccd9328e55a9dcceaab3b3268c3d7f8d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 30 Apr 2024 22:44:22 +0200 Subject: [PATCH 1/2] chore(guide): fix exposed comment due to space after `!` (#1906) --- docs/Radarr/Radarr-collection-of-custom-formats.md | 2 +- docs/Sonarr/sonarr-collection-of-custom-formats.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 2535ccdba..11e490176 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -540,7 +540,7 @@ We've made 3 guides related to this. --8<-- "includes/cf-descriptions/dv.md" - + ??? example "JSON - [Click to show/hide]" diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index c8810e1bb..f81160be2 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -541,7 +541,7 @@ We've made 3 guides related to this. --8<-- "includes/cf-descriptions/dv.md" - + ??? example "JSON - [Click to show/hide]" From b31230d8392a76eb9a73040cb2a303d69e03a5ec Mon Sep 17 00:00:00 2001 From: bokkoman Date: Tue, 30 Apr 2024 22:47:27 +0200 Subject: [PATCH 2/2] update(syno/compose): add prowlarr to default (#1902) Update Synology.md Added prowlarr to default compose. Made sure this is reflected in the guide. --- docs/Hardlinks/How-to-setup-for/Synology.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 0deab8018..99704e6d1 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -163,7 +163,7 @@ Your application data will be stored in the `docker` share in the folder called Create these folders with command below, or create them in File Station manually. ```bash -mkdir -p /volume1/docker/appdata/{radarr,sonarr,bazarr,plex,pullio} +mkdir -p /volume1/docker/appdata/{radarr,sonarr,bazarr,plex,prowlarr,pullio} ``` You can add your own subfolders for your download client(s) using the command above, by adding the name to the command. @@ -177,6 +177,7 @@ docker ├── sonarr ├── bazarr ├── plex + ├── prowlarr ├── pullio ├── (your download client, i.e. nzbget; sabnzbd; qbittorrent) └── (other applications) @@ -210,6 +211,7 @@ This docker-compose file will have the following docker containers included. - Sonarr - Bazarr (Subtitle searcher and downloader) - Plex + - Prowlarr (indexer/tracker manager) ``` What's not included (and where are the download clients?).