diff --git a/public/API/mainMenu.json b/public/API/mainMenu.json index d66fb7f34bc65c4666c1213627580ffd7afc138a..8bf625158d8c490ccf6d6ccbd374d3f46efbab20 100644 --- a/public/API/mainMenu.json +++ b/public/API/mainMenu.json @@ -105,6 +105,11 @@ "name": "Game Server", "url": "/systeme/gameServer.html", "type": "link" + }, + { + "name": "Backup Server", + "url": "/systeme/backupServer.html", + "type": "link" } ] }, diff --git a/public/systeme/backupServer.html b/public/systeme/backupServer.html new file mode 100644 index 0000000000000000000000000000000000000000..f747cf6c2ae94c80e59b9560ea25bdac5af6352b --- /dev/null +++ b/public/systeme/backupServer.html @@ -0,0 +1,40 @@ +<!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>2x 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 2TB WD Greeb</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"> + <img src="/API/getFile.php?filename=img/backupServer.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> \ No newline at end of file