diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-20 15:22:07 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-20 15:22:07 -0300 |
commit | f4135499524583844180b3f9c77870b25f59680c (patch) | |
tree | 8aa5870b8a34a963a9bf987d773a2ad23f3e109c /content/config/easy-mode.md | |
parent | a6f0f39384a5255b883a6146f69514b00a3c0bb1 (diff) |
Changed Jackett for Prowlarr on the entire website
Diffstat (limited to 'content/config/easy-mode.md')
-rw-r--r-- | content/config/easy-mode.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/config/easy-mode.md b/content/config/easy-mode.md index 4262a16..f2989d0 100644 --- a/content/config/easy-mode.md +++ b/content/config/easy-mode.md @@ -10,7 +10,7 @@ summary: Easy initial configuration for YAMS. This is only intended for people t I **strongly recommend** you configure everything yourself by following the tutorial. That way, you'll know what everything does and how everything is connected. -If this is your first time configuring YAMS, and want to go through the full manual configuration, go to [Jackett](/config/jackett) and start the configuration **(Recommended)**. +If this is your first time configuring YAMS, and want to go through the full manual configuration, go to [qBittorrent](/config/qbittorrent) and start the configuration **(Recommended)**. If this is not your first time configuring YAMS, or you already know how to use all the software included, you can move forward. @@ -35,7 +35,7 @@ config docker-compose.yaml /opt/yams$ cd config /opt/yams/config$ ls -bazarr emby jackett qbittorrent radarr sonarr +bazarr emby prowlarr qbittorrent radarr sonarr ``` Now, shut down `yams` @@ -58,7 +58,7 @@ To finish, extract the base file in your config folder. Remember to replace `{yo If you `ls` now, you'll see all the folders were extracted and are available again ```bash /opt/yams/config$ ls -bazarr emby jackett qbittorrent radarr sonarr +bazarr emby prowlarr qbittorrent radarr sonarr ``` To restart `yams`, run: |