From e3cfe521109661a7932c0541d9ed3c81c814f7f8 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 22 Jul 2025 19:40:33 -0400 Subject: [PATCH] Update tududi --- frontend/public/json/tududi.json | 6 +++++- install/tududi-install.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/tududi.json b/frontend/public/json/tududi.json index fd884ef5..a82ec581 100644 --- a/frontend/public/json/tududi.json +++ b/frontend/public/json/tududi.json @@ -4,7 +4,7 @@ "categories": [ 12 ], - "date_created": "2025-07-07", + "date_created": "2025-07-22", "type": "ct", "updateable": true, "privileged": false, @@ -35,6 +35,10 @@ { "text": "Create users like this: `cd /opt/tududi` => `npm run user:create `", "type": "info" + }, + { + "text": "Database location: `/opt/tududi-db`. Uploads: `/opt/tududi-uploads`", + "type": "info" } ] } diff --git a/install/tududi-install.sh b/install/tududi-install.sh index 17cd07a0..17c73099 100644 --- a/install/tududi-install.sh +++ b/install/tududi-install.sh @@ -41,7 +41,7 @@ sed -e 's/^GOOGLE/# &/' \ -e "s/your_session_secret_here/$SECRET/" \ -e 's/development/production/' \ -e "\$a\DB_FILE=$DB_LOCATION/production.sqlite3" \ - -e "\$a\UPLOAD_LOCATION=$UPLOAD_DIR" \ + -e "\$a\TUDUDI_UPLOAD_PATH=$UPLOAD_DIR" \ /opt/tududi/backend/.env.example >/opt/tududi/backend/.env export DB_FILE="$DB_LOCATION/production.sqlite3" $STD npm run db:init