fix: détection HTTPS et crash i18n étape 3 installation

- install.go : detectPublicURL utilise https pour tout domaine public
  même si Traefik envoie X-Forwarded-Proto: http en interne
- fr.json / en.json : échappe le @ dans proxmoxTokenHint avec {'@'}
  (vue-i18n interprétait @realm comme un linked message → SyntaxError)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
enzo 2026-03-20 23:03:17 +01:00
parent a1090db802
commit 15965082ce
3 changed files with 23 additions and 4 deletions

View file

@ -34,7 +34,7 @@
"sshFailed": "SSH connection failed",
"proxmoxUrl": "Proxmox URL",
"proxmoxToken": "Proxmox API token",
"proxmoxTokenHint": "Format: PVEAPIToken=user@realm!tokenid=secret",
"proxmoxTokenHint": "Format: PVEAPIToken=user{'@'}realm!tokenid=secret",
"back": "Back",
"next": "Next",
"finish": "Complete installation",