1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

[enh] manifest: add url, license and services keys. developer key is now maintainer.

This commit is contained in:
Moul 2016-02-17 18:20:35 +01:00
parent 9804dd8501
commit a9cd4cc9d4

View file

@ -5,13 +5,20 @@
"en": "FreshRSS is a selfhostable RSS reader", "en": "FreshRSS is a selfhostable RSS reader",
"fr": "FreshRSS est un agrégateur de flux RSS à auto-héberger" "fr": "FreshRSS est un agrégateur de flux RSS à auto-héberger"
}, },
"developer": { "url": "http://freshrss.org/",
"license": "free",
"maintainer": {
"name": "plopoyop", "name": "plopoyop",
"email": "plopoyop@gmail.com" "email": "plopoyop@gmail.com"
}, },
"multi_instance": "true", "multi_instance": "true",
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"ask": { "ask": {