commit 2304b5388e80b3331e043325dd8814539b06eab2 Author: Melvin Strobl Date: Sun Jan 25 17:06:21 2026 +0100 submodules init Signed-off-by: Melvin Strobl diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..aaf085e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "backend"] + path = backend + url = ssh://git@codeberg.org/fluksio/backend.git +[submodule "frontend"] + path = frontend + url = ssh://git@codeberg.org/fluksio/frontend.git \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad16750 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Fluksio Main Repository + +A node based, test-driven home-automation software to built to scale. \ No newline at end of file diff --git a/backend b/backend new file mode 160000 index 0000000..f6c804e --- /dev/null +++ b/backend @@ -0,0 +1 @@ +Subproject commit f6c804e8873fcbe5d22e3210e36a8c382903469a diff --git a/frontend b/frontend new file mode 160000 index 0000000..b9fd87a --- /dev/null +++ b/frontend @@ -0,0 +1 @@ +Subproject commit b9fd87ab791d907100c1a2c8ab2e45126a5311ea