feat(security): Ajoute l'authentification Keycloak SSO et migre les commandes

Supprime la commande AccountCommand, la migration et ajoute l'authentification
Keycloak SSO. Crée les vues de base pour le tableau de bord.
```
This commit is contained in:
Serreau Jovann
2026-01-15 18:04:01 +01:00
parent 662bb0bcc6
commit 3b0ce1314f
38 changed files with 1485 additions and 604 deletions

View File

@@ -0,0 +1,17 @@
[program:redis_ludikevent_intranet]
command=redis-server --port {{ redis_port }} --requirepass {{ redis_password }}
autostart=true
autorestart=true
user=root
stdout_logfile=/var/www/ludikevent-intranet/var/log/redis_stdout.log
stderr_logfile=/var/www/ludikevent-intranet/var/log/redis_stderr.log
[program:messenger_redis_ludikevent_intranet]
command=php {{path}}/bin/console messenger:consume async --time-limit=3600
autostart=true
autorestart=true
user=root
startsecs=0
startretries=10
stdout_logfile=/var/www/ludikevent-intranet/var/log/messenger_stderr.log
stderr_logfile=/var/www/ludikevent-intranet/var/log/messenger_stdout.log