summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-13 16:13:42 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-13 16:13:42 -0300
commitfa73a3a8acc1254ccedcb601081e46df86b4fdee (patch)
tree5d4673f948e375059679d06a1e7c28a29fc149c6
parent3e20beafc4721f403840b6e41a89ab666f6db851 (diff)
Added Easy mode
-rw-r--r--content/config/bazarr.md2
-rw-r--r--content/config/easy-mode.md69
-rw-r--r--content/config/emby.md2
-rw-r--r--content/config/jackett.md2
-rw-r--r--content/config/qbittorrent.md2
-rw-r--r--content/config/radarr.md2
-rw-r--r--content/config/recommendations.md1
-rw-r--r--content/config/running-everything-together.md2
-rw-r--r--content/config/sonarr.md2
-rw-r--r--content/faqs/_index.md4
10 files changed, 81 insertions, 7 deletions
diff --git a/content/config/bazarr.md b/content/config/bazarr.md
index ada7b52..73a2e77 100644
--- a/content/config/bazarr.md
+++ b/content/config/bazarr.md
@@ -2,7 +2,7 @@
title: "Bazarr"
date: 2023-01-10T19:06:54-03:00
draft: false
-weight: 5
+weight: 6
summary: Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.
---
diff --git a/content/config/easy-mode.md b/content/config/easy-mode.md
new file mode 100644
index 0000000..948bfc9
--- /dev/null
+++ b/content/config/easy-mode.md
@@ -0,0 +1,69 @@
+---
+title: "Easy mode"
+date: 2023-01-13T15:37:32-03:00
+draft: false
+weight: 1
+summary: Easy initial configuration for YAMS. This is only intended for people that know what they are doing! If this is the first time you are configuring YAMS or its the first time you are using any of the programs in YAMS, **⚠️ don't enter here! ⚠️**
+---
+
+# ⚠️ This is intended for experts! ⚠️ You have been warned.
+
+I **strongly advice** 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 trough the full manual configuration, go to [Jackett](/config/jackett) 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.
+
+# Installation
+
+If you go back to the [folder where you cloned YAMS](/install/steps/#cloning-from-gitlab), you'll see there's a folder called `base` with a `tar.gz` file called `base-config.tar.gz`.
+
+`base-config.tar.gz` has a bare-bones configuration for YAMS. With it, you'll have YAMS configured at 100%, just like if you followed the configuration tutorial.
+
+To apply the configuration, first go to your YAMS install location. For the purposes of this tutorial, lets say you installed it on the recommended location of `/opt/yams`.
+
+```bash
+$ cd /opt/yams
+```
+
+On your YAMS install location, if you run a `ls` you'll see you have a `config/` folder. `cd` into it and you'll find all the configuration files for each of the apps included with YAMS.
+
+```bash
+/opt/yams$ ls
+config docker-compose.yaml
+
+/opt/yams$ cd config
+
+/opt/yams/config$ ls
+bazarr emby jackett qbittorrent radarr sonarr
+```
+
+Now, shut down `yams`
+```bash
+/opt/yams/config$ yams stop
+```
+
+Then, `rm -r` all the files on the `config` folder:
+
+```bash
+/opt/yams/config$ rm -r *
+```
+
+To finish, extract the base file in your config folder. Remember to replace `{your-yams-install-location}` with the real location within your filesystem:
+
+```bash
+/opt/yams/config$ tar -xzvf {your-yams-install-location}/base/base-config.tar.gz
+```
+
+If you `ls` now, you'll see all the folders where extracted and are available again
+```bash
+/opt/yams/config$ ls
+bazarr emby jackett qbittorrent radarr sonarr
+```
+
+To restart `yams`, execute:
+```bash
+/opt/yams/config$ yams start
+```
+
+And that's it! You should have everything configured and running from zero. You can now jump to [Running everything together](/config/running-everything-together/).
diff --git a/content/config/emby.md b/content/config/emby.md
index 65fb122..78f520e 100644
--- a/content/config/emby.md
+++ b/content/config/emby.md
@@ -2,7 +2,7 @@
title: "Emby"
date: 2023-01-10T19:07:29-03:00
draft: false
-weight: 6
+weight: 7
summary: Emby brings together your personal videos, music, photos, and live television. Emby Server automatically converts and streams your personal media on the fly to play on any device.
---
diff --git a/content/config/jackett.md b/content/config/jackett.md
index ff5866f..61593e3 100644
--- a/content/config/jackett.md
+++ b/content/config/jackett.md
@@ -2,7 +2,7 @@
title: "Jackett"
date: 2023-01-10T18:02:06-03:00
draft: false
-weight: 1
+weight: 2
summary: Jackett works as a proxy server. It translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.
---
diff --git a/content/config/qbittorrent.md b/content/config/qbittorrent.md
index c6a1503..cad4457 100644
--- a/content/config/qbittorrent.md
+++ b/content/config/qbittorrent.md
@@ -2,7 +2,7 @@
title: "qBittorrent"
date: 2023-01-10T18:02:13-03:00
draft: false
-weight: 2
+weight: 3
summary: The qBittorrent project aims to provide an open-source software alternative to µTorrent.
---
diff --git a/content/config/radarr.md b/content/config/radarr.md
index d846a1f..dc60dc9 100644
--- a/content/config/radarr.md
+++ b/content/config/radarr.md
@@ -2,7 +2,7 @@
title: "Radarr"
date: 2023-01-10T19:06:46-03:00
draft: false
-weight: 3
+weight: 4
summary: Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available.
---
diff --git a/content/config/recommendations.md b/content/config/recommendations.md
index 0028555..6257fb3 100644
--- a/content/config/recommendations.md
+++ b/content/config/recommendations.md
@@ -3,6 +3,7 @@ title: "Recommendations"
date: 2023-01-12T19:09:55-03:00
draft: false
weight: 100
+summary: Final recommendations, how to continue?
---
# What should YOU do now?
diff --git a/content/config/running-everything-together.md b/content/config/running-everything-together.md
index 79a513c..bc7831e 100644
--- a/content/config/running-everything-together.md
+++ b/content/config/running-everything-together.md
@@ -2,7 +2,7 @@
title: "Running everything together"
date: 2023-01-12T18:06:44-03:00
draft: false
-weight: 7
+weight: 8
summary: So you finally got YAMS running? Let's add some movies and see everything working together!
---
diff --git a/content/config/sonarr.md b/content/config/sonarr.md
index 697836c..453d630 100644
--- a/content/config/sonarr.md
+++ b/content/config/sonarr.md
@@ -2,7 +2,7 @@
title: "Sonarr"
date: 2023-01-10T19:06:43-03:00
draft: false
-weight: 4
+weight: 5
summary: Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
---
diff --git a/content/faqs/_index.md b/content/faqs/_index.md
index 4d2b7d5..1ad46d5 100644
--- a/content/faqs/_index.md
+++ b/content/faqs/_index.md
@@ -17,6 +17,10 @@ It might mean that you need to reload your user. This is fixed by logging out of
This happens because your user needs to be part of the `docker` group in order to be able to execute `docker` without `sudo`
+## I don't want to configure YAMS manually, is there a pre-made configuration?
+
+Yes, but **I do not recommend using this option if this is the first time you configure YAMS.** You can check the instructions here: [Easy mode](/config/easy-mode).
+
## Why did you choose <this_software> instead of <that_software>?
Because. That's why it's _**opinionated**_, you don't _necessarily_ have to agree with me. This setup is aimed at noobs and first time media server enthusiasts. You can always use my sources and fork the project 🔥