From 2bd405292ea551608641c2b631fa379fd18a7c4a Mon Sep 17 00:00:00 2001 From: SeAndersonT Date: Fri, 28 Feb 2025 17:06:51 -0600 Subject: [PATCH] Intial Commit --- controller/projects.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 controller/projects.yml diff --git a/controller/projects.yml b/controller/projects.yml new file mode 100644 index 0000000..bc53390 --- /dev/null +++ b/controller/projects.yml @@ -0,0 +1,10 @@ +--- +controller_projects: + - name: SeAndersonTech Home Lab gitea repository + organization: Default + scm_branch: main + scm_clean: 'no' + scm_delete_on_update: 'no' + scm_type: git + scm_update_on_launch: 'yes' + scm_url: https://gitea.seandersontech.com/seandersont/Home_Lab_Automation.git