From afcd7b4a495440c577301591d2af542776e2ae2f Mon Sep 17 00:00:00 2001 From: William Lewis Date: Fri, 3 Mar 2023 09:17:10 -0600 Subject: [PATCH] Started filling out Service functions desired --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6758b01..5a32d44 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # HomeLab -Documents and configurations pertaining to the home lab. \ No newline at end of file +Public documents and configurations pertaining to my homelab here at veritablevalor.com. + +## Core Homelab Service Requirements + +| Function | Importance | Service | Guide | +|--------------------|:-------:|:-------------------------:|:--| +| NAS Storage (NFS/SMB) | 10 | [TrueNAS Scale](https://www.truenas.com/truenas-scale/) | [Setup and Walkthrough](https://www.youtube.com/watch?v=C-UI8Wvl9YU) +| FireWall | 10 | OPNsense | | +| VPN Host | 8 | WireGuard | | +| Email Server | 7 | | [Workaround.org](https://workaround.org/ispmail) | +| Federated Chat | 9 | [Matrix](https://matrix.org/) ([Element](https://element.io/) + [Synapse](https://github.com/matrix-org/synapse)) | [Docker Guide + Reverse Proxy](https://cyberhost.uk/element-matrix-setup/) +| Media Library | 8 | Jellyfin | | +| Budget Software | 9 | FireFlyIII | | +| Git Repos (version control) | 10 | Gitea | | +| Virtual Environment | 10 | Proxmox | | \ No newline at end of file