Initial Push to GIT

This commit is contained in:
2026-03-06 11:49:48 -05:00
parent 43cba70fad
commit ee68c4704f
16 changed files with 1860 additions and 1 deletions

23
.env.example Normal file
View File

@@ -0,0 +1,23 @@
# TeamChat Configuration
# Copy this file to .env and customize
# Image version to run (set by build.sh, or use 'latest')
TEAMCHAT_VERSION=latest
# Default admin credentials (used on FIRST RUN only)
ADMIN_NAME=Admin User
ADMIN_EMAIL=admin@teamchat.local
ADMIN_PASS=Admin@1234
# Set to true to reset admin password to ADMIN_PASS on every restart
# WARNING: Leave false in production - shows a warning on login page when true
PW_RESET=false
# JWT secret - change this to a random string in production!
JWT_SECRET=changeme_super_secret_jwt_key_change_in_production
# App port (default 3000)
PORT=3000
# App name (can also be changed in Settings UI)
APP_NAME=TeamChat