From 9e43c1907c5d50063871201f9658b86c27a53764 Mon Sep 17 00:00:00 2001 From: poslop Date: Mon, 1 Jul 2024 21:14:56 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0116aa4..af92782 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Basics -This repository is for my documenting my homelab. Most documentation is found in the Wiki tab of this repository. +This repository is for my documenting my homelab. Most documentation is found in the Wiki (WIP) tab of this repository. I use docker for all of my services that I run with a docker compose file. I use ssh through a peer to peer vpn service called [Tailscale](https://tailscale.com/). Tailscale has functionality to store ssh keys and makes managing them very simple and easy with github accounts. From cca8f8eb29d1bb6ce48f50705b77310f2b94a2a2 Mon Sep 17 00:00:00 2001 From: poslop Date: Sun, 14 Jul 2024 17:47:29 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af92782..83ef4b2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ ## Basics -This repository is for my documenting my homelab. Most documentation is found in the Wiki (WIP) tab of this repository. +This repository is for documenting my homelab. Most documentation is found in the Wiki (work in progress) tab of this repository that will link to my bookstack website. I use docker for all of my services that I run with a docker compose file. I use ssh through a peer to peer vpn service called [Tailscale](https://tailscale.com/). Tailscale has functionality to store ssh keys and makes managing them very simple and easy with github accounts. The homelab is run off of a dedicated server running a headless instance of Arch Linux. Arch linux is my Distro of preference however if I were to run a server that is required for reliability I would most likely prefer RedHat or similar for a stable environment over rolling release Arch. -Caddy is currently used to share my publicly facing services with a subdomain of mintyserver.net eg https://git.mintyserver.net. Not all services are reverse proxied such as my pihole as they are only needed to be accessed by me and therefore only accessible via local or vpn connections. - - +Caddy is currently used to share my publicly facing services with a subdomain of mintyserver.net eg https://git.mintyserver.net. Not all services are reverse proxied such as my pihole as they are only needed to be accessed by me and therefore only accessible via local or vpn connections. \ No newline at end of file