Commit Graph

4 Commits

Author SHA1 Message Date
y.campiontrebouta@innotexnas.ovh
57994dce9c ajout de l'option voir les joueurs connecté en temps réél 2026-02-04 22:11:42 +01:00
y.campiontrebouta@innotexnas.ovh
ce25f7c93a feat: Implémentation RCON, gestion historique et corrections Docker
- Fix protocole RCON (Int32LE, Map-based response handling)
- Ajout historique des commandes RCON avec persistance
- Correction chemins Docker (SERVER_DIR, RCON_HOST, volumes)
- Fix récupération données joueurs (world/players)
- Amélioration UX login/register
- Nettoyage logs de debug
2026-02-04 21:58:42 +01:00
y.campiontrebouta@innotexnas.ovh
4e12afe105 feat: migrate application port from 3000 to 4001 and fix circular dependencies
- Change default port to 4001 across all configuration files (server.js, docker-compose.yml, .env, Dockerfile)
- Update frontend API URL to use new port 4001
- Fix circular dependency issues in route files by using process.env.SERVER_DIR instead of importing from server.js
- Apply to all routes: auth.js, backup.js, logs.js, players.js, rcon.js, server.js, whitelist.js
- Fix environment variable loading in start.sh to properly handle paths with spaces
- Quote SERVER_DIR path in .env to preserve spaces in directory paths
- Update all documentation references from port 3000 to 4001 (README, QUICKSTART, CONFIGURATION, INDEX)
- Remove debug console.log statements from auth.js
- Remove test utility file test-ops.js

Fixes: Port conflict issues, circular dependency warnings, environment variable parsing
2026-02-04 19:27:00 +01:00
y.campiontrebouta@innotexnas.ovh
abb51904d7 initial commit 2026-02-04 19:04:46 +01:00