Bonjour,
Je travaille actuellement sur mon premier package pour YunoHost : l’application AWStats.
Fonctionnalités déjà présentes :
- Détection automatique de tous les domaines et sous-domaines.
- Génération des fichiers de configuration d’AWStats pour chacun d’eux.
- Configuration automatique du cron.
Problème rencontré :
L’application apparaît bien dans les tuiles, et l’URL générée est conforme à celles des autres applications (sans « / » final). Cependant, en cliquant sur la tuile, j’obtiens une erreur 404.
Si j’ajoute manuellement un « / » à la fin de l’URL, la page s’affiche correctement avec la liste des domaines.
Exemple :
- URL depuis la tuile (erreur 404) : https://stat.sdg.ynh.fr/awstats
Hello,
I’m currently working on my first package for YunoHost: the AWStats application.
Features already implemented:
- Automatic detection of all domains and subdomains.
- Generation of AWStats configuration files for each of them.
- Automatic cron setup.
Issue encountered:
The application appears correctly in the tiles, and the generated URL is consistent with other applications (without the trailing “/”). However, when I click on the tile, I get a 404 error.
If I manually add a “/” at the end of the URL, the page loads properly and displays the list of domains.
Example:
- URL from the tile (404 error): https://stat.sdg.ynh.fr/awstats

