code.moonweb.org repo updates

This commit is contained in:
2026-08-15 00:17:53 +02:00
parent bbeddf2440
commit 8382742a5c
6 changed files with 243 additions and 94 deletions
+3
View File
@@ -59,6 +59,9 @@ def main():
meta = fetch_moonweb_yml(repo["name"])
if not meta or meta.get("category") != "code":
continue
meta.setdefault("repo", repo["name"])
meta.setdefault("repo_url", repo["html_url"])
meta.setdefault("summary", repo.get("description", ""))
entries.append(meta)
entries.sort(key=lambda e: (e.get("subcategory", ""), e.get("title", "")))
@@ -1,8 +1,6 @@
title: "MVG Departures"
emoji: "🚆"
category: code
subcategory: "Web Apps"
subcategory: "Smart Home Apps"
status: active
stack: [Python, FastAPI]
hosted_on: "Docker Host Debian (PVE)"
summary: "Compact MVG/S-Bahn departure monitor with configurable stations."
repo_url: "https://github.com/skoelle/mvg-departures"