Skip to content

Configuration details of my personal home server and web page for home.glhweb.com

Notifications You must be signed in to change notification settings

gabriel-lau/Home-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Gabriel's Home Server

This Repo contains the docker-compose.yml file for home.glhweb.com & Configuration details of my home server.

What, Why, How?

This project originally started as a way to teach myself the backend configuration of Websites and APIs but transitioned into a hobby where I provide various online services to myself and peers. All this is done through using a NAS and a repurposed PC in my home.

Technologies Used

Infrastructure Proxmox, Ubuntu, Docker, OpenMediaVault
Services Naextcloud, MariaDB, Redis, traefik proxy, LittleLink, MailHog
Connection Cloudflare, Let's Encrypt
Security fail2ban, Cloudflare WAF, SSL/TLS
Monitoring NetData, HealthChecks, SMTP alerts, S.M.A.R.T cron jobs
Tools Tailscale
Protocols HTTP, HTTPS, SSH, SMB, FTP, SMTP

Configuration diagram Here is a gist of what happens when a webpage is accessed on the system. The HTTPS request coming into the system goes to the traefik reverse proxy container. This container is stored in an Ubuntu VM (Services) on the PC (Server 1) running Proxmox. Traefik reads the request, directs it to the respective container, and returns the response to the user.

These different containers in the Services VM provide access to different resources within the network.

For example, when a user is transferring a file on Nextcloud, a cloud storage service similar to Dropbox, it goes through traefik, then to Nextcloud which accesses the filesystem on the NAS (Server 2).

About

Configuration details of my personal home server and web page for home.glhweb.com

Topics

Resources

Stars

Watchers

Forks