From aa00c881de1c3671f5fee2cd87101416031b8fa9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 5 Apr 2021 19:25:42 +0200 Subject: [PATCH] Small fix --- README.md | 4 ++-- manifest.json | 10 +--------- scripts/install | 2 +- scripts/upgrade | 2 +- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index fce7170..5e39288 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ This is application is public and there's no notion of user. #### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/rss-bridge%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/rss-bridge/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/rss-bridge%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/rss-bridge/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/rss-bridge.svg)](https://ci-apps.yunohost.org/ci/apps/rss-bridge/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/rss-bridge.svg)](https://ci-apps-arm.yunohost.org/ci/apps/rss-bridge/) ## Limitations diff --git a/manifest.json b/manifest.json index 076999c..4e9d017 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ }, "multi_instance": true, "requirements": { - "yunohost": ">= 4.0.0" + "yunohost": ">= 4.1.0" }, "services": [ "nginx", @@ -27,19 +27,11 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for RSS-Bridge", - "fr": "Choisissez un domaine pour RSS-Bridge" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for RSS-Bridge", - "fr": "Choisissez un chemin pour RSS-Bridge" - }, "example": "/rss-bridge", "default": "/rss-bridge" } diff --git a/scripts/install b/scripts/install index 0e55f87..841d8eb 100644 --- a/scripts/install +++ b/scripts/install @@ -82,7 +82,7 @@ ynh_system_user_create --username=$app ynh_script_progression --message="Configuring PHP-FPM..." --weight=3 # Create a dedicated PHP-FPM config -ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION +ynh_add_fpm_config phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index e5813e1..43f4d3e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -87,7 +87,7 @@ ynh_system_user_create --username=$app ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=3 # Create a dedicated PHP-FPM config -ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION +ynh_add_fpm_config #================================================= # SPECIFIC UPGRADE