summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-30 19:06:51 +0000
committerRoger Gonzalez <roger@rogs.me>2023-01-30 19:06:51 +0000
commitf640884f627fbc569a5fbf548beac05a2e8b5c90 (patch)
treee1914d832cec5456ff7e82f5688a255386fea452
parent67b41e9188a86f740830ac4cc5b5b2b54847c0f2 (diff)
parentde912c8f87fc035213009bced72a1bd6caf0fcb0 (diff)
Merge branch 'add-portainer' into 'master'
Add portainer See merge request rogs/yams.media!2
-rw-r--r--content/advanced/portainer.md40
-rw-r--r--content/donate/_index.md1
-rw-r--r--content/install/description.md13
-rw-r--r--content/install/steps.md2
-rw-r--r--static/pics/portainer-1.pngbin0 -> 62401 bytes
-rw-r--r--static/pics/portainer-2.pngbin0 -> 90994 bytes
-rw-r--r--static/pics/portainer-3.pngbin0 -> 201995 bytes
-rw-r--r--static/pics/portainer-4.pngbin0 -> 116271 bytes
-rw-r--r--static/pics/portainer-5.pngbin0 -> 212676 bytes
9 files changed, 49 insertions, 7 deletions
diff --git a/content/advanced/portainer.md b/content/advanced/portainer.md
new file mode 100644
index 0000000..84f2674
--- /dev/null
+++ b/content/advanced/portainer.md
@@ -0,0 +1,40 @@
+---
+title: "Portainer"
+date: 2023-01-30T15:46:05-03:00
+draft: false
+weight: 4
+summary: Deploy, configure, troubleshoot and secure containers in minutes on Kubernetes, Docker, Swarm and Nomad in any data center, cloud, network edge or IIOT device.
+---
+
+# What is Portainer?
+
+From their [website](https://www.portainer.io/)
+
+> Deploy, configure, troubleshoot and secure containers in minutes on Kubernetes, Docker, Swarm and Nomad in any data center, cloud, network edge or IIOT device.
+
+Portainer is an optional configuration for YAMS. It can help you with debugging and having a visual perspective of all your docker containers.
+
+## Initial configuration
+
+In your browser, go to [http://{your-ip-address}:9000/]() and you'll see Portainer's setup page.
+
+Choose your username/password and press "Create user".
+
+[![portainer-1](/pics/portainer-1.png)](/pics/portainer-1.png)
+
+On the "Quick Setup" screen, select "Get Started". That's going to do a basic Portainer setup.
+
+[![portainer-2](/pics/portainer-2.png)](/pics/portainer-2.png)
+
+Now on your home, click on your "local" docker environment.
+
+[![portainer-3](/pics/portainer-3.png)](/pics/portainer-3.png)
+
+To see all your containers, click on "Containers"
+[![portainer-4](/pics/portainer-4.png)](/pics/portainer-4.png)
+
+Here you can see all your containers! Make changes, check stats, logs, etc!
+
+[![portainer-5](/pics/portainer-5.png)](/pics/portainer-5.png)
+
+From here, the sky is the limit! Portainer can run new containers, delete containers, change volumes, basically whatever you want to do with your Docker containers! Portainer its a very cool tool that is worth to learn and check out!
diff --git a/content/donate/_index.md b/content/donate/_index.md
index e65e831..19edc52 100644
--- a/content/donate/_index.md
+++ b/content/donate/_index.md
@@ -42,6 +42,7 @@ I'm not doing this for the money, and thank God I don't need donations to keep t
- [Bazarr](https://www.bazarr.media/).
- [Prowlarr](https://github.com/Prowlarr/Prowlarr)
- [gluetun](https://github.com/qdm12/gluetun).
+- [Portainer](https://www.portainer.io/).
- [The entire /r/selfhosted subreddit](https://www.reddit.com/r/selfhosted/).
- My friends:
+ [xploshioOn](https://github.com/xploshioOn).
diff --git a/content/install/description.md b/content/install/description.md
index e60eb71..ba35c70 100644
--- a/content/install/description.md
+++ b/content/install/description.md
@@ -32,15 +32,16 @@ In no particular order:
## What's installed with YAMS?
-- [qBittorrent](https://www.qbittorrent.org/)
-- [Radarr](https://radarr.video/)
-- [Sonarr](https://sonarr.tv/)
-- [Prowlarr](https://github.com/Prowlarr/Prowlarr)
-- [Bazarr](https://www.bazarr.media/)
+- [qBittorrent](https://www.qbittorrent.org/).
+- [Radarr](https://radarr.video/).
+- [Sonarr](https://sonarr.tv/).
+- [Prowlarr](https://github.com/Prowlarr/Prowlarr).
+- [Bazarr](https://www.bazarr.media/).
- [Jellyfin](https://jellyfin.org/).
- [Emby](https://emby.media/).
- [Plex](https://www.plex.tv/).
-- [gluetun](https://github.com/qdm12/gluetun)
+- [gluetun](https://github.com/qdm12/gluetun).
+- [Portainer](https://www.portainer.io/).
With this combination, you can create a fully functional media server that is going to download, categorize, subtitle, and serve your favorite shows and movies.
diff --git a/content/install/steps.md b/content/install/steps.md
index 20a335a..fe1c836 100644
--- a/content/install/steps.md
+++ b/content/install/steps.md
@@ -214,7 +214,7 @@ Radarr: http://192.168.0.169:7878/
Sonarr: http://192.168.0.169:8989/
Bazarr: http://192.168.0.169:6767/
Emby: http://192.168.0.169:8096/
-
+Portainer: http://192.168.0.169:9000/
You might need to wait for a couple of minutes while everything gets up and running
diff --git a/static/pics/portainer-1.png b/static/pics/portainer-1.png
new file mode 100644
index 0000000..a9429c8
--- /dev/null
+++ b/static/pics/portainer-1.png
Binary files differ
diff --git a/static/pics/portainer-2.png b/static/pics/portainer-2.png
new file mode 100644
index 0000000..c5162d2
--- /dev/null
+++ b/static/pics/portainer-2.png
Binary files differ
diff --git a/static/pics/portainer-3.png b/static/pics/portainer-3.png
new file mode 100644
index 0000000..b6aa4a7
--- /dev/null
+++ b/static/pics/portainer-3.png
Binary files differ
diff --git a/static/pics/portainer-4.png b/static/pics/portainer-4.png
new file mode 100644
index 0000000..ace8cc5
--- /dev/null
+++ b/static/pics/portainer-4.png
Binary files differ
diff --git a/static/pics/portainer-5.png b/static/pics/portainer-5.png
new file mode 100644
index 0000000..ca9a537
--- /dev/null
+++ b/static/pics/portainer-5.png
Binary files differ