mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
Update manifest
This commit is contained in:
parent
a781f73d9b
commit
52bfd62792
1 changed files with 10 additions and 2 deletions
|
@ -1,17 +1,25 @@
|
||||||
{
|
{
|
||||||
"name": "DotClear 2",
|
"name": "DotClear 2",
|
||||||
"id": "dotclear2",
|
"id": "dotclear2",
|
||||||
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Blog publishing application",
|
"en": "Blog publishing application",
|
||||||
"fr": "Moteur de blog"
|
"fr": "Moteur de blog"
|
||||||
},
|
},
|
||||||
"license": "GPL-3",
|
"version": "2.14.3~ynh1",
|
||||||
|
"license": "GPL-2.0-or-later",
|
||||||
|
"url": "https://dotclear.org/",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "rgarrigue",
|
"name": "rgarrigue",
|
||||||
"email": "remy.garrigue@gmail.com",
|
"email": "remy.garrigue@gmail.com",
|
||||||
"url": "http://garrigue.re"
|
"url": "http://garrigue.re"
|
||||||
},
|
},
|
||||||
"multi_instance": "false",
|
"multi_instance": true,
|
||||||
|
"services": [
|
||||||
|
"nginx",
|
||||||
|
"php7.0-fpm",
|
||||||
|
"mysql"
|
||||||
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue