v1.1.0 #7

Merged
last2014 merged 17 commits from develop into main 2025-12-18 14:27:13 +00:00
Showing only changes of commit 172c7801fe - Show all commits
-15
View File
@@ -1,15 +0,0 @@
#!/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