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

add version, update licence, php service version

This commit is contained in:
Clément 2018-10-21 17:54:02 +02:00
parent 3a137d0bf4
commit 2d500ff03e

View file

@ -1,13 +1,14 @@
{ {
"name": "FreshRSS", "name": "FreshRSS",
"id": "freshrss", "id": "freshrss",
"version": "1.11.2",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"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"
}, },
"url": "http://freshrss.org/", "url": "http://freshrss.org/",
"license": "free", "license": "agpl-3.0",
"maintainer": { "maintainer": {
"name": "plopoyop", "name": "plopoyop",
"email": "plopoyop@gmail.com" "email": "plopoyop@gmail.com"
@ -18,7 +19,7 @@
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
"nginx", "nginx",
"php5-fpm", "php7-fpm",
"mysql" "mysql"
], ],
"arguments": { "arguments": {