diff --git a/public/API/mainMenu.json b/public/API/mainMenu.json index 3e6ee3b70b60a7678a6709d8d20bd25dface842a..7d33a50f856ab2c4427dcde20ec090360fa5462a 100644 --- a/public/API/mainMenu.json +++ b/public/API/mainMenu.json @@ -124,11 +124,6 @@ "url": "/systeme/laptop.html", "type": "link" }, - { - "name": "NAS", - "url": "/systeme/nas.html", - "type": "link" - }, { "name": "Epyc Server", "url": "/systeme/epycServer.html", @@ -138,11 +133,6 @@ "name": "i7 Server", "url": "/systeme/i7Server.html", "type": "link" - }, - { - "name": "Backup Server", - "url": "/systeme/backupServer.html", - "type": "link" } ] }, diff --git a/public/systeme/backupServer.html b/public/systeme/backupServer.html deleted file mode 100644 index 75b91ea9d782c0fec9bf2ef5fcfff1fae4890294..0000000000000000000000000000000000000000 --- a/public/systeme/backupServer.html +++ /dev/null @@ -1,40 +0,0 @@ -<!DOCTYPE html > -<html lang = "de" > -<head > - <meta charset = "UTF-8" > - <meta name = "viewport" content = "width=device-width, initial-scale=1.0" > - <title></title> - <link href = "/css/style.css" rel = "stylesheet" > -</head > -<body > -<jl-header data-title="Game Server"></jl-header> -<div id = "content" > - <h2>Verbaute Hardware:</h2> - <ul> - <li><b>Prozessoren: </b><a href="https://ark.intel.com/content/www/us/en/ark/products/80910/intel-xeon-processor-e3-1231-v3-8m-cache-3-40-ghz.html">Intel® Xeon® Processor E3-1231 v3</a></li> - <li><b>CPU Kühler: </b> Intel Stock</li> - <li><b>Arbeitsspeicher: </b>4x HP 4GB DDR3 ECC</li> - <li><b>Mainboard: </b><a href="https://www.supermicro.com/en/products/motherboard/X10SLM-F">Supermicro X10SLM-F</a></li> - <li><b>Netzteil: </b><a href="https://de.evga.com/products/product.aspx?pn=100-W1-0500-KR">EVGA 500 W1</a></li> - <li> - <b>Storage:</b> - <ul> - <li>3x <a href="https://shop.westerndigital.com/de-de/products/network-attached-storage/wd-red-pro-sata-hdd">4TB WD Red Pro</a></li> - <li><a href="https://www.crucial.com/products/ssd/bx500-ssd">1x 120GB Crucial BX500 (boot ssd)</a></li> - </ul> - </li> - <li><b>Betriebssystem: </b><a href="https://www.proxmox.com/en/">Proxmox Backup Server</a></li> - </ul> - <div class="center"> - <jl-img src="/img/systeme/backupServer.jpg"></jl-img> - </div> - <h2>Kommentare:</h2> - <jl-comments_display></jl-comments_display> - <jl-new_comment id="newComment"></jl-new_comment> -</div> -<jl-footer></jl-footer> - - -<script src="/js/script.js"></script> -</body> -</html> diff --git a/public/systeme/nas.html b/public/systeme/nas.html deleted file mode 100644 index 3c9df3bae57c40ab4f76df270a98c7bee4f5cc9b..0000000000000000000000000000000000000000 --- a/public/systeme/nas.html +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html > -<html lang = "de" > -<head > - <meta charset = "UTF-8" > - <meta name = "viewport" content = "width=device-width, initial-scale=1.0" > - <title></title> - <link href = "/css/style.css" rel = "stylesheet" > -</head > -<body > -<jl-header data-title="NAS"></jl-header> -<div id = "content" > - <h2>Verbaute Hardware:</h2> - <ul> - <li><b>Prozessor: </b> <a href="https://ark.intel.com/content/www/us/en/ark/products/199284/intel-core-i310100t-processor-6m-cache-up-to-3-80-ghz.html">Intel Core i3-10100T</a></li> - <li><b>CPU Kühler: </b> Intel Stock</li> - <li><b>Arbeitsspeicher: </b>2x 16GB crucial DDR4 2666MHz</li> - <li><b>Mainboard: </b><a href="https://www.gigabyte.com/Motherboard/H410M-H-V3-rev-10/sp#sp">Gigabyte H410M H V3</a></li> - <li><b>10G NIC: </b><a href="https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c02694717">HP NC523SFP</a> umgebaut mit Lüfter</li> - <li><b>Netzteil: </b><a href="https://www.bequiet.com/en/powersupply/1285">bequiet SYSTEM POWER B9</a></li> - <li><b>Raid Karte: </b><a href="https://docs.broadcom.com/doc/12352326">LSI MegaRAID SAS 9260-8i</a></li> - <li> - <b>Storage:</b> - <ul> - <li>3x <a href="https://www.westerndigital.com/products/external-drives/wd-my-book-usb-3-0-hdd#WDBBGB0080HBK-NESN">8TB WD MyBook (wd80edaz)</a></li> - <li>HP Enterprise 100GB SSD (Bootlaufwerk)</li> - </ul> - </li> - <li><b>Betriebssystem: </b><a href="https://proxmox.com">Proxmox</a></li> - </ul> - <h2>Kommentare:</h2> - <jl-comments_display></jl-comments_display> - <jl-new_comment id="newComment"></jl-new_comment> -</div> -<jl-footer></jl-footer> - - -<script src="/js/script.js"></script> -</body> -</html> \ No newline at end of file