1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monitorix_ynh.git synced 2024-09-03 19:46:06 +02:00

Update manifest

This commit is contained in:
Josué Tille 2022-11-02 22:30:06 +01:00
parent 7522730a8e
commit 64bd3e8cb2
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
2 changed files with 12 additions and 6 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=http://www.monitorix.org/monitorix_3.14.0-izzy1_all.deb SOURCE_URL=http://www.monitorix.org/monitorix_3.14.0-izzy1_all.deb
SOURCE_SUM=b05e776f425a8b8873c8851b7e1861cefe23e512 SOURCE_SUM=ea9867a38eb660e6ecdee111ccd133a6c881933399f7a5b6fab412b61b34dfe1
# (Optional) Program to check the integrity (sha256sum, md5sum...) # (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256 # default: sha256
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum

View file

@ -6,15 +6,22 @@
"en": "A monitoring tools", "en": "A monitoring tools",
"fr": "Un outils de monitoring" "fr": "Un outils de monitoring"
}, },
"version": "3.13.1~ynh1", "version": "3.14.0~ynh2",
"url": "http://monitorix.org", "url": "http://monitorix.org",
"upstream": {
"license": "GPL-2.0",
"website": "http://monitorix.org",
"demo": "https://www.fibranet.cat/monitorix/",
"admindoc": "https://www.monitorix.org/documentation.html",
"code": "https://github.com/mikaku/Monitorix"
},
"license": "GPL-2.0", "license": "GPL-2.0",
"maintainer": { "maintainer": {
"name": "Josué Tille", "name": "Josué Tille",
"email": "josue@familletille.ch" "email": "josue@familletille.ch"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.1.2" "yunohost": ">= 4.3.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [
@ -22,11 +29,10 @@
"mysql" "mysql"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain"
"example": "example.com"
}, },
{ {
"name": "path", "name": "path",