commit c3295ad9b91ad108b4aabc50ff5469b33d6caeed Author: Imran Remtulla Date: Sat Oct 25 05:49:38 2025 -0400 Init 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