Update manifest.json

This commit is contained in:
siwinter 2019-10-16 22:48:41 +02:00 committed by GitHub
parent 5d2ce99daf
commit 6c227362b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ {
"name": "YunoHost example app", "name": "YunoHost Plexmediaserver",
"id": "ynhexample", "id": "plex",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Example package for YunoHost application.", "en": "Plex Mediaserver",
"fr": "Exemple de package dapplication pour YunoHost." "fr": "Plex Mediaserver."
}, },
"version": "1.0~ynh1", "version": "1.0~ynh1",
"url": "https://example.com", "url": "https://www.plex.tv/",
"license": "free", "license": "various",
"maintainer": { "maintainer": {
"name": "John doe", "name": "John doe",
"email": "john.doe@example.com", "email": "john.doe@example.com",
@ -17,7 +17,7 @@
"requirements": { "requirements": {
"yunohost": ">= 3.5" "yunohost": ">= 3.5"
}, },
"multi_instance": true, "multi_instance": false,
"services": [ "services": [
"nginx", "nginx",
"php7.0-fpm", "php7.0-fpm",