9 Commits

Author SHA1 Message Date
Puechberty Arthur 1fcb1c2b88 refactor: migrate from SQLite to PostgreSQL for session management and data storage
- Updated package dependencies to replace SQLite with PostgreSQL.
- Modified privacy policy to reflect the change in database technology.
- Adjusted session management in server.js to use connect-pg-simple.
- Enhanced docker-compose.yml to include PostgreSQL service with health checks.
- Added Dockerfile for multi-stage builds for development and production environments.
- Introduced .dockerignore to exclude unnecessary files from the Docker context.
2026-04-01 14:49:44 +02:00
Arthur Puechberty 6997254a3f add privacy & tos 2026-01-17 22:32:14 +01:00
Arthur Puechberty cfa4f05a2d add auto role for new member and member in vocal 2026-01-16 00:25:06 +01:00
Arthur Puechberty f8eae61818 add little css & add session 2026-01-15 21:57:42 +01:00
Arthur Puechberty 87e339c75b update Oauth discord & add good bye message 2026-01-15 20:23:06 +01:00
Arthur Puechberty 12fde58b93 add guildMemberAdd config 2026-01-15 02:31:11 +01:00
Arthur Puechberty 0a0c419c6b add little config bot 2026-01-15 01:37:43 +01:00
Arthur Puechberty a4d93afaa3 add Discord Bot 2026-01-15 00:43:40 +01:00
Arthur Puechberty b18657e01c Init Discord OAuth2 2026-01-14 23:58:42 +01:00