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

@@ -92,6 +92,13 @@ TZ=UTC
PYTHONUNBUFFERED=1
YTDLP_PLUGIN_DIRS=/opt/yt_plugins
EOF
{
echo "Tube Archivist Credentials"
echo "=========================="
echo "Username: admin"
echo "Password: ${TA_PASSWORD}"
echo "Elasticsearch Password: ${ES_PASSWORD}"
} >~/tubearchivist.creds
$STD systemctl enable --now redis-server
msg_ok "Set up Tube Archivist"