initial commit

This commit is contained in:
shango-wk
2026-01-03 10:56:04 +01:00
commit 7dbd3f50c7
35 changed files with 1067 additions and 0 deletions

5
automate.sh Normal file
View File

@@ -0,0 +1,5 @@
# Rebuild and restart
docker stop mrsh
docker rm mrsh
docker build -t your-image-name .
docker run --name mrsh -p 5173:5173 your-image-name