Improve manifest and check_process

This commit is contained in:
Jean-Baptiste Holcroft 2018-03-30 15:38:49 +02:00
parent 1866c5f4f9
commit 266578d67d
2 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@
Level 2=auto Level 2=auto
Level 3=auto Level 3=auto
# Level 4: not supported by upstream # Level 4: not supported by upstream
Level 4=N/A Level 4=1
# Level 5: # Level 5:
Level 5=auto Level 5=auto
Level 6=auto Level 6=auto

View file

@ -5,15 +5,15 @@
"description": { "description": {
"en": "Video streaming platform using P2P directly in the web browser, connected to a federated network" "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", "url": "https://github.com/Chocobozzz/PeerTube",
"license": "free", "license": "AGPL-3.0-only",
"maintainer": { "maintainer": {
"name": "Anmol Sharma", "name": "Anmol Sharma",
"email": "anmol@datamol.org" "email": "anmol@datamol.org"
}, },
"requirements": { "requirements": {
"yunohost": ">= 2.7.2" "yunohost": ">= 2.7.9"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
@ -32,14 +32,14 @@
{ {
"name": "email", "name": "email",
"ask": { "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" "example": "johndoe@example.com"
}, },
{ {
"name": "port", "name": "port",
"ask": { "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" "default": "9000"
}, },