« Openproject : Invalid host name configuration » : différence entre les versions

De www.yakakliker.org
(Page créée avec « Message d'erreur : <code>Invalid host_name configuration</code> * Editer le fichier : /etc/openproject/conf.d/other Vérifier la variable <code>OPENPROJECT_HOST__NAME</code> : <code>export OPENPROJECT_HOST__NAME="openproject.example.com"</code> Catégorie:Openproject »)
 
Aucun résumé des modifications
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 7 : Ligne 7 :
<code>export OPENPROJECT_HOST__NAME="openproject.example.com"</code>
<code>export OPENPROJECT_HOST__NAME="openproject.example.com"</code>


* Redémarrer le service openproject :
<syntaxhighlight lang="bash">
openproject restart
</syntaxhighlight>


 
‎<html>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
  kofiWidgetOverlay.draw('yakakliker', {
    'type': 'floating-chat',
    'floating-chat.donateButton.text': 'Café',
    'floating-chat.donateButton.background-color': '#00b9fe',
    'floating-chat.donateButton.text-color': '#fff'
  });
</script>
‎</html>


[[Catégorie:Openproject]]
[[Catégorie:Openproject]]

Dernière version du 29 janvier 2025 à 11:29

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"

  • Redémarrer le service openproject :
openproject restart