fix/feat: many things

This commit is contained in:
2024-02-18 16:03:49 +01:00
parent 89e218e67b
commit 16316ffa90
36 changed files with 147 additions and 85 deletions

BIN
content/posts/my-current-homelab/icon/adguardhome.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/posts/my-current-homelab/icon/bazzar.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/posts/my-current-homelab/icon/bitwarden.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/posts/my-current-homelab/icon/deluge.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/posts/my-current-homelab/icon/gitea.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/posts/my-current-homelab/icon/homeassistant.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/posts/my-current-homelab/icon/jackett.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/posts/my-current-homelab/icon/nginxproxymanager.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/posts/my-current-homelab/icon/plex.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/posts/my-current-homelab/icon/sonarr.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,9 +1,8 @@
---
title: "My current Homelab"
date: 2022-02-11
draft: false
slug: "my-current-homelab"
tags: []
tags: ["docker", "network", "storage"]
type: "infrastructure"
---
@ -45,7 +44,7 @@ Currently my homelab is composed of the following elements:
---
## Topology
<img src="img/image-1.png"/>
<img src="img/image-1.png" alt="Homelab topology"/>
In terms of network architecture it is quite simple, there is only one subnet, the 10.0.0.0/24, that I have subdivided for the different equipment:
- 10.0.0.1 : Unifi Dream Machine
@ -59,7 +58,7 @@ The vast majority of services/VM/storage are on the Mark1 server. This server is
[Unraid](https://unraid.net) is a paid OS that is offered in 3 versions:
<img src="img/image-2.png"/>
<img src="img/image-2.png" alt="Unraid license options"/>
The only difference is the number of storage devives we can install in our server. In my case I am on the "Plus" version. It's a one time payment that allows you to unlock all the features.
@ -75,17 +74,17 @@ Mark2 is a server under Ubuntu Server, it is notably used for game servers (Mine
As you can see on the diagram there are many services running in my homelab. Most of them are on the "Mark1" server and are Dockers.
| | Name | Description |
| ----------- | ----------- | ----------- |
| ![Radarr-3](https://blog.d3vyce.fr/content/images/2022/02/Radarr-3.png) | Radarr | Movie collection manager |
| ![Sonarr-1](https://blog.d3vyce.fr/content/images/2022/02/Sonarr-1.png) | Sonarr | Series collection manager |
| ![Bazzar](https://blog.d3vyce.fr/content/images/2022/02/Bazzar.png) | Bazzar | Subtittle finder for movie and series |
| ![Jackett](https://blog.d3vyce.fr/content/images/2022/02/Jackett.png) | Jackett | Proxy server for indexer |
| ![AdGuardhome](https://blog.d3vyce.fr/content/images/2022/02/AdGuardhome.png) | AdGuardHome | DNS for blocking ads and tracking |
| ![Bitwarden](https://blog.d3vyce.fr/content/images/2022/02/Bitwarden.png) | Bitwarden | Password manager |
| ![Deluge](https://blog.d3vyce.fr/content/images/2022/02/Deluge.png) | Deluge | Torrent downloader |
| ![Gitea](https://blog.d3vyce.fr/content/images/2022/02/Gitea.png) | Gitea | Local github |
| ![Home-assistant](https://blog.d3vyce.fr/content/images/2022/02/Home-assistant.png) | Home Assistant | IOT manager (Zigbee) |
| ![NginxProxyManager](https://blog.d3vyce.fr/content/images/2022/02/NginxProxyManager.png) | Nginx Proxy Manager | Reverse Proxy |
| ![Plex](https://blog.d3vyce.fr/content/images/2022/02/Plex.png) | Plex | Movie and series remote access |
| <img src="icon/radarr.png" alt="radarr" width="50"/> | Radarr | Movie collection manager |
| <img src="icon/sonarr.png" alt="sonarr" width="50"/> | Sonarr | Series collection manager |
| <img src="icon/bazzar.png" alt="bazzar" width="50"/> | Bazzar | Subtittle finder for movie and series |
| <img src="icon/jackett.png" alt="jackett" width="50"/> | Jackett | Proxy server for indexer |
| <img src="icon/adguardhome.png" alt="adguardhome" width="50"/> | AdGuardHome | DNS for blocking ads and tracking |
| <img src="icon/bitwarden.png" alt="bitwarden" width="50"/> | Bitwarden | Password manager |
| <img src="icon/deluge.png" alt="deluge" width="50"/> | Deluge | Torrent downloader |
| <img src="icon/gitea.png" alt="gitea" width="50"/> | Gitea | Local github |
| <img src="icon/homeassistant.png" alt="homeassistant" width="50"/> | Home Assistant | IOT manager (Zigbee) |
| <img src="icon/nginxproxymanager.png" alt="nginxproxymanager" width="50"/> | Nginx Proxy Manager | Reverse Proxy |
| <img src="icon/plex.png" alt="plex" width="50"/> | Plex | Movie and series remote access |
@ -93,7 +92,7 @@ In addition to these services, I have two database managers: MariaDB and Redis.
In terms of VMs on Mark1, I have 2 Ubuntu VMs for web hosting. A GNS3 VM for network tests. A VM containing Home Assistant. A Debian VM for a Docker project in progress and a Kali VM to do Pentesting and have access to cyber tools in remote.
<img src="img/image-3.png"/>
<img src="img/image-3.png" alt="Virtual Machines tab in Unraid"/>
---