2018-02-05 21:04:26 +00:00
<!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" / >
2019-01-11 01:23:42 +00:00
< meta name = "author" content = "admin@enp.one" / >
2022-01-08 17:26:38 +00:00
< meta name = "description" content = "All my favorite places online are on my own computer" / >
2018-02-05 21:04:26 +00:00
< 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 -->
2022-01-08 17:26:38 +00:00
< meta property = "og:title" content = "EN Paul | Homelab" / >
2018-02-06 15:43:50 +00:00
< meta property = "og:url" content = "https://enpaul.net/homelab/" / >
2022-01-08 17:26:38 +00:00
< meta property = 'og:site_name' content = "EN Paul" / >
2018-02-05 21:04:26 +00:00
< meta property = "og:type" content = "website" / >
< meta property = 'og:locale' content = "en_US" / >
2018-10-14 19:18:41 +00:00
< meta property = "og:image" content = "https://cdn.enp.one/img/banners/site-en-homelab.jpg" / >
2022-01-08 17:26:38 +00:00
< meta property = 'og:description' content = "All my favorite places online are on my own computer" / >
2018-02-05 21:04:26 +00:00
<!-- Twitter integration meta -->
< meta name = "twitter:card" content = "summary" >
2022-01-08 17:28:53 +00:00
< meta name = "twitter:site" content = "@enpaul_" >
2022-01-08 17:26:38 +00:00
< meta name = "twitter:title" content = "EN Paul | Homelab" >
< meta name = "twitter:description" content = "All my favorite places online are on my own computer" >
2018-10-14 19:18:41 +00:00
< meta name = "twitter:image" content = "https://cdn.enp.one/img/banners/site-en-homelab.jpg" >
2022-01-08 17:26:38 +00:00
< meta name = "twitter:image:alt" content = "EN Paul" >
2018-02-05 21:04:26 +00:00
<!-- Page title and favicon definition -->
2023-02-10 06:17:30 +00:00
< title > enpaul | Homelab< / title >
2018-10-14 20:09:53 +00:00
< link rel = "shortcut icon" href = "https://cdn.enp.one/img/logos/e-b-sm.png" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "https://cdn.enp.one/img/logos/e-b-sm.png" >
< link rel = "icon" type = "image/png" href = "https://cdn.enp.one/img/logos/e-b-sm.png" sizes = "32x32" >
< link rel = "icon" type = "image/png" href = "https://cdn.enp.one/img/logos/e-b-sm.png" sizes = "16x16" >
2018-02-05 21:04:26 +00:00
<!-- CSS references -->
2019-01-10 04:51:00 +00:00
< link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity = "sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin = "anonymous" >
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity = "sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin = "anonymous" >
2018-02-05 21:04:26 +00:00
< 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 -->
2019-01-10 04:51:00 +00:00
< script src = "https://code.jquery.com/jquery-1.12.4.min.js" integrity = "sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin = "anonymous" > < / script >
< script src = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity = "sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin = "anonymous" > < / script >
2018-02-05 21:04:26 +00:00
< 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/easing.min.js" > < / script >
< script type = "text/javascript" src = "../js/custom.js" > < / script >
2018-02-07 02:13:19 +00:00
< noscript > < style > # preloader { display : none ; } < / style > < / noscript >
2018-02-05 21:04:26 +00:00
< / head >
< body >
< div id = "preloader" > < / div >
< header id = "header" >
< div class = "container" >
< div id = "logo" class = "pull-left" >
2022-01-08 21:54:30 +00:00
< a title = "Home" href = "https://enpaul.net/" > < img src = "https://cdn.enp.one/img/logos/e-w-sm.png" alt = "EN Paul" title = "" / > < / img > < / a >
2018-02-05 21:04:26 +00:00
< / div >
< nav id = "nav-menu-container" >
< ul class = "nav-menu" >
2022-01-08 21:54:30 +00:00
< li > < a title = "Home" href = "https://enpaul.net/" > Home< / a > < / li >
< li > < a title = "About" href = "https://enpaul.net/about/" > About< / a > < / li >
< li > < a title = "Homelab" href = "https://enpaul.net/homelab/" > Homelab< / a > < / li >
< li > < a title = "Projects" href = "https://enpaul.net/projects/" > Projects< / a > < / li >
2018-02-08 05:27:55 +00:00
< 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 >
2018-02-05 21:04:26 +00:00
< / ul >
< / nav >
< / div >
< / header >
< section id = "network" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-12" >
2018-02-06 13:43:47 +00:00
< h3 class = "section-title" > Homelab< / h3 >
2018-02-05 21:04:26 +00:00
< div class = "section-title-divider" > < / div >
2022-04-02 15:51:47 +00:00
< p class = "section-description" >
I use my homelab to provide a number of services for personal entertainment, reference, security, and productivity.
< / p >
2018-02-05 21:04:26 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-md-4 service-item" >
2019-01-10 05:31:52 +00:00
< a href = "https://vcs.enp.one/" > < div class = "service-icon" > < i class = "fab fa-git-square" > < / i > < / div > < / a >
2018-09-21 03:06:48 +00:00
< h4 class = "service-title" > Version Control< / h4 >
2022-04-02 15:51:47 +00:00
< p class = "service-description" >
A local version control system grants complete control of writing and programming projects.
< br >
< i > Powered by < a href = "https://gitea.io/en-us/" target = "_blank" > Gitea< / a > < / i >
< / p >
2018-02-05 21:04:26 +00:00
< / div >
< div class = "col-md-4 service-item" >
2022-04-02 15:51:47 +00:00
< div class = "service-icon" > < i class = "fas fa-link" > < / i > < / div >
2019-01-10 05:31:52 +00:00
< h4 class = "service-title" > Content Delivery Network< / h4 >
2022-04-02 15:51:47 +00:00
< p class = "service-description" >
A small set of specific files, always available.
< br >
< i > Powered by < a href = "https://www.digitalocean.com/" > DigitalOcean< / a > < / i >
< / p >
2018-02-05 21:04:26 +00:00
< / div >
< div class = "col-md-4 service-item" >
2019-01-10 05:31:52 +00:00
< a href = "https://app.plex.tv/" > < div class = "service-icon" > < i class = "fas fa-film" > < / i > < / div > < / a >
2018-02-05 21:04:26 +00:00
< h4 class = "service-title" > Plex Media Server< / h4 >
2022-04-02 15:51:47 +00:00
< p class = "service-description" >
Plex is a media management and streaming platform for sharing my movie, TV, and music collections with friends and family.
< br >
< i > Powered by < a href = "https://www.plex.tv/" > Plex< / a > < / i >
< / p >
2019-01-10 05:31:52 +00:00
< / div >
< div class = "col-md-4 service-item" >
< a href = "https://ssv.enp.one/" > < div class = "service-icon" > < i class = "fas fa-shield-alt" > < / i > < / div > < / a >
< h4 class = "service-title" > Secure Secret Vault< / h4 >
2022-04-02 15:51:47 +00:00
< p class = "service-description" >
Secure encrypted storage for passwords, financial records, and other sensitive data.
< br >
< i > Powered by < a href = "https://bitwarden.com/" > Bitwarden< / a > < / i >
< / p >
2019-01-10 05:31:52 +00:00
< / div >
< div class = "col-md-4 service-item" >
2022-04-02 15:51:47 +00:00
< div class = "service-icon" > < i class = "fas fa-gamepad" > < / i > < / div >
< h4 class = "service-title" > Minecraft Server< / h4 >
< p class = "service-description" >
Find one person with a homelab that < i > didn't< / i > start out by running a Minecraft server and I'll eat my hat.
< br >
< i > Powered by < a href = "https://www.minecraft.net/en-us/article/minecraft-java-edition-1-16-5" > Minecraft 1.16.5 JE< / a > < / i >
< / p >
< / div >
< div class = "col-md-4 service-item" >
< a href = "https://vcs.enp.one/skylab/skylab-ansible/" > < div class = "service-icon" > < i class = "fas fa-cogs" > < / i > < / div > < / a >
< h4 class = "service-title" > Platform Automation< / h4 >
< p class = "service-description" >
System management, configuration enforcement, service deployments: all with a single command.
< br >
< i > Powered by < a href = "https://www.ansible.com/" > Ansible< / a > < / i >
< / p >
< / div >
< div class = "col-md-4 service-item" >
< div class = "service-icon" > < i class = "fas fa-robot" > < / i > < / div >
< h4 class = "service-title" > CI / CD< / h4 >
< p class = "service-description" >
< i > Work in Progress< / i >
< br >
< i > Powered by < a href = "https://www.drone.io/" > Drone< / a > < / i >
< / p >
< / div >
< div class = "col-md-4 service-item" >
< div class = "service-icon" > < i class = "fas fa-lightbulb" > < / i > < / div >
< h4 class = "service-title" > Knowledge Base< / h4 >
< p class = "service-description" >
< i > Work in Progress< / i >
< br >
< i > Powered by < a href = "https://unigraph.dev/" > Unigraph< / a > < / i >
< / p >
< / div >
< div class = "col-md-4 service-item" >
< div class = "service-icon" > < i class = "fas fa-eye" > < / i > < / div >
< h4 class = "service-title" > Service Status< / h4 >
< p class = "service-description" >
< i > Work in Progress< / i >
< br >
< i > Powered by < a href = "https://github.com/louislam/uptime-kuma" > Uptime Kuma< / a > < / i >
< / p >
2018-02-05 21:04:26 +00:00
< / div >
< / div >
< / div >
< / section >
2022-04-02 15:51:47 +00:00
<!-- <section id="status">
2018-02-05 21:04:26 +00:00
< 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 >
2022-04-02 15:51:47 +00:00
< / section > -->
2018-02-05 21:04:26 +00:00
< footer id = "footer" >
< div class = "container" >
< div class = "row" >
< div class = "col-md-12" >
2018-02-06 13:43:47 +00:00
< div class = "copyright" >
< ul class = "list-inline" >
2022-01-08 21:54:30 +00:00
< li > < a rel = "external" title = "@enpaul_" href = "https://twitter.com/enpaul_" > < span class = "hb hb-xs hb-twitter" > < i class = "fab fa-twitter" > < / i > < / span > < / a > < / li >
< li > < a rel = "external" title = "@AllAroundHere" href = "https://www.instagram.com/allaroundhere/" > < span class = "hb hb-xs hb-instagram" > < i class = "fab fa-instagram" > < / i > < / span > < / a > < / li >
< li > < a rel = "external" title = "in/enpaul" href = "https://www.linkedin.com/in/enpaul" > < span class = "hb hb-xs hb-linkedin" > < i class = "fab fa-linkedin" > < / i > < / span > < / a > < / li >
< li > < a rel = "external" title = "github/enpaul" href = "https://github.com/enpaul/" > < span class = "hb hb-xs hb-github" > < i class = "fab fa-github" > < / i > < / span > < / a > < / li >
< li > < a rel = "external" title = "me@enp.one" href = "mailto:me@enp.one" > < span class = "hb hb-xs hb-email" > < i class = "fas fa-envelope" > < / i > < / span > < / a > < / li >
2018-02-06 13:43:47 +00:00
< / ul >
< / div >
2018-02-05 21:04:26 +00:00
< div class = "copyright" >
2023-02-10 06:17:30 +00:00
© 2023 < strong > enpaul< / strong >
2022-01-08 17:32:47 +00:00
< noscript > < a href = "/js/warn/" title = "Client Javascript Disabled" style = "color: orange;" > < i class = "fa fa-lg fa-exclamation-circle" > < / i > < / a > < / noscript >
2018-02-05 21:04:26 +00:00
< / div >
< div class = "copyright" >
2020-01-09 05:42:54 +00:00
< a href = "https://vcs.enp.one/enpaul/enpaul.net/" target = "_blank" > View Source< / a >
2018-02-05 21:04:26 +00:00
< / 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 >