First Commit

This commit is contained in:
2025-12-17 00:36:09 +09:00
commit 3a6ded75b3
12 changed files with 857 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/sh
# Create config.json
cat <<EOF > /app/config.json
{
"host": "${UWUZU_HOST}",
"api_token": "${UWUZU_TOKEN}",
"random_ueuse": "${TWEET_ENABLED}",
"check_interval": "${CHECK_INTERVAL}",
"rana_core_log": "${THINK_OUTPUT_ENABLED}"
}
EOF
# Run
exec npm start