Add events module with dashboard UI, scheduling, signups, and settings updates; extend env/readme.

This commit is contained in:
Pascal Prießnitz
2025-12-02 23:52:10 +01:00
parent 874b01c999
commit 829d160164
578 changed files with 37647 additions and 11590 deletions

View File

@@ -1,7 +1,12 @@
DISCORD_TOKEN=
DISCORD_CLIENT_ID=
DISCORD_GUILD_ID=
DISCORD_GUILD_IDS=
DATABASE_URL=
DISCORD_TOKEN=your_bot_token
DISCORD_CLIENT_ID=your_client_id
DISCORD_CLIENT_SECRET=your_client_secret
DISCORD_GUILD_ID=single_guild_id_optional
DISCORD_GUILD_IDS=comma,separated,guild,ids
DATABASE_URL=postgresql://user:pass@host:5432/dbname?schema=public
PORT=3000
SESSION_SECRET=change_me
DASHBOARD_BASE_URL=http://localhost:3000
SUPPORT_ROLE_ID=
WEB_BASE_PATH=/ucp
OWNER_IDS=comma,separated,owner,ids