From 266578d67d8fec55b048cf86e2d92b8b2fadaf41 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Fri, 30 Mar 2018 15:38:49 +0200 Subject: [PATCH] Improve manifest and check_process --- check_process | 2 +- manifest.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/check_process b/check_process index 475fd31..78e090d 100644 --- a/check_process +++ b/check_process @@ -27,7 +27,7 @@ Level 2=auto Level 3=auto # Level 4: not supported by upstream - Level 4=N/A + Level 4=1 # Level 5: Level 5=auto Level 6=auto diff --git a/manifest.json b/manifest.json index 9bc0ba2..bee9d93 100644 --- a/manifest.json +++ b/manifest.json @@ -5,15 +5,15 @@ "description": { "en": "Video streaming platform using P2P directly in the web browser, connected to a federated network" }, - "version": "1.1", + "version": "1.0.0-beta.3-1", "url": "https://github.com/Chocobozzz/PeerTube", - "license": "free", + "license": "AGPL-3.0-only", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org" }, "requirements": { - "yunohost": ">= 2.7.2" + "yunohost": ">= 2.7.9" }, "multi_instance": true, "services": [ @@ -32,14 +32,14 @@ { "name": "email", "ask": { - "en": "Choose an admin email(Can be other then the LDAP emails and can be changed after installation)" + "en": "Choose an admin email (can be changed after installation)" }, "example": "johndoe@example.com" }, { "name": "port", "ask": { - "en": "Enter a port(default:9000).If the port is occupied by other app change it to any other value." + "en": "Enter a port(default:9000). If the port is occupied by any other app, the installation will chose another one." }, "default": "9000" },