1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00

Merge pull request #47 from YunoHost-Apps/testing

Update upgrade
This commit is contained in:
eric_G 2024-05-22 08:43:00 +02:00 committed by GitHub
commit 4dee1c8cb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
- [Lee el README en español](README_es.md)
- [Lea el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
FileBrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
**Shipped version:** 2.30.0~ynh1
**Shipped version:** 2.30.0~ynh2
## Screenshots

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
FileBrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
**Versión actual:** 2.30.0~ynh1
**Versión actual:** 2.30.0~ynh2
## Capturas

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
FileBrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
**Paketatutako bertsioa:** 2.30.0~ynh1
**Paketatutako bertsioa:** 2.30.0~ynh2
## Pantaila-argazkiak

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
FileBrowser fournit une interface de gestion de fichiers dans un répertoire spécifié et peut être utilisé pour télécharger, supprimer, prévisualiser, renommer et modifier vos fichiers. Il permet la création de plusieurs utilisateurs et chaque utilisateur peut avoir son propre répertoire. Il peut être utilisé comme application autonome ou comme middleware.
**Version incluse:** 2.30.0~ynh1
**Version incluse:** 2.30.0~ynh2
## Captures décran

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
FileBrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
**Versión proporcionada:** 2.30.0~ynh1
**Versión proporcionada:** 2.30.0~ynh2
## Capturas de pantalla

View file

@ -19,7 +19,7 @@
FileBrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
**分发版本:** 2.30.0~ynh1
**分发版本:** 2.30.0~ynh2
## 截图

View file

@ -5,7 +5,7 @@ name = "Filebrowser"
description.en = "Web File Browser"
description.fr = "Gestionnaire de fichiers"
version = "2.30.0~ynh1"
version = "2.30.0~ynh2"
maintainers = ["eric_G"]

View file

@ -24,7 +24,7 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
ynh_script_progression --message="Upgrading source files..." --weight=4
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="settings.json"
ynh_setup_source --dest_dir="$install_dir" --keep="settings.json"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"