Compare commits

...

2 Commits

Author SHA1 Message Date
Slaviša Arežina
76785f458b Log Tianji secret to ~/tianji.creds
Add echo statement to log Tianji secret to creds file
2026-03-04 20:51:17 +01:00
Slaviša Arežina
a594c1ab28 Update tianji-install.sh 2026-03-04 20:30:12 +01:00

View File

@@ -27,6 +27,8 @@ PG_VERSION="17" setup_postgresql
PG_DB_NAME="tianji_db" PG_DB_USER="tianji" setup_postgresql_db
PYTHON_VERSION="3.13" setup_uv
fetch_and_deploy_gh_release "tianji" "msgbyte/tianji" "tarball"
TIANJI_SECRET="$(openssl rand -base64 32 | cut -c1-24)"
echo "Tianji Secret: $TIANJI_SECRET" >>~/tianji.creds
msg_info "Setting up Tianji"
cd /opt/tianji