Chore: remove sourceforge and translation service from status page as it doesn't work anyway

This commit is contained in:
Pieter Vander Vennet 2025-06-18 16:05:19 +02:00
parent 0153477995
commit d122ae9ee2

View file

@ -340,26 +340,6 @@
}), }),
}) })
} }
{
services.push({
name: "Version Control Server (Forgéjo)",
status: testDownload("https://source.mapcomplete.org", true).mapD((r) => {
if (r["success"]) {
return "online"
}
return "offline"
}),
})
services.push({
name: "Translation service (Weblate)",
status: testDownload("https://translate.mapcomplete.org", true).mapD((r) => {
if (r["success"]) {
return "online"
}
return "offline"
}),
})
}
let all = new UIEventSource<"online" | "degraded" | "offline">("online") let all = new UIEventSource<"online" | "degraded" | "offline">("online")
let someLoading = new UIEventSource(true) let someLoading = new UIEventSource(true)