enpaul.net/homelab/index.html

193 lines
11 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Web crawler and search indexing meta -->
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="author" content="enpaul@enpaul.net"/>
<meta name="description" content="Overview of the ENPN Homelab and network applications"/>
<meta name="keywords" content="enpaul, network, operations, networking, plex, media, server, adds, active, directory, wpi, worcester, polytechnic, institute, boston, mechanical, engineering, solidworks, home, lab, homelab, solid, works, autocad, cad, domain, windows, server"/>
<meta name="robots" content="index,follow"/>
<!-- Facebook integration meta -->
<meta property="og:title" content="E.N.Paul | Homelab"/>
<meta property="og:url" content="https://enpaul.net/homelab/"/>
<meta property='og:site_name' content="E.N.Paul"/>
<meta property="og:type" content="website"/>
<meta property='og:locale' content="en_US"/>
<meta property="og:image" content="https://static.foundatio.nl/banners/site-en-homelab.jpg"/>
<meta property='og:description' content="Overview of the ENPN Homelab and network applications"/>
<!-- Twitter integration meta -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@theenpaul">
<meta name="twitter:title" content="E.N.Paul | Homelab">
<meta name="twitter:description" content="Overview of the ENPN Homelab and network applications">
<meta name="twitter:image" content="https://static.foundatio.nl/banners/site-en-homelab.jpg">
<meta name="twitter:image:alt" content="E.N.Paul">
<!-- Page title and favicon definition -->
<title>E.N.Paul | Homelab</title>
<link rel="shortcut icon" href="https://static.foundatio.nl/logos/enpaul/e-b-sm.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://static.foundatio.nl/logos/enpaul/e-b-sm.png">
<link rel="icon" type="image/png" href="https://static.foundatio.nl/logos/enpaul/e-b-sm.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://static.foundatio.nl/logos/enpaul/e-b-sm.png" sizes="16x16">
<!-- CSS references -->
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/animate.min.css" rel="stylesheet">
<link href="../css/hexagons.min.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
<!-- JavaScript references -->
<script type="text/javascript" src="../js/jquery.min.js"></script>
<script type="text/javascript" src="../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../js/superfish.min.js"></script>
<script type="text/javascript" src="../js/morphext.min.js"></script>
<script type="text/javascript" src="../js/wow.min.js"></script>
<script type="text/javascript" src="../js/sticky.js"></script>
<script type="text/javascript" src="../js/easing.min.js"></script>
<script type="text/javascript" src="../js/custom.js"></script>
<noscript><style>#preloader {display: none;}</style></noscript>
</head>
<body>
<div id="preloader"></div>
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="/"><img src="https://static.foundatio.nl/logos/enpaul/e-w-sm.png" alt="E.N.Paul" title="" /></img></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/homelab">Homelab</a></li>
<li><a href="/projects">Projects</a></li>
<li><noscript><a href="/js/warn/" title="Client Javascript Disabled" style="color: orange;"><i class="fa fa-lg fa-exclamation-circle"></i></a></noscript></li>
</ul>
</nav>
</div>
</header>
<section id="network">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Homelab</h3>
<div class="section-title-divider"></div>
<p class="section-description">I use my homelab to provide a number of services for personal entertainment, reference, security, and productivity.<br>To learn more about the lab as a whole, please <a href="https://docs.foundatio.nl/" target="_blank">read the docs</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-4 service-item">
<div class="service-icon-no-link"><i class="fa fa-windows"></i></div>
<h4 class="service-title">Active Directory</h4>
<p class="service-description"><a href="https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview" target="_blank">Active Directory Domain Services (ADDS)</a> provides federated user authentication, administration, and security for my computers.</p>
<div class="service-link">
<a class="btn btn-default" href="https://docs.foundatio.nl/adds/"><i class="fa fa-book"></i>&nbsp;Docs</a>
</div>
</div>
<div class="col-md-4 service-item">
<div class="service-icon-no-link"><i class="fa fa-user"></i></div>
<h4 class="service-title">VPN</h4>
<p class="service-description">Virtual Private Networking (VPN) allows me to secure my network traffic from anywhere in the world.<br>Powered by <a href="https://www.softether.org/" target="_blank">Softether</a>.</p>
<div class="service-link">
<a class=" btn btn-default" href="https://docs.foundatio.nl/app/vpn/"><i class="fa fa-book"></i>&nbsp;Docs</a>
<a class=" btn btn-default" href="https://docs.foundatio.nl/app/vpn/connect/"><i class="fa fa-external-link"></i>&nbsp;Connect</a>
</div>
</div>
<div class="col-md-4 service-item">
<a href="https://storage.foundatio.nl/"><div class="service-icon"><i class="fa fa-cloud"></i></div></a>
<h4 class="service-title">Cloud Storage</h4>
<p class="service-description">Personal cloud storage allows for secure storage of my data without pesky datcaps.<br>Powered by <a href="https://nextcloud.com/" target="_blank">NextCloud</a>.</p>
<div class="service-link">
<a class=" btn btn-default" href="https://docs.foundatio.nl/app/storage/"><i class="fa fa-book"></i>&nbsp;Docs</a>
<a class=" btn btn-default" href="https://storage.foundatio.nl/"><i class="fa fa-external-link"></i>&nbsp;Storage</a>
</div>
</div>
<div class="col-md-4 service-item">
<a href="https://vcs.foundatio.nl/"><div class="service-icon"><i class="fa fa-git"></i></div></a>
<h4 class="service-title">Version Control</h4>
<p class="service-description">A personal <a href="https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control" target="_blank">version control system (VCS)</a> gives me complete control of my writing and programming projects.<br>Powered by <a href="https://gitea.io/en-us/" target="_blank">Gitea</a>.</p>
<div class="service-link">
<a class=" btn btn-default" href="https://docs.foundatio.nl/app/vcs/"><i class="fa fa-book"></i>&nbsp;Docs</a>
<a class=" btn btn-default" href="https://vcs.foundatio.nl/"><i class="fa fa-external-link"></i>&nbsp;VCS</a>
</div>
</div>
<div class="col-md-4 service-item">
<a href="https://docs.foundatio.nl/"><div class="service-icon"><i class="fa fa-book"></i></div></a>
<h4 class="service-title">Documentation</h4>
<p class="service-description">"No documentation is better than wrong documentation", but accurate documentation is the best option.<br>Powered by <a href="http://www.mkdocs.org/" target="_blank">MkDocs</a>.</p>
<div class="service-link">
<a class=" btn btn-default" href="https://docs.foundatio.nl/app/docs/"><i class="fa fa-book"></i>&nbsp;Docs (Meta)</a>
</div>
</div>
<div class="col-md-4 service-item">
<a href="https://plex.foundatio.nl/"><div class="service-icon"><i class="fa fa-film"></i></div></a>
<h4 class="service-title">Plex Media Server</h4>
<p class="service-description"><a href="https://www.plex.tv/" target="_blank">Plex</a> is a media management platform for sharing my movie, TV, and music collections with friends.</p>
<div class="service-link">
<a class=" btn btn-default" href="https://docs.foundatio.nl/app/plex/"><i class="fa fa-book"></i>&nbsp;Docs</a>
<a class=" btn btn-default" href="https://plex.foundatio.nl/"><i class="fa fa-external-link"></i>&nbsp;Plex</a>
</div>
</div>
</div>
</div>
</section>
<section id="status">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3 class="status-title">Service Status</h3>
<p class="status-text">Having trouble accessing a network service? Soon you'll be able to check my network's status online and let me know if there are problems!</p>
</div>
<div class="col-md-4 status-btn-container">
<a class="status-btn" href="#status">Coming Soon!</a>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
<ul class="list-inline">
<li><a target="_blank" href="https://dl.foundatio.nl/resources/enpaul-resume.pdf"><span class="hb hb-xs hb-resume" title="Download Resume"><i class="fa fa-file-text"></i></span></a></li>
<li><a href="mailto:enpaul@enpaul.net"><span class="hb hb-xs hb-email" title="EMail enpaul@enpaul.net"><i class="fa fa-envelope"></i></span></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/enpaul"><span class="hb hb-xs hb-linkedin" title="LinkedIn E.N.Paul"><i class="fa fa-linkedin"></i></span></a></li>
<li><a target="_blank" href="https://plus.google.com/+EthanPaul42"><span class="hb hb-xs hb-google-plus" title="Google+ EthanPaul42"><i class="fa fa-google-plus"></i></span></a></li>
<li><a target="_blank" href="https://twitter.com/theenpaul/"><span class="hb hb-xs hb-twitter" title="Twitter @theENPaul"><i class="fa fa-twitter"></i></span></a></li>
<li><a target="_blank" href="https://www.instagram.com/allaroundhere/"><span class="hb hb-xs hb-instagram" title="Instagram @allAroundHere"><i class="fa fa-instagram"></i></span></a></li>
</ul>
</div>
<div class="copyright">
&copy;2018 <strong>Ethan N. Paul</strong>
&nbsp;<noscript><a href="/js/warn/" title="Client Javascript Disabled" style="color: orange;"><i class="fa fa-lg fa-exclamation-circle"></i></a></noscript>
</div>
<div class="copyright">
<a href="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/"><img alt="pipeline status" src="https://gitlab.enpaul.net/enpaul/ENPaulNetHome/badges/master/pipeline.svg" /></a>
</div>
</div>
</div>
</div>
</footer>
<a href="#top" class="back-to-top"><span title="Back to top"><i class="fa fa-chevron-up"></i></span></a>
</body>
</html>