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:
parent
a1090db802
commit
15965082ce
3 changed files with 23 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"sshFailed": "Connexion SSH échouée",
|
||||
"proxmoxUrl": "URL Proxmox",
|
||||
"proxmoxToken": "Token API Proxmox",
|
||||
"proxmoxTokenHint": "Format : PVEAPIToken=user@realm!tokenid=secret",
|
||||
"proxmoxTokenHint": "Format : PVEAPIToken=user{'@'}realm!tokenid=secret",
|
||||
"back": "Retour",
|
||||
"next": "Suivant",
|
||||
"finish": "Terminer l'installation",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue