From 0a21b20b1e675dd78b2d92876ae2af06187b76f0 Mon Sep 17 00:00:00 2001 From: Siddhartha Date: Thu, 14 Jul 2022 00:52:22 +0530 Subject: [PATCH] init with a basic readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..40f63aa --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Selfhost docker infrastructure + +## Idea behind this repo + +Over the years, I've started hosting a lot of services at my domain, purely for my personal use. As the volume has grown, I felt the need to document my entire configuration for better discovery in the future - for me and others. And thus born the need for this project.