Compare commits

...

4 Commits

Author SHA1 Message Date
poslop
f2b6d1877c Merge pull request 'dev' (#2) from dev into main
Reviewed-on: https://git.mintyserver.net/poslop/DockerConfigs/pulls/2
2024-07-14 17:48:08 -05:00
poslop
cca8f8eb29 Update README.md 2024-07-14 17:47:29 -05:00
poslop
bb3e225127 Merge branch 'main' into dev 2024-07-14 17:46:04 -05:00
poslop
9e43c1907c Update README.md 2024-07-01 21:14:56 -05:00

View File

@@ -1,10 +1,8 @@
## Basics
This repository is for my documenting my homelab. Most documentation is found in the Wiki 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.