From 923e6762cac93de93992f3176fb644d674af253f Mon Sep 17 00:00:00 2001 From: Novelli Date: Wed, 30 Dec 2020 01:40:32 +0100 Subject: [PATCH 1/4] Add kompot.si to libreho.st and fix minor error with comma after the end of the last item of json. --- directory.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/directory.json b/directory.json index 472bf60..bcb96b4 100644 --- a/directory.json +++ b/directory.json @@ -19,5 +19,6 @@ "Stin Priza" : "https://stinpriza.org/librehost.json", "Webarchitects Cooperative" : "https://www.webarchitects.coop/librehost-api/librehost.json", "weho.st" : "https://weho.st/librehost.json", -"zot.host" : "https://zot.host/librehost.json" +"zot.host" : "https://zot.host/librehost.json", +"kompot.si" : "https://kompot.si/librehost.json" } -- GitLab From 14892aff0956a9e9d93f1e25b118b5b2a098dbc9 Mon Sep 17 00:00:00 2001 From: Novelli Date: Wed, 30 Dec 2020 19:07:10 +0100 Subject: [PATCH 2/4] Update directory.json with kompot.si. --- directory.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/directory.json b/directory.json index 472bf60..bcb96b4 100644 --- a/directory.json +++ b/directory.json @@ -19,5 +19,6 @@ "Stin Priza" : "https://stinpriza.org/librehost.json", "Webarchitects Cooperative" : "https://www.webarchitects.coop/librehost-api/librehost.json", "weho.st" : "https://weho.st/librehost.json", -"zot.host" : "https://zot.host/librehost.json" +"zot.host" : "https://zot.host/librehost.json", +"kompot.si" : "https://kompot.si/librehost.json" } -- GitLab From c3083a1aec6c708c584a0b13728bef04c8170a6c Mon Sep 17 00:00:00 2001 From: Lio Novelli Date: Tue, 23 Aug 2022 11:45:25 +0200 Subject: [PATCH 3/4] Add kompot.si to libreho.st in alphabetic order. --- directory.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/directory.json b/directory.json index bcb96b4..1e2876d 100644 --- a/directory.json +++ b/directory.json @@ -9,6 +9,7 @@ "Hostsharing eG" : "https://www.hostsharing.net/librehost.json", "Indie.Host" : "https://indie.host/librehost.json", "Infini" : "https://www.infini.fr/librehost.json", +"kompot.si" : "https://kompot.si/librehost.json", "LibreOps" : "https://libreops.cc/librehost.json", "LinuxPizza" : "https://linux.pizza/librehost.json", "NixNet" : "https://nixnet.services/librehost.json", @@ -19,6 +20,5 @@ "Stin Priza" : "https://stinpriza.org/librehost.json", "Webarchitects Cooperative" : "https://www.webarchitects.coop/librehost-api/librehost.json", "weho.st" : "https://weho.st/librehost.json", -"zot.host" : "https://zot.host/librehost.json", -"kompot.si" : "https://kompot.si/librehost.json" +"zot.host" : "https://zot.host/librehost.json" } -- GitLab From 3acfecb186dfa4b30438c9b4bf6f646d43fdfd6e Mon Sep 17 00:00:00 2001 From: Novelli Date: Tue, 23 Aug 2022 09:48:38 +0000 Subject: [PATCH 4/4] Add kompot.si to libreho.st in alphabetic order. --- directory.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/directory.json b/directory.json index bcb96b4..1e2876d 100644 --- a/directory.json +++ b/directory.json @@ -9,6 +9,7 @@ "Hostsharing eG" : "https://www.hostsharing.net/librehost.json", "Indie.Host" : "https://indie.host/librehost.json", "Infini" : "https://www.infini.fr/librehost.json", +"kompot.si" : "https://kompot.si/librehost.json", "LibreOps" : "https://libreops.cc/librehost.json", "LinuxPizza" : "https://linux.pizza/librehost.json", "NixNet" : "https://nixnet.services/librehost.json", @@ -19,6 +20,5 @@ "Stin Priza" : "https://stinpriza.org/librehost.json", "Webarchitects Cooperative" : "https://www.webarchitects.coop/librehost-api/librehost.json", "weho.st" : "https://weho.st/librehost.json", -"zot.host" : "https://zot.host/librehost.json", -"kompot.si" : "https://kompot.si/librehost.json" +"zot.host" : "https://zot.host/librehost.json" } -- GitLab