Coming Soon

  

Here I begin my third attempt at building any kind of website.

  1. The first iteration was pure HTML editing to the stock NGINX file
  2. The second was an exploration of the back end of LEMP + WordPress + Plugins

Now having learned to take notes and better keep track of files and changes;

I have finally splurged into buying the first piece of paid service within my r/SelfHosted r/HomeLab system.


Behind this wall, there are a few snails and a rubber duck.
Let’s hope they can read my notes, and build more than just a few pages!

Below here, you can see the simplicity of Version 1.


Zyphorq

Welcome to Zyporq

Ethan Hudson’s Proving Grounds!

If you see this page, the web server is installed and working.

Registrar is Afraid.org / FreeDNS
SSL/Certificates provided via CertBot > Let’s Encrypt
Domain is hosted locally/on-prem

^Further configuration is required.

Maybe I will figure out WordPress install for NGINX on Linux.

Or maybe I will attempt to shamelessly borrow an HTML/CSS layout, and attempt to re-tool it, then nuke it and return to WP attempts.

<!DOCTYPE html>
<html>
<head>
<title>Zyphorq</title>
<style>
	h1 {text-align: center}
	h2 {text-align: center}
	h3 {text-align: center}
	div {text-align: center}
	footer {text-align: right}
	div {margin-top: -4px}
    body {
        width: 38em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
	<h1>Welcome to Zyporq</h1>
	<h3>Ethan Hudson's Proving Grounds!</h3>
	<p>If you see this page, the web server is installed and working.</p>
	<div style="text-indent: 40px">   Registrar is Afraid.org / FreeDNS</div>
	<div style="text-indent: 40px">   SSL/Certificates provided via CertBot > Let's Encrypt</div>
	<div style="text-indent: 40px">   Domain is hosted locally/on-prem</div>
	<p>	^Further configuration is required.</p>
<p></p>	

<p></p>	

<p>Maybe I will figure out WordPress install for NGINX on Linux.</p>
<p>	Or maybe I will attempt to shamelessly borrow an HTML/CSS layout, and attempt to re-tool it, then <i><b>nuke it</b></i> and return to WP attempts.</p>
</body>
 <footer>
  <small>Hey there! Thanks for stopping by, consider the following;<br>
  <a href=https://my.bio/artalius>Offer some support, buy a coffee, connect, or whatever man.</a><br>
  <br>
  <small>Est. Aug2022</small>
  </small>
 </footer>
</html>

Pull Back the Curtain

error: Content is protected !!