chore: initial import

This commit is contained in:
2026-07-24 21:37:03 +02:00
commit 45bc449ea0
53 changed files with 12329 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -Eeuo pipefail
set -a
source /home/michael/runtime/main/.env
set +a
export BOEHMITOOLS_PLUGINS=/home/michael/src/boehmitools-main/plugins
export BOEHMITOOLS_DATA=/home/michael/runtime/main/data
export HOST="0.0.0.0"
export PORT="8102"
cd /home/michael/src/boehmitools-core
exec /home/michael/venvs/boehmitools-main/bin/python run.py