Fork of airjet using bun and ES6

This commit is contained in:
2023-11-21 19:15:23 +01:00
commit 0a6f100685
50 changed files with 5017 additions and 0 deletions

4
generate-secret.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
secret=$(openssl rand -base64 32)
echo "Generated secret key $secret"