1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/h5ai_ynh.git synced 2024-09-03 20:36:25 +02:00
h5ai_ynh/README_fr.md

51 lines
2.5 KiB
Markdown
Raw Normal View History

2020-07-08 09:49:14 +02:00
# h5ai pour YunoHost
2021-06-04 10:03:18 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/h5ai.svg)](https://dash.yunohost.org/appci/app/h5ai) ![](https://ci-apps.yunohost.org/ci/badges/h5ai.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/h5ai.maintain.svg)
2021-01-03 12:19:18 +01:00
[![Installer h5ai avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=h5ai)
2020-07-08 09:49:14 +02:00
2021-06-04 10:03:18 +02:00
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
2020-07-08 09:49:14 +02:00
2021-06-04 10:03:18 +02:00
> *Ce package vous permet d'installer h5ai rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
2020-07-08 09:49:14 +02:00
## Vue d'ensemble
2021-08-08 14:29:36 +02:00
Serveur moderne d'index pour NGINX
2021-06-04 10:03:18 +02:00
2021-11-29 15:31:34 +01:00
**Version incluse :** 0.30.0~ynh3
2021-06-04 10:03:18 +02:00
2020-07-08 09:49:14 +02:00
## Captures d'écran
2021-06-04 10:03:18 +02:00
![](./doc/screenshots/screenshot.jpg)
## Avertissements / informations importantes
2020-07-08 09:49:14 +02:00
## Configuration
2020-07-08 10:01:37 +02:00
Après avoir installé l'application, vous pouvez ajouter des documents dans `/var/www/documents` (ou le chemin correspondant que vous avez choisi).
h5ai ne permet pas de modifier ou de télécharger de nouveaux documents directement à partir du navigateur Web. Vous pouvez imaginer coupler le dossier `/var/www/documents` à Nextcloud ou un FTP pour permettre à certains utilisateurs de télécharger du contenu et d'utiliser h5ai comme interface publique en lecture seule.
2020-07-08 09:49:14 +02:00
Le fichier de configuration principal est `_h5ai / private / conf / options.json`. Vous souhaiterez peut-être modifier certains des paramètres documentés. Mais il y a d'autres fichiers dans `_h5ai / private / conf` que vous pourriez consulter.
2021-06-04 10:03:18 +02:00
## Documentations et ressources
2020-07-08 09:49:14 +02:00
2021-06-04 10:03:18 +02:00
* Site officiel de l'app : https://larsjung.de/h5ai/
* Documentation officielle de l'admin : https://larsjung.de/h5ai/
* Dépôt de code officiel de l'app : https://github.com/lrsjng/h5ai
* Documentation YunoHost pour cette app : https://yunohost.org/app_h5ai
* Signaler un bug : https://github.com/YunoHost-Apps/h5ai_ynh/issues
2020-07-08 09:49:14 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/h5ai_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/h5ai_ynh/tree/testing --debug
ou
sudo yunohost app upgrade h5ai -u https://github.com/YunoHost-Apps/h5ai_ynh/tree/testing --debug
```
2021-06-04 10:03:18 +02:00
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps