From a42f5fb6f3315749045ef53395fa14993c5f626c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 21 Oct 2020 09:27:38 +0200 Subject: [PATCH] Fix manifest --- manifest.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 8586e56..69f91bd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A self hosted streaming media server", "fr": "Un serveur de streaming auto-hébergé" }, - "version": "1.9.1", + "version": "1.9.1~ynh1", "url": "https://streamaserver.org/", "license": "free", "maintainer": { @@ -14,12 +14,12 @@ "email": "liberodark@gmail.com" }, "requirements": { - "yunohost": ">= 2.7.2" + "yunohost": ">= 3.8.1" }, "multi_instance": true, "services": [ "nginx", - "php5-fpm", + "php7.0-fpm", "mysql" ], "arguments": { @@ -32,7 +32,6 @@ }, "example": "example.com" }, - { "name": "path", "type": "path", @@ -43,15 +42,14 @@ "example": "/", "default": "/" }, - { "name": "is_public", "type": "boolean", "ask": { - "en": "Is it a public site ?", + "en": "Is it a public site?", "fr": "Est-ce un site public ?" }, - "default": "true" + "default": true } ] }