mirror of
https://github.com/YunoHost/example_ynh.git
synced 2024-09-03 20:06:13 +02:00
Update manifest.json
This commit is contained in:
parent
5d2ce99daf
commit
6c227362b9
1 changed files with 7 additions and 7 deletions
|
@ -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 d’application 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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue