From 7921555154b9fde76052495cce78a85c4fd229c4 Mon Sep 17 00:00:00 2001 From: BenoitCier Date: Wed, 20 Jan 2021 22:04:23 +0100 Subject: [PATCH 1/2] add PHP Sevrer Mon Apps --- apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.json b/apps.json index ff19b428..9e1a2730 100644 --- a/apps.json +++ b/apps.json @@ -2401,6 +2401,12 @@ ], "url": "https://github.com/YunoHost-apps/phpmyadmin_ynh" }, + "phpservermon": { + "branch": "master", + "revision": "04c1ee06843ea4a7fd00b4eb6c381286f2562f1b", + "state": "working", + "url": "https://github.com/YunoHost-Apps/phpservermon_ynh" + }, "phpsysinfo": { "branch": "master", "category": "system_tools", From 9c4c1ca3f66dc2aec9fb5260018728569434e955 Mon Sep 17 00:00:00 2001 From: BenoitCier Date: Sat, 23 Jan 2021 21:56:50 +0100 Subject: [PATCH 2/2] Update phpservermon apps --- apps.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 9e1a2730..eeac344b 100644 --- a/apps.json +++ b/apps.json @@ -2403,8 +2403,13 @@ }, "phpservermon": { "branch": "master", - "revision": "04c1ee06843ea4a7fd00b4eb6c381286f2562f1b", + "category": "system_tools", + "maintained": true, + "revision": "HEAD", "state": "working", + "subtags": [ + "monitoring" + ], "url": "https://github.com/YunoHost-Apps/phpservermon_ynh" }, "phpsysinfo": {