feat: initial basic feature

This commit is contained in:
Michael Barz
2025-05-16 10:31:45 +02:00
parent 1ae2c546c5
commit 3e138297bd
11 changed files with 525 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# exclude the .env file which will be created from env.example
.env
# exclude custom compose files
/custom