From 9b4fa884702106d85657bfb8b508570620b3b136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Thu, 17 Nov 2022 10:31:48 +0100 Subject: [PATCH 1/4] Add ntfy to catalog --- apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.json b/apps.json index 805c75f1..91f99dc9 100644 --- a/apps.json +++ b/apps.json @@ -2939,6 +2939,12 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/nomad_ynh" }, + "ntfy": { + "category": "dev", + "state": "working", + "url": "https://codeberg.org/l-x/ntfy_ynh.git", + "branch": "main" + }, "ntopng": { "category": "system_tools", "revision": "151c74065ac8d97ed6a1c1b8f4158f2a95e33ebb", From 5e6e8cb82bd83581b3825e3d3340134ebb7f3e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Thu, 17 Nov 2022 17:13:03 +0100 Subject: [PATCH 2/4] Switch to gh repo --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 91f99dc9..eacf926f 100644 --- a/apps.json +++ b/apps.json @@ -2942,7 +2942,7 @@ "ntfy": { "category": "dev", "state": "working", - "url": "https://codeberg.org/l-x/ntfy_ynh.git", + "url": "https://github.com/l-x/ntfy_ynh.git", "branch": "main" }, "ntopng": { From 06910606b855181569d40157042fca5340004d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 18 Nov 2022 10:53:16 +0100 Subject: [PATCH 3/4] Switch to yunohost's repo --- apps.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps.json b/apps.json index eacf926f..afe17f1c 100644 --- a/apps.json +++ b/apps.json @@ -2942,8 +2942,7 @@ "ntfy": { "category": "dev", "state": "working", - "url": "https://github.com/l-x/ntfy_ynh.git", - "branch": "main" + "url": "https://github.com/YunoHost-Apps/ntfy_ynh.git" }, "ntopng": { "category": "system_tools", From f0fced631763078e7d2dbcfdd09e9b82bb66d8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Nov 2022 15:47:00 +0100 Subject: [PATCH 4/4] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index afe17f1c..3e7c2ed3 100644 --- a/apps.json +++ b/apps.json @@ -2942,7 +2942,7 @@ "ntfy": { "category": "dev", "state": "working", - "url": "https://github.com/YunoHost-Apps/ntfy_ynh.git" + "url": "https://github.com/YunoHost-Apps/ntfy_ynh" }, "ntopng": { "category": "system_tools",