mirror of
https://github.com/YunoHost-Apps/h5ai_ynh.git
synced 2024-09-03 20:36:25 +02:00
commit
8d4efe9cb3
5 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ h5ai is a modern file indexer for HTTP web servers with focus on your files. Dir
|
|||
Some of the optional features are: file sorting, different view modes, localization, a breadcrumb, a tree view, custom headers and footers, file filter and search, folder sizes, auto refresh, packaged download, QR codes, thumbnails, file previews
|
||||
|
||||
|
||||
**Shipped version:** 0.30.0~ynh8
|
||||
**Shipped version:** 0.30.0~ynh9
|
||||
|
||||
**Demo:** https://larsjung.de/h5ai/demo/
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ h5ai est un indexeur de fichiers moderne pour les serveurs web HTTP avec un focu
|
|||
Parmi les fonctionnalités optionnelles, citons : le tri des fichiers, différents modes d'affichage, la localisation, le fil d'Ariane, l'arborescence, les en-têtes et pieds de page personnalisés, le filtrage et la recherche de fichiers, la taille des dossiers, le rafraîchissement automatique, l'emballage...
|
||||
|
||||
|
||||
**Version incluse :** 0.30.0~ynh8
|
||||
**Version incluse :** 0.30.0~ynh9
|
||||
|
||||
**Démo :** https://larsjung.de/h5ai/demo/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "h5ai"
|
|||
description.en = "Modern HTTP web server index for NGINX"
|
||||
description.fr = "Serveur moderne d'index pour NGINX"
|
||||
|
||||
version = "0.30.0~ynh8"
|
||||
version = "0.30.0~ynh9"
|
||||
|
||||
maintainers = ["alexAubin"]
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ ynh_setup_source --dest_dir="$install_dir"
|
|||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
chown 700 "$install_dir/_h5ai/private/conf"
|
||||
chmod 700 "$install_dir/_h5ai/private/conf"
|
||||
|
||||
#=================================================
|
||||
# SYSTEM CONFIGURATION
|
||||
|
|
|
@ -20,7 +20,7 @@ fi
|
|||
chmod o-rwx "$install_dir"
|
||||
chown $app:www-data "$install_dir"
|
||||
chown -R $app:www-data "$install_dir/_h5ai"
|
||||
chown 700 "$install_dir/_h5ai/private/conf"
|
||||
chmod 700 "$install_dir/_h5ai/private/conf"
|
||||
|
||||
#=================================================
|
||||
# REAPPLY SYSTEM CONFIGURATIONS
|
||||
|
|
Loading…
Reference in a new issue