From 4345c2a90da91e9c8c82387e1a9268906e212106 Mon Sep 17 00:00:00 2001 From: T I Z E N Date: Thu, 22 May 2025 19:00:19 +0200 Subject: [PATCH 1/3] Add "Freifunk@Aalen" by [Hackwerk Aalen](https://aalen.space) --- directory.json | 1 + 1 file changed, 1 insertion(+) diff --git a/directory.json b/directory.json index db833ac..7953ec9 100644 --- a/directory.json +++ b/directory.json @@ -1,6 +1,7 @@ { "aachen" : "https://raw.githubusercontent.com/ffac/api-file/master/acffapi.json", "adorf" : "https://mapdata.freifunk-vogtland.net/ffapi-A.json", + "aalen" : "https://gitlab.com/sfz.aalen/hackwerk/freifunk/website/-/blob/main/src/.well-known/api/freifunk-aalen.json", "allendorf" : "https://freifunk-nordhessen.de/FreifunkEderbergland-api.json", "altdorf" : "https://raw.githubusercontent.com/tecff/freifunk.net-API/master/altdorf.freifunk.net.json", "altenkirchen": "https://freifunk-westerwald.de/api-ak.json", From 510b681c84954b0faa5a113fac317a8c0b143a4e Mon Sep 17 00:00:00 2001 From: T I Z E N Date: Thu, 22 May 2025 20:30:55 +0000 Subject: [PATCH 2/3] add freifunk@aalen --- directory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directory.json b/directory.json index 7953ec9..a5e797c 100644 --- a/directory.json +++ b/directory.json @@ -1,7 +1,7 @@ { "aachen" : "https://raw.githubusercontent.com/ffac/api-file/master/acffapi.json", "adorf" : "https://mapdata.freifunk-vogtland.net/ffapi-A.json", - "aalen" : "https://gitlab.com/sfz.aalen/hackwerk/freifunk/website/-/blob/main/src/.well-known/api/freifunk-aalen.json", + "aalen" : "https://aalen.freifunk.net/.well-known/api/freifunk-aalen.json", "allendorf" : "https://freifunk-nordhessen.de/FreifunkEderbergland-api.json", "altdorf" : "https://raw.githubusercontent.com/tecff/freifunk.net-API/master/altdorf.freifunk.net.json", "altenkirchen": "https://freifunk-westerwald.de/api-ak.json", From 78d037cb6e42ed8acb6ac01db6a3d9337a219309 Mon Sep 17 00:00:00 2001 From: T I Z E N Date: Sun, 25 May 2025 21:46:39 +0000 Subject: [PATCH 3/3] Rremove ".well-known" in the URL-Path --- directory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directory.json b/directory.json index a5e797c..7d61eaa 100644 --- a/directory.json +++ b/directory.json @@ -1,7 +1,7 @@ { "aachen" : "https://raw.githubusercontent.com/ffac/api-file/master/acffapi.json", "adorf" : "https://mapdata.freifunk-vogtland.net/ffapi-A.json", - "aalen" : "https://aalen.freifunk.net/.well-known/api/freifunk-aalen.json", + "aalen" : "https://aalen.freifunk.net/api/freifunk-aalen.json", "allendorf" : "https://freifunk-nordhessen.de/FreifunkEderbergland-api.json", "altdorf" : "https://raw.githubusercontent.com/tecff/freifunk.net-API/master/altdorf.freifunk.net.json", "altenkirchen": "https://freifunk-westerwald.de/api-ak.json",