1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00

Fix manifest

This commit is contained in:
Éric Gaspar 2020-10-21 09:27:38 +02:00 committed by GitHub
parent 671c5c3cbb
commit a42f5fb6f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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