doc: clarifier .env.example pour STATIC_USER (option A/B SSH config)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
55d6316dda
commit
78c59a5141
1 changed files with 9 additions and 2 deletions
11
.env.example
11
.env.example
|
|
@ -1,5 +1,12 @@
|
|||
# Connexion SSH — utiliser le même user que votre "ssh alpinux.org"
|
||||
STATIC_USER=<votre-utilisateur-ssh>
|
||||
# Connexion SSH vers le serveur static.alpinux.org
|
||||
#
|
||||
# Option A — avec ~/.ssh/config (ex : Host alpinux.org → User abonnelc)
|
||||
# Laisser STATIC_USER vide ou absent.
|
||||
#
|
||||
# Option B — sans ~/.ssh/config
|
||||
# Renseigner STATIC_USER avec votre login SSH.
|
||||
#
|
||||
STATIC_USER=
|
||||
STATIC_HOST=alpinux.org
|
||||
|
||||
# Chemin vers le web root ISPConfig (dossier web/ complet)
|
||||
|
|
|
|||
Loading…
Reference in a new issue