Began populating the services page

This commit is contained in:
Ethan N. Paul 2017-08-30 20:24:39 -04:00
parent 5de2b07e72
commit 8dc6486690
2 changed files with 61 additions and 88 deletions

View File

@ -93,16 +93,17 @@
<hr class="section-divider">
<section id="network" class="container content-section text-center">
<section id="projects" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>The ENPaul Network</h2>
<img id="logo_about" src="img\net.png" width="128">
<h2>Personal Projects</h2>
<i class="fa fa-folder-open fa-5x" aria-hidden="true"></i>
<br><br>
<p>
The ENPaul Network (ENPN) is a <a href="https://www.reddit.com/r/homelab/">home-lab environment</a> maintained by ENPaul for the purposes of fun, curiosity, experimentation, and support for his <a href="#projects">personal projects</a>.
<br><br>
The ENPN hosts two VMWare ESXi hypervisors, a Microsoft Active Directory Domain, federated authentication services including LDAP and RADIUS, NAS systems, and a plethora of applications and utilities.
The underlying infrastructure of the ENPaul Network (ENPN) helps to facilitate a number of pet-projects that are constantly cycled from under development, to abandoned, to broken, and back to under development. These projects are, at best, curiosities and should be seen as such.
<br>
Enter at your own risk.
<br>
</p>
<ul class="list-inline banner-social-buttons">
<li>
@ -119,7 +120,7 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Network Services</h2>
<img id="logo_about" src="img\gear.png" width="128">
<i class="fa fa-cogs fa-5x" aria-hidden="true"></i>
<br><br>
<p>
Providing useful network services is the primary goal of the ENPaul Network (ENPN). These services provide means of entertainment, data management, and security for the network users.
@ -148,17 +149,16 @@
<hr class="section-divider">
<section id="projects" class="container content-section text-center">
<section id="network" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Personal Projects</h2>
<img id="logo_about" src="img\project.png" width="128">
<h2>The ENPaul Network</h2>
<i class="fa fa-sitemap fa-5x" aria-hidden="true"></i>
<br><br>
<p>
The underlying infrastructure of the ENPaul Network (ENPN) helps to facilitate a number of pet-projects that are constantly cycled from under development, to abandoned, to broken, and back to under development. These projects are, at best, curiosities and should be seen as such.
<br>
Enter at your own risk.
<br>
The ENPaul Network (ENPN) is a <a href="https://www.reddit.com/r/homelab/">home-lab environment</a> maintained by ENPaul for the purposes of fun, curiosity, experimentation, and support for his <a href="#projects">personal projects</a>.
<br><br>
The ENPN hosts two VMWare ESXi hypervisors, a Microsoft Active Directory Domain, federated authentication services including LDAP and RADIUS, NAS systems, and a plethora of applications and utilities.
</p>
<ul class="list-inline banner-social-buttons">
<li>

View File

