[LibreSpeed] mon premier packaging / My first packaging

Bonjour à tous !

Je me lance dans le packaging de ma première application LibreSpeed.

Pour l’instant mon application est sur mon github : GitHub - rungeard/librespeed_ynh: librespeed for YunoHost

J’ai fait une merge request pour qu’elle soit ajoutée à la liste des application YunoHost.

Je me pose cependant déjà plusieurs question :

  • Comment générer automatiquement le README.md avec le code python : apps/make_readme.py at master · YunoHost/apps · GitHub ?

  • Une fois mon application installée en mode debug sur un serveur de développement, lorsque j’essaie d’aller sur le site ainsi créer j’obtiens une erreur 403 Nginx. Je suppose que cela viens d’un problème des droits de mes fichiers mais après plusieurs test je suis resté bredouille.

Toute aide est la bienvenue. Je ne vous demande pas encore un test complet étant donné que je n’ai moi même par encore réussi à la faire fonctionner correctement.

Augustin

3 Likes

:us: English version :

Hello everyone!

I’m starting to package my first application LibreSpeed.

For the moment my application is on my github : GitHub - rungeard/librespeed_ynh: librespeed for YunoHost

I made a pull request to add it to the YunoHost application list.

However, I already have several questions:

  • How to generate automatically the README.md with the python code : apps/make_readme.py at master · YunoHost/apps · GitHub ?

  • Once my application is installed in debug mode on a development server, when I try to go to the site I get a 403 Nginx error. I suppose that it comes from a problem of the rights of my files but after several tests I remained empty-handed.

Any help is welcome. I’m not asking for a full test yet as I haven’t managed to get it to work properly myself.

Augustin

1 Like

:fr: fr
Le dépôt est désormais à l’adresse suivante : GitHub - YunoHost-Apps/librespeed_ynh: librespeed package for YunoHost

PS : j’ai trouvé comment utilisé le code python (un problème de répertoire d’installation python lié à Anaconda sur mon PC) et j’ai résolu mon erreur 403 un .php à la place d’un .html dans nginx.conf.

:us: en
The repository is now at the following address: GitHub - YunoHost-Apps/librespeed_ynh: librespeed package for YunoHost

PS : I found how to use the python code (a problem of python installation directory linked to Anaconda on my PC) and I solved my 403 error : a .php instead of a .html in nginx.conf.

1 Like