add: projects

This commit is contained in:
2024-02-11 19:54:05 +01:00
parent 6799141737
commit 51c494aded
11 changed files with 62 additions and 32 deletions

View File

@ -44,7 +44,7 @@ Currently my homelab is composed of the following elements:
---
## Topology
<img class="thumbnailshadow" src="img/image-1.png"/>
<img src="img/image-1.png"/>
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
@ -58,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 class="thumbnailshadow" src="img/image-2.png"/>
<img src="img/image-2.png"/>
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.
@ -92,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 class="thumbnailshadow" src="img/image-3.png"/>
<img src="img/image-3.png"/>
---