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",
|
||||
"id": "ynhexample",
|
||||
"name": "YunoHost Plexmediaserver",
|
||||
"id": "plex",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Example package for YunoHost application.",
|
||||
"fr": "Exemple de package d’application pour YunoHost."
|
||||
"en": "Plex Mediaserver",
|
||||
"fr": "Plex Mediaserver."
|
||||
},
|
||||
"version": "1.0~ynh1",
|
||||
"url": "https://example.com",
|
||||
"license": "free",
|
||||
"url": "https://www.plex.tv/",
|
||||
"license": "various",
|
||||
"maintainer": {
|
||||
"name": "John doe",
|
||||
"email": "john.doe@example.com",
|
||||
|
@ -17,7 +17,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 3.5"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.0-fpm",
|
||||
|
|
Loading…
Add table
Reference in a new issue