Hello , i'm in trouble installing tiabji trought pve help script , default install no tweak lead to trouble when we cat info to le .env ( l39)
https://github.com/community-scripts/ProxmoxVE/blob/main/install/tianji-install.sh#L40C6-L40C84
(see images)
maybe PG_DB_NAME PG_DB_USER is not at the inteeed for templatin the string : DATABASE_URL="postgresql://$DB_USER:$DB_PASS@localhost:5432/$DB_NAME?schema=public"
and db pass i don't know where it's populated ? maybe i'm all wrong, i'm just discovering pve helper script there's maybe some magic processes behinf the secen when creating postgres ..
othe thing to mention when getting / compiling tianji with default memoy allocation it lead to be fully occupied and swap hardly :
see memory usage, maybe it could be nice to add limite to node telling it's running ont 4gb memory system ( node not my main competence but i think it near those option : max_old_space_size for NODE_OPTIONS
when giving 8go memory during pnpm phase it lead to , so maybe a little bit more of 4gb by defaut should be great (beccause when swap occrus , everything get very hard and laggy )