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:
parent
9804dd8501
commit
a9cd4cc9d4
1 changed files with 9 additions and 2 deletions
|
@ -5,11 +5,18 @@
|
||||||
"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": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue