version 0.0.24

This commit is contained in:
2026-03-06 22:37:48 -05:00
parent 4517746692
commit edbee5c8ef
35 changed files with 743 additions and 372 deletions

View File

@@ -1,12 +1,13 @@
# TeamChat Configuration
# jama Configuration
# just another messaging app
# Copy this file to .env and customize
# Image version to run (set by build.sh, or use 'latest')
TEAMCHAT_VERSION=latest
JAMA_VERSION=latest
# Default admin credentials (used on FIRST RUN only)
ADMIN_NAME=Admin User
ADMIN_EMAIL=admin@teamchat.local
ADMIN_EMAIL=admin@jama.local
ADMIN_PASS=Admin@1234
# Set to true to reset admin password to ADMIN_PASS on every restart
@@ -20,4 +21,7 @@ JWT_SECRET=changeme_super_secret_jwt_key_change_in_production
PORT=3000
# App name (can also be changed in Settings UI)
APP_NAME=TeamChat
# Default public group name (created on first run only)
DEFCHAT_NAME=General Chat
APP_NAME=jama