delete old apps due to context pollution

This commit is contained in:
Wuesteon 2025-12-25 17:23:14 +01:00
parent 9bba76133b
commit 079b55a796
4967 changed files with 69 additions and 1292369 deletions

View file

@ -1,12 +0,0 @@
#!/bin/bash
echo "Creating PocketBase admin account..."
cd backend
# Use expect or echo to provide input
echo -e "till.schneider@memoro.ai\np0ck3t-RA1N\np0ck3t-RA1N" | ./pocketbase superuser create
echo "Admin account created!"
echo "Email: till.schneider@memoro.ai"
echo "Password: p0ck3t-RA1N"