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
- - Install debain on home server
- - Self hosting and port forwarding
+ - Proxy services with NGINX proxy pass
+ - Install debian on home server
- Password protect webpages
+
+
+ Additional Services
+
- git
- samba
- Open Media Vault
- - minecraft
- - terraria
- umami
- uptime kuma
- torrentbox
- jellyfin
- VPN
- mailserver
- - cockpit for noob-friendly server management
- - Basic Homeserver for a web developer/designer
- Host client websites
+ Game Servers
+
+ - minecraft
+ - terraria
+ - factorio
+
+
+ Additional guides
+ These are some guides for specific use-cases, that will aid with setting up
+
+ - Basic Homeserver for a web developer/designer
+
+