From efb1d6d5106e3317e4708b16218e1dac8a8770a5 Mon Sep 17 00:00:00 2001 From: poslop Date: Tue, 16 Apr 2024 15:48:28 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d99733..21eb242 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,8 @@ I use docker for all of my services that I run with a docker compose file. I us 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. -Nginx is currently used to share my publicly facing services with a subdomain of mintyserver.net eg https://git.mintyserver.net. I use a docker image from linuxserver.io called swag. This contains some nice packages fo nginx such as fail2ban for spam authentication protection and letsencrypt for http ssl certificates. 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. ## TODO -- Investigate a sync service for music playlists between yt spotify musicbrainz and lastfm -- find email filtering service to host -- Check out caddy and try it as an alternitive to nginx