Restructure server hosting guide

Make it easier to find stuff
master
Nathan Steel 4 years ago
parent 72e2478b6a
commit a925a33977

@ -40,7 +40,7 @@
<li><a href="/blog/initial-server-setup.html">Basic Debian Server setup (with some security)</a></li> <li><a href="/blog/initial-server-setup.html">Basic Debian Server setup (with some security)</a></li>
<li>TODO:<a href="/blog/get-a-domain-name.html">Get a domain name</a></li> <li>TODO:<a href="/blog/get-a-domain-name.html">Get a domain name</a></li>
<li><a href="/blog/add-domain-to-server.html">Connect your server and domain name</a></li> <li><a href="/blog/add-domain-to-server.html">Connect your server and domain name</a></li>
<li>TODO:<a href="/blog/port-forwarding.html">Port Forwarding</a></li> <li>TODO:<a href="/blog/port-forwarding.html">Port Forwarding (home server)</a></li>
</ul> </ul>
<p>Now you officially own, and have setup a server. Currently all you can do is SSH into it though, so let's get some services on there</p> <p>Now you officially own, and have setup a server. Currently all you can do is SSH into it though, so let's get some services on there</p>
@ -52,7 +52,7 @@
<li><a href="/blog/certbot-ssl.html">Add an SSL certificate w/Certbot</a></li> <li><a href="/blog/certbot-ssl.html">Add an SSL certificate w/Certbot</a></li>
<li><a href="/blog/nginx-web-optimisation.html">TODO: Nginx web optimisation</a></li> <li><a href="/blog/nginx-web-optimisation.html">TODO: Nginx web optimisation</a></li>
<li>TODO:<a href="/blog/add-php-to-nginx.html">(Optional) Add PHP to your webserver</a></li> <li>TODO:<a href="/blog/add-php-to-nginx.html">(Optional) Add PHP to your webserver</a></li>
<li>TODO:Guide to web-development</li> <li>TODO:Guide to front-end web development</li>
</ul> </ul>
<h2>MariaDB Database</h2> <h2>MariaDB Database</h2>
@ -83,31 +83,42 @@
<li>TODO:Virsh cheatsheet</li> <li>TODO:Virsh cheatsheet</li>
</ul> </ul>
<h2>Proxy services to port 80/433</h2>
<p>Many services you install will be accessible via the web, but will use different ports. Proxying these allows access (and security) without the need to append a port to the server address, and without directly allowing access to the service from outside the server.</p>
<h2>Additional services/potential guides</h2> <h2>Additional services/potential guides</h2>
<p>Unless there is an anchor, these are all "TODO", and may just be omitted from this guide</p> <p>Unless there is an anchor, these are all "TODO", and may just be omitted from this list</p>
<h3>Useful tidbits</h3>
<ul> <ul>
<li>Install debain on home server</li> <li>Proxy services with NGINX proxy pass</li>
<li>Self hosting and port forwarding</li> <li>Install debian on home server</li>
<li>Password protect webpages</li> <li>Password protect webpages</li>
</ul>
<h3>Additional Services</h3>
<ul>
<li>git</li> <li>git</li>
<li>samba</li> <li>samba</li>
<li>Open Media Vault</li> <li>Open Media Vault</li>
<li>minecraft</li>
<li>terraria</li>
<li>umami</li> <li>umami</li>
<li>uptime kuma</li> <li>uptime kuma</li>
<li>torrentbox</li> <li>torrentbox</li>
<li>jellyfin</li> <li>jellyfin</li>
<li>VPN</li> <li>VPN</li>
<li>mailserver</li> <li>mailserver</li>
<li>cockpit for noob-friendly server management</li>
<li>Basic Homeserver for a web developer/designer</li>
<li>Host client websites</li> <li>Host client websites</li>
</ul> </ul>
<h3>Game Servers</h3>
<ul>
<li>minecraft</li>
<li>terraria</li>
<li>factorio</li>
</ul>
<h3>Additional guides</h3>
<p>These are some guides for specific use-cases, that will aid with setting up
<ul>
<li>Basic Homeserver for a web developer/designer</li>
</ul>
</section> </section>
</main> </main>

Loading…
Cancel
Save