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

Merge remote-tracking branch 'origin/testing' into upgrade

This commit is contained in:
yalh76 2022-10-16 20:34:03 +02:00
commit 8c6dec1a64
5 changed files with 7 additions and 5 deletions

View file

@ -19,6 +19,7 @@ Webclient for Mastodon and Pleroma.
**Shipped version:** 2.4.9~ynh2 **Shipped version:** 2.4.9~ynh2
## Screenshots ## Screenshots
![Screenshot of Halcyon](./doc/screenshots/preview0.png) ![Screenshot of Halcyon](./doc/screenshots/preview0.png)

View file

@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Client web pour Mastodon et Pleroma. Client web pour Mastodon et Pleroma.
**Version incluse :** 2.4.9~ynh2 **Version incluse :** 2.4.9~ynh2
## Captures d'écran ## Captures d'écran

View file

@ -19,12 +19,12 @@
"email": "anmol@datamol.org" "email": "anmol@datamol.org"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.9"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx",
"php7.3-fpm" "php7.4-fpm"
], ],
"arguments": { "arguments": {
"install": [ "install": [

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
YNH_PHP_VERSION="7.3" YNH_PHP_VERSION="7.4"
# dependencies used by the app # dependencies used by the app
pkg_dependencies="php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gettext" pkg_dependencies="php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gettext"

View file

@ -79,7 +79,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=2 ynh_script_progression --message="Upgrading source files..." --weight=2
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config/config.ini" ynh_setup_source --dest_dir="$final_path" --keep="config/config.ini"
fi fi
chmod 750 "$final_path" chmod 750 "$final_path"