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,13 +5,20 @@
|
|||
"en": "FreshRSS is a selfhostable RSS reader",
|
||||
"fr": "FreshRSS est un agrégateur de flux RSS à auto-héberger"
|
||||
},
|
||||
"developer": {
|
||||
"url": "http://freshrss.org/",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "plopoyop",
|
||||
"email": "plopoyop@gmail.com"
|
||||
},
|
||||
"multi_instance": "true",
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"ask": {
|
||||
|
|
Loading…
Add table
Reference in a new issue