« 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 11 : Ligne 11 :
openproject restart
openproject restart
</syntaxhighlight>
</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>Surveiller le démarrage :
<code>sudo openproject logs --tail</code>
[[Catégorie:Openproject]]
[[Catégorie:Openproject]]

Dernière version du 19 septembre 2025 à 14:52

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
  • ‎Surveiller le démarrage :

sudo openproject logs --tail