added hardware of NAS

This commit is contained in:
Jonas Leder 2021-05-17 13:20:13 +02:00
parent 8962c01656
commit d0b6880fec

41
public/systeme/nas.html Normal file
View file

@ -0,0 +1,41 @@
<!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/77987/intel-atom-processor-c2750-4m-cache-2-40-ghz.html">Intel Atom® C2750</a></li>
<li><b>Arbeitsspeicher: </b>4x 4GB HP DDR3 ECC</li>
<li><b>Mainboard: </b><a href="https://www.asrockrack.com/general/productdetail.asp?Model=C2750D4I#Specifications">ASRock Rack C2750D4I</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&uuml;fter</li>
<li><b>Netzteil: </b>Random 500W Netzteil</li>
<li><b>Geh&auml;use</b><a href="https://www.thingiverse.com/thing:3046297">DIY 3D gedruckt</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.cnet.com/products/samsung-pm871-mznln256hchp-solid-state-drive-256-gb-sata-6gb-s/">250GB Samsung PM871 MZNLN256HCHP SSD</a></li>
</ul>
</li>
<li><b>Betriebssystem: </b><a href="https://unraid.net">Unraid</a></li>
</ul>
<div class="center">
<img src="/API/getFile.php?filename=img/nas.jpg">
</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='https://www.hCaptcha.com/1/api.js' async defer></script>
<script src="/js/script.js"></script>
</body>
</html>