Updated home and services page with new storage URL

This commit is contained in:
Ethan N. Paul 2017-10-24 12:24:56 -04:00
parent 1e977a1ebc
commit a0ca7ea6f1
2 changed files with 17 additions and 8 deletions

View File

@ -140,7 +140,10 @@
<a href="https://enpaul.net/services/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>
<a href="https://storage.enpaul.net" class="btn btn-default btn-lg"><i class="fa fa-cloud"></i> <span class="network-name"><b>Storage</b></span></a>
</li>
<li>
<a href="https://gitlab.enpaul.net" class="btn btn-default btn-lg"><i class="fa fa-gitlab"></i> <span class="network-name"><b>GitLab</b></span></a>
</li>
</ul>
</div>

View File

@ -79,7 +79,10 @@
<a href="https://plex.enpaul.net"><span class="hb hb-sm"><i class="fa fa-ticket"></i></span></a>
</li>
<li>
<a href="https://drive.enpaul.net"><span class="hb hb-sm"><i class="fa fa-cloud"></i></span></a>
<a href="https://storage.enpaul.net"><span class="hb hb-sm"><i class="fa fa-cloud"></i></span></a>
</li>
<li>
<a href="https://gitlab.enpaul.net"><span class="hb hb-sm"><i class="fa fa-gitlab"></i></span></a>
</li>
</ul>
</div>
@ -129,11 +132,11 @@
<br><br>
The primary ENPN datastore is a <a target="_blank" href="https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_5">RAID 5</a> array of <a target="_blank" 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 target="_blank" 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 target="_blank" href="https://pydio.com/">Pydio</a> software project to provide a publicly accessible web interface for accessing data resources.
The ENPN Storage Drive uses the open-source <a target="_blank" href="https://nextcloud.com/">Nextcloud</a> software project to provide a publicly accessible web interface for accessing data resources.
</p>
<ul class="list-inline banner-social-buttons">
<li>
<a target="_blank" 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>
<a target="_blank" href="https://storage.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>
</ul>
</div>
@ -161,12 +164,15 @@
<h2><i class="fa fa-gitlab" aria-hidden="true"></i>&nbsp;&nbsp;Gitlab</h2>
<br>
<p class="documentation">
<a href="https://about.gitlab.com/">Gitlab</a> is a <a href="https://github.com/">GitHub</a> alternative that provides Git source control, data integration, and collaboration tools via a web interface. Most major projects, or parts of them at least, are stored on the Gitlab server, as it is used for personal, academic, and professional development projects.
ENPN operates a git source control server using the popular <a href="https://gitlab.com/gitlab-org/gitlab-ce">Gitlab Community Edition (CE)</a>.
<br><br>
ENPN runs <a href="https://gitlab.com/gitlab-org/gitlab-ce">Gitlab Community Edition (CE)</a>.
<br><br>
<b>Connecting to the ENPN Gitlab server requires VPN access</b>
The source control server is used to support many different projects, including personal, academic, and professional.
</p>
<ul class="list-inline banner-social-buttons">
<li>
<a target="_blank" href="https://gitlab.enpaul.net" class="btn btn-default btn-lg"><i class="fa fa-gitlab"></i> <span class="network-name"><b>Gitlab Source Control</b></span></a>
</li>
</ul>
</div>
</div>
</section>