diff --git a/blog/guide-to-server-hosting.html b/blog/guide-to-server-hosting.html index 0155e0d..fcc3820 100644 --- a/blog/guide-to-server-hosting.html +++ b/blog/guide-to-server-hosting.html @@ -40,7 +40,7 @@
  • Basic Debian Server setup (with some security)
  • TODO:Get a domain name
  • Connect your server and domain name
  • -
  • TODO:Port Forwarding
  • +
  • TODO:Port Forwarding (home server)
  • 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

    @@ -52,7 +52,7 @@
  • Add an SSL certificate w/Certbot
  • TODO: Nginx web optimisation
  • TODO:(Optional) Add PHP to your webserver
  • -
  • TODO:Guide to web-development
  • +
  • TODO:Guide to front-end web development
  • MariaDB Database

    @@ -83,31 +83,42 @@
  • TODO:Virsh cheatsheet
  • -

    Proxy services to port 80/433

    -

    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.

    -

    Additional services/potential guides

    -

    Unless there is an anchor, these are all "TODO", and may just be omitted from this guide

    +

    Unless there is an anchor, these are all "TODO", and may just be omitted from this list

    +

    Useful tidbits

    + +

    Additional Services

    + +

    Game Servers

    + + +

    Additional guides

    +

    These are some guides for specific use-cases, that will aid with setting up +

    +