@ -61,11 +61,11 @@
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading">
<i class="fa fa-cogs fa-4x" aria-hidden="true"></i>
<i class="fa fa-cogs fa-2x" aria-hidden="true"></i>
</h1>
<hr>
<p>
The ENPaul Network (ENPN) provides a number of services for entertainment, data management, and security. While the full list of services and applications hosted on the ENPN is constantly in flux, the services included here are persistent and should be considered reliable.
The ENPaul Network (ENPN) provides a number of services for entertainment, car parts, data management, and security. While the full list of services and applications hosted on the ENPN is constantly in flux, the services included here are persistent and should be considered reliable.
<br><br>
Please report any service outages, interrupts, or problems by <a href="mailto:admin@enpaul.net">emailing the administrator</a>.
</p>
@ -88,105 +88,78 @@
</div>
</header>
<hr class="section-divider">
<section id="network" class="container content-section text-center">
<div class="row">
<div class="row" style="text-align: left;">
<div class="col-lg-8 col-lg-offset-2">
<h2>The ENPaul Network</h2>
<img id="logo_about" src="img\net.png" width="128">
<br><br>
<p>
The ENPaul Network (ENPN) is a <a href="https://www.reddit.com/r/homelab/">home-lab environment</a> maintained by ENPaul for the purposes of fun, curiosity, experimentation, and support for his <a href="#projects">personal projects</a>.
<h2><i class="fa fa-lock" aria-hidden="true"></i>&nbsp;&nbsp;Virtual Private Networking</h2>
<br>
<p class="documentation">
A Virtual Private Network (VPN) allows for secure access to an internal network. Most ENPN Services require a connection through the VPN.
<br><br>
The ENPN hosts two VMWare ESXi hypervisors, a Microsoft Active Directory Domain, federated authentication services including LDAP and RADIUS, NAS systems, and a plethora of applications and utilities.
The ENPN VPN system uses the open-source VPN server software from the <a href="https://www.softether.org/">Softether Project</a>. The secure L2TP/IPSec tunnel uses Active Directory authentication and AES128 encryption for security.
</p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="/network" class="btn btn-default btn-lg"><i class="fa fa-arrow-circle-o-right"></i> <span class="network-name"><b>Learn More</b></span></a>
<a href="/network" class="btn btn-default btn-lg"><i class="fa fa-arrow-circle-o-right"></i> <span class="network-name"><b>More Information</b></span></a>
</li>
</ul>
</div>
</div>
</section>
<hr class="section-divider">
<br><br>
<section id="services" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Network Services</h2>
<img id="logo_about" src="img\gear.png" width="128">
<br><br>
<p>
Providing useful network services is the primary goal of the ENPaul Network (ENPN). These services provide means of entertainment, data management, and security for the network users.
<h2><i class="fa fa-users" aria-hidden="true"></i>&nbsp;&nbsp;Active Directory</h2>
<br>
<p class="documentation">
Microsoft <a href="https://msdn.microsoft.com/en-us/library/aa362244(v=vs.85).aspx">Active Directory Domain Services</a> (ADDS) is the backbone of all ENPN authentication, including RADIUS, Kerberos, and LDAP.
<br><br>
The full list of services provided by the ENPN can be found at the link below. Alternatively, use one of the other links to directly access specific service web-interfaces.
<br>
The ENPN Domain makes use of ADDS distributed domain authentication and Group Policy system management. This allows for automation and remote management of large networks by a small number of administrators.
<br><br>
<b>Connecting to the ENPN Domain requires VPN access</b>
</p>
</div>
<br><br>
<div class="col-lg-8 col-lg-offset-2">
<h2><i class="fa fa-cloud" aria-hidden="true"></i>&nbsp;&nbsp;Network Storage</h2>
<br>
<p class="documentation">
Centralized network storage ensures that data is accessible and redundant within the network infrastructure. This protects against data loss, promots collaboration, and allows for easy organization.
<br><br>
The primary ENPN datastore is a <a href="https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_5">RAID 5</a> array of <a href="https://www.wdc.com/products/business-internal-storage/wd-red-pro.html">Western Digital Red</a> drives, while the secondary datastore uses twin <a href="https://www.wdc.com/en-um/products/wd-outlet/wd-green.html">Western Digital Green</a> drives in a mirror configuration.
<br><br>
The ENPN Cloud Drive uses the open-source <a href="https://pydio.com/">Pydio</a> software project to provide a publicly accessible web interface for accessing data resources.
</p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="/services" class="btn btn-default btn-lg"><i class="fa fa-arrow-circle-o-right"></i> <span class="network-name"><b>Learn More</b></span></a>
<a href="https://drive.enpaul.net" class="btn btn-default btn-lg"><i class="fa fa-cloud"></i> <span class="network-name"><b>Cloud Drive</b></span></a>
</li>
<br><br><p><i>Direct service links</i></p>
</ul>
</div>
<br><br>
<div class="col-lg-8 col-lg-offset-2">
<h2><i class="fa fa-ticket" aria-hidden="true"></i>&nbsp;&nbsp;Plex Media Server</h2>
<br>
<p class="documentation">
The <a href="https://www.plex.tv/">Plex Media Server</a> project allows administrators to make their personal media collections available to friends and family. The ENPN Plex Media Server is available both at the link below and directly through <a href="https://app.plex.tv">Plex.TV</a>.
<br><br>
<b>Plex Media Server does not use Active Directory Authentication</b>
</p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://plex.enpaul.net" class="btn btn-default btn-lg"><i class="fa fa-ticket"></i> <span class="network-name"><b>Plex Media Server</b></span></a>
</li>
<li>
<a href="https://enpaul.net/vpn" class="btn btn-default btn-lg"><i class="fa fa-lock"></i> <span class="network-name"><b>VPN</b></span></a>
</li>
<li>
<a href="https://drive.enpaul.net" class="btn btn-default btn-lg"><i class="fa fa-cloud"></i> <span class="network-name"><b>Drive</b></span></a>
</li>
</ul>
</div>
</div>
</section>
<hr class="section-divider">
<section id="projects" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Personal Projects</h2>
<img id="logo_about" src="img\project.png" width="128">
<br><br>
<p>
The underlying infrastructure of the ENPaul Network (ENPN) helps to facilitate a number of pet-projects that are constantly cycled from under development, to abandoned, to broken, and back to under development. These projects are, at best, curiosities and should be seen as such.
<br>
Enter at your own risk.
<br>
</p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="/network" class="btn btn-default btn-lg"><i class="fa fa-arrow-circle-o-right"></i> <span class="network-name"><b>Learn More</b></span></a>
</li>
</ul>
</div>
</div>
</section>
<hr class="section-divider">
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>About ENPaul</h2>
<img id="logo_about" src="img\e-w.png" width="128">
<br><br>
<p>
ENPaul is a Mechanical Engineering student at <a target="_blank" href="https://wpi.edu">Worcester Polytechnic Institute</a> in Worcester Massachusets with way too much time on his hands. He works at <a target="_blank" href="http://www.wpi.edu/+netops">WPI Network Operations</a>, plays around with <a target="_blank" href="http://www.solidworks.com">3DS SolidWorks</a>, and runs this website when he's bored.
<br><br>
He doesn't want donations, but asks that if you have a joke or funny story to share that you send it to him.
<br>
</p>
</div>
</div>
</section>
<footer>
<div class="container text-center">
<p style="color: #606060;"><i>&copy;2017 ENPaul - 2017-08-25</i></p>
<p style="color: #606060;"><i>&copy;2017 ENPaul - 2017-08-30</i></p>
</div>
</footer>