summaryrefslogtreecommitdiff
path: root/content/faqs/_index.md
blob: 1ad46d5886ebc40e2fb64b51e79dc9705c649021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: "FAQs"
date: 2023-01-11T09:11:29-03:00
draft: false
weight: 100
---

## Common `docker` permission errors

If you are getting errors like this when running the installer or running the `yams` cli:

```sh
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock:
```

It might mean that you need to reload your user. This is fixed by logging out of your server and logging back in.

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 🔥