mirror of
https://github.com/snachodog/my-arr-stack.git
synced 2025-04-10 05:51:23 -06:00
Update README.md
fixed some typos
This commit is contained in:
parent
145ebd5a9b
commit
9db5e4320c
22
README.md
22
README.md
@ -58,7 +58,7 @@ _Disclaimer: I'm not encouraging/supporting piracy, this is for information only
|
||||
|
||||
## Overview
|
||||
|
||||
This is a quick guide of how to build a server with a [Servarr stack](https://wiki.servarr.com/)
|
||||
This is a quick guide on how to build a server with a [Servarr stack](https://wiki.servarr.com/)
|
||||
|
||||
How does it work?
|
||||
|
||||
@ -85,9 +85,9 @@ This is composed of multiple tools working together to have an automated way to
|
||||
|
||||
- [Overseerr](https://overseerr.dev/): is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!
|
||||
|
||||
- [Wireguard](https://github.com/linuxserver/docker-wireguard): is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. This will allow us to connect to our home network from anywhere and use the Plex app outside of our house without using plex servers for routing.
|
||||
- [Wireguard](https://github.com/linuxserver/docker-wireguard): is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. This will allow us to connect to our home network from anywhere and use the Plex app outside of our house without using Plex servers for routing.
|
||||
|
||||
- [Portainer](https://github.com/portainer/portainer): This is a lightweight service that allow us to monitor all of our containers, we can see the status, logs and manage them directly there.
|
||||
- [Portainer](https://github.com/portainer/portainer): This is a lightweight service that allows us to monitor all of our containers, we can see the status, logs and manage them directly there.
|
||||
|
||||
## Hardware configuration
|
||||
|
||||
@ -820,8 +820,8 @@ after that fill the remaining settings with your desired configuration.
|
||||
|
||||
#### Portainer Setup
|
||||
|
||||
We are going to use the official [Portainer Community Edition](https://github.com/portainer/portainer) image, this is a lightweight service that allow us to monitor all of our containers, we can see the status, logs and manage them directly there.
|
||||
It will require a registration in the Portainer website to get a free license.
|
||||
We are going to use the official [Portainer Community Edition](https://github.com/portainer/portainer) image, this is a lightweight service that allows us to monitor all of our containers, we can see the status, logs and manage them directly there.
|
||||
It will require registration on the Portainer website to get a free license.
|
||||
|
||||
|
||||
### Portainer Docker Container
|
||||
@ -838,17 +838,17 @@ docker run -d -p 8000:8000 -p 9444:9443 -p 9000:9000 --name portainer --restart=
|
||||
|
||||
|
||||
The Web UI for Portainer will be available on port 9000. Load it up and you will be greeted with the admin creation page.
|
||||
Add an user name and password and hit `Create User`
|
||||
Add an username and password and hit `Create User`
|
||||
|
||||

|
||||
|
||||
In the next page click in `Don't have a license?` and request a free one and insert it here and click on submit.
|
||||
On the next page click on `Don't have a license?` and request a free one and insert it here and click on submit.
|
||||
|
||||

|
||||
|
||||
Here just click in `Get Started` and you will be redirected to the `Environments` page.
|
||||
Select your environment click on `Stack` and them on the `quick-arr-stack`.
|
||||
In this page you can see all you containers for this stack and multiple options to manage them.
|
||||
Here just click on `Get Started` and you will be redirected to the `Environments` page.
|
||||
Select your environment click on `Stack` and then on the `quick-arr-stack`.
|
||||
On this page, you can see all your containers for this stack and multiple options to manage them.
|
||||
|
||||

|
||||
|
||||
@ -859,4 +859,4 @@ In this page you can see all you containers for this stack and multiple options
|
||||
|
||||
[nzb360](http://nzb360.com), is more powerful than lunasea with a free and paid version.
|
||||
|
||||
_Note_: This only work inside your home network.
|
||||
_Note_: This only work inside your home network.
|
||||
|
Loading…
x
Reference in New Issue
Block a user