feat: add .creds files for erpnext, teable, tubearchivist, storyteller

Write credentials to ~/appname.creds matching existing convention
(affine, discourse, ente). Update CT scripts to reference .creds.

- erpnext: admin pass, db root pass
- teable: db pass, secret key
- tubearchivist: admin pass, ES pass
- storyteller: secret key
This commit is contained in:
CanbiZ (MickLesk)
2026-03-25 16:07:52 +01:00
parent f8e8feea87
commit c5e5a938c7
6 changed files with 32 additions and 1 deletions

View File

@@ -67,6 +67,14 @@ if [ -d "/opt/teable/apps/nestjs-backend/static/static" ]; then
else
ln -sf /opt/teable/apps/nestjs-backend/static /opt/teable/static
fi
{
echo "Teable Credentials"
echo "=================="
echo "Database User: teable"
echo "Database Password: ${PG_DB_PASS}"
echo "Database Name: teable"
echo "Secret Key: ${SECRET_KEY}"
} >~/teable.creds
msg_ok "Configured Teable"
msg_info "Creating Service"