« Openproject : Invalid host name configuration » : différence entre les versions
De www.yakakliker.org
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (Une version intermédiaire par le même utilisateur non affichée) | |||
| Ligne 6 : | Ligne 6 : | ||
<code>export OPENPROJECT_HOST__NAME="openproject.example.com"</code> | <code>export OPENPROJECT_HOST__NAME="openproject.example.com"</code> | ||
Ajouter cette variable supplémentaire : | |||
<code>export OPENPROJECT_ADDITIONAL__HOST__NAMES=["127.0.0.1:6000"]</code> | |||
* Redémarrer le service openproject : | * Redémarrer le service openproject : | ||
| Ligne 12 : | Ligne 16 : | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<html> | * <html> | ||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | <script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | ||
<script> | <script> | ||
| Ligne 22 : | Ligne 26 : | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html>Surveiller le démarrage : | ||
<code>sudo openproject logs --tail</code> | |||
<code>sudo journactl -f</code> | |||
== Liens == | |||
https://markuspetermann.net/Linux/Fix_OpenProject_Invalid_host-name.md | |||
[[Catégorie:Openproject]] | [[Catégorie:Openproject]] | ||
Dernière version du 4 novembre 2025 à 09:51
Message d'erreur : Invalid host_name configuration
- Editer le fichier : /etc/openproject/conf.d/other
Vérifier la variable OPENPROJECT_HOST__NAME :
export OPENPROJECT_HOST__NAME="openproject.example.com"
Ajouter cette variable supplémentaire :
export OPENPROJECT_ADDITIONAL__HOST__NAMES=["127.0.0.1:6000"]
- Redémarrer le service openproject :
openproject restart
- Surveiller le démarrage :
sudo openproject logs --tail
sudo journactl -f
Liens
https://markuspetermann.net/Linux/Fix_OpenProject_Invalid_host-name.md