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

Merge branch 'version-2' of https://github.com/YunoHost-Apps/h5ai_ynh into version-2

This commit is contained in:
Éric Gaspar 2023-02-17 22:47:03 +01:00
commit a8b797cfcf
2 changed files with 14 additions and 28 deletions

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# h5ai for YunoHost
[![Integration level](https://dash.yunohost.org/integration/h5ai.svg)](https://dash.yunohost.org/appci/app/h5ai) ![Working status](https://ci-apps.yunohost.org/ci/badges/h5ai.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/h5ai.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/h5ai.svg)](https://dash.yunohost.org/appci/app/h5ai) ![Working status](https://ci-apps.yunohost.org/ci/badges/h5ai.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/h5ai.maintain.svg)
[![Install h5ai with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=h5ai)
*[Lire ce readme en français.](./README_fr.md)*
@ -33,14 +34,6 @@ Some of the optional features are: file sorting, different view modes, localizat
![Screenshot of h5ai](./doc/screenshots/screenshot.jpg)
![Screenshot of h5ai](./doc/screenshots/h5ai-1024x540.png)
## Disclaimers / important information
## Configuration
After installing the application, you can add documents in `/var/www/documents` (or the corresponding path you choosed).
h5ai doesn't allow to edit or upload new documents directly from the web browser. But you can imagine coupling the folder `/var/www/documents` to Nextcloud or some sort of FTP to allow some users to upload content, and use h5ai as a public read-only interface.
The main configuration file is `_h5ai/private/conf/options.json`. You might want to change some of the documented settings. But there are some more files in `_h5ai/private/conf` you might have a look at.
## Documentation and resources
* Official app website: <https://larsjung.de/h5ai/>

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# h5ai pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/h5ai.svg)](https://dash.yunohost.org/appci/app/h5ai) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/h5ai.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/h5ai.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/h5ai.svg)](https://dash.yunohost.org/appci/app/h5ai) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/h5ai.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/h5ai.maintain.svg)
[![Installer h5ai avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=h5ai)
*[Read this readme in english.](./README.md)*
> *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.*
> *Ce package vous permet dinstaller h5ai rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
h5ai est un indexeur de fichiers moderne pour les serveurs web HTTP avec un focus sur vos fichiers. Les répertoires sont affichés de manière attrayante et leur navigation est améliorée par différentes vues, un fil d'Ariane et une arborescence.
@ -28,24 +29,16 @@ Parmi les fonctionnalités optionnelles, citons : le tri des fichiers, différen
**Démo :** https://larsjung.de/h5ai/demo/
## Captures d'écran
## Captures décran
![Capture d'écran de h5ai](./doc/screenshots/screenshot.jpg)
![Capture d'écran de h5ai](./doc/screenshots/h5ai-1024x540.png)
## Avertissements / informations importantes
## Configuration
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.
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.
![Capture décran de h5ai](./doc/screenshots/screenshot.jpg)
![Capture décran de h5ai](./doc/screenshots/h5ai-1024x540.png)
## Documentations et ressources
* 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>
* Site officiel de lapp : <https://larsjung.de/h5ai/>
* Documentation officielle de ladmin : <https://larsjung.de/h5ai/>
* Dépôt de code officiel de lapp : <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>
@ -61,4 +54,4 @@ ou
sudo yunohost app upgrade h5ai -u https://github.com/YunoHost-Apps/h5ai_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>