inital commit

This commit is contained in:
2026-06-08 15:57:11 +02:00
parent aaf8729663
commit d9ca48addc
114 changed files with 12172 additions and 1 deletions

3
scripts/down-local.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
set -e
docker compose -f compose.yml -f compose.local.yml down

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env sh
python -c "import os,base64; print(base64.b64encode(os.urandom(32)).decode())"

3
scripts/up-local.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
set -e
docker compose -f compose.yml -f compose.local.yml up --build