From b7948988f3d137e38b7d8a3549fcb22c248884f6 Mon Sep 17 00:00:00 2001 From: Siisi Nketsiah Date: Sun, 6 Oct 2024 12:48:06 +0000 Subject: [PATCH] Update hardware/servers/index.md --- docs/hardware/servers/index.md | 45 ++++++++++++++++++++++++++++++++++ mkdocs.yml | 16 +++--------- 2 files changed, 48 insertions(+), 13 deletions(-) create mode 100644 docs/hardware/servers/index.md diff --git a/docs/hardware/servers/index.md b/docs/hardware/servers/index.md new file mode 100644 index 0000000..fe008d0 --- /dev/null +++ b/docs/hardware/servers/index.md @@ -0,0 +1,45 @@ +# HP 290 G1 MT +The HP 290 G1 system was acquired by Kh3group in the past, earlier than 2020. The system has been repurposed and is currently serving as the Kh3 office firewall. A PCIe 4-port gigabit Ethernet adapter has been installed, providing a total of 5 network interfaces for the firewall. + +![HP-290](../../assets/hp290-01.webp) + +## Specifications + +| CPU | RAM | Storage | OS | Hostname | +| -------------- | --- | --------- | --------------------------- | -------- | +| Intel i3-7100 | 8GB | 500GB HDD | Debian 11 (Promox VE 7.2-1) | pve02 | + + +# Dell Optiplex 7040 SFF +The Dell Optiplex was acquired in September 2022 to expand KH3's server infrastructure and host additional services. Proxmox VE 7.2-1 is installed on the system, which in turn supports three Windows Server 2016 virtual machines. One VM serves as an active directory domain controller, another runs SQL Server 2016, and the third runs SharePoint Server 2019. Additionally, a Debian LXC container runs on the Proxmox host, with Docker installed to support a variety of additional services containers. + +| ![Optiplex 7040](../../assets/7040-01.webp) | +| :-: | + + +## Specifications + +| CPU | RAM | Storage | OS | Hostname | +| -------------- | ---- | ---------------------------- | --------------------------- | -------- | +| Intel i7-6700 | 32GB | 1TB M.2 SATA SSD / 500GB SSD | Debian 11 (Promox VE 7.2-1) | pve02 | + + +# Synology RS816 +The Synology RackStation RS816 is a 4-bay rackmount Network Attached Storage device, that was acquired by the KH3 before 2020. Currently it used to store and synchronize design files and backup data from employees that have left the KH3. + +![rs816](../../assets/rs816.webp) + +## Device Information +The Synology NAS runs on DSM 7.0-41890, which is the operating system for Synology's NAS devices. +Below is a summary of additional information about the device + +| Specification | Value | +| ------------------ | --------------------------- | +| Server Name | kh3-fileserver | +| OS | DSM 7.0-41890 | +| Model | RS816 | +| CPU | MARVELL Armada 385 88F6820 | +| RAM | 1GB | +| Capacity | 3.6TB | + +![rs816-info](../../assets/rs816-01.webp) diff --git a/mkdocs.yml b/mkdocs.yml index efdbf0d..1484acd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -60,6 +60,7 @@ markdown_extensions: nav: - Home: index.md - Hardware: + - hardware/index.md - Servers: - hardware/servers/index.md - hardware/servers/290-g1.md @@ -71,16 +72,9 @@ nav: - hardware/network/hg8245w5.md - hardware/network/rt2600ac.md - hardware/network/sf3000-24p.md - - hardware/index.md - Services: - Docker: services/docker/index.md - - Droneci: services/droneci/index.md - - Gitea: services/gitea/index.md - - Mariadb: services/mariadb/index.md - - Mongodb: services/mongodb/index.md - - Nginx: services/nginx/index.md - - Portainer: services/portainer/index.md - - Proxmox: + - Droneci: services/dy - services/proxmox/index.md - services/proxmox/db01.md - services/proxmox/dc01.md @@ -110,8 +104,4 @@ nav: - reference/architecture/index.md - reference/architecture/overview.md - reference/architecture/networking.md - - reference/license.md - - reference/changelog.md - - reference/roadmap.md - - reference/contributing.md - - reference/faq.md \ No newline at end of file + - reference/license.mdy \ No newline at end of file