Improve manifest and check_process

Bu işleme şunda yer alıyor:
Jean-Baptiste Holcroft 2018-03-30 15:38:49 +02:00
ebeveyn 1866c5f4f9
işleme 266578d67d
2 değiştirilmiş dosya ile 6 ekleme ve 6 silme

Dosyayı Görüntüle

@ -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

Dosyayı Görüntüle

@ -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"
},