From c3295ad9b91ad108b4aabc50ff5469b33d6caeed Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Sat, 25 Oct 2025 05:49:38 -0400 Subject: [PATCH] Init --- .gitignore | 4 ++++ README.md | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..546ed4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +filebrowser_storage +authelia_config/db.sqlite3 +authelia_config/notification.txt +crowdsec_dash_db \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a1e651 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# selhostingfromscratch + +As demonstrated in my "Self-Hosting from Scratch" YouTube video (TODO: add link). + +See commit history to follow the steps laid out in the video. \ No newline at end of file