fix: session F5, terminal module core, logs proxmox

- router: tryRefresh() au premier chargement → plus besoin de se
  reconnecter après F5 (user restauré depuis le cookie refresh)
- migration 003: terminal marqué is_core=1 + is_enabled=1
- proxmox.go: logs pour diagnostiquer l'erreur 502 (visible dans
  Paramètres → Logs)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
enzo 2026-03-21 00:07:02 +01:00
parent 88831e3967
commit 1886071922
3 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,3 @@
-- Migration 003 : Terminal marqué comme module CORE actif
-- Le terminal SSH est implémenté (api/terminal.go), il doit être core+enabled.
UPDATE modules SET is_core = 1, is_enabled = 1 WHERE id = 'terminal';