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:
commit
a8b797cfcf
2 changed files with 14 additions and 28 deletions
11
README.md
11
README.md
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# h5ai for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/h5ai)  
|
||||
[](https://dash.yunohost.org/appci/app/h5ai)  
|
||||
|
||||
[](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
|
|||

|
||||

|
||||
|
||||
## 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/>
|
||||
|
|
31
README_fr.md
31
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
|||
|
||||
# h5ai pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/h5ai)  
|
||||
[](https://dash.yunohost.org/appci/app/h5ai)  
|
||||
|
||||
[](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 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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
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
|
||||
|
||||

|
||||

|
||||
|
||||
## 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.
|
||||

|
||||

|
||||
|
||||
## 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 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>
|
||||
|
||||
|
@ -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 d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue