Fix DynDns Updater: Flask not FastAPI in Python section

This commit is contained in:
2026-09-11 21:34:27 +02:00
parent b2b06dd9a5
commit 964f7eda81
+2 -1
View File
@@ -188,7 +188,8 @@ layout: stefankoelle.njk
<ul> <ul>
<li>Working with Python since 2020 on private projects, home lab tooling, and automation scripts.</li> <li>Working with Python since 2020 on private projects, home lab tooling, and automation scripts.</li>
<li>Since this year, increasingly using Python for home network projects, with development accelerated by AI-assisted workflows in OpenCode.</li> <li>Since this year, increasingly using Python for home network projects, with development accelerated by AI-assisted workflows in OpenCode.</li>
<li><b>FastAPI web projects:</b> <a href="https://github.com/skoelle/calender_sync" target="_blank">Google Calendar Sync</a>, <a href="https://github.com/skoelle/mvg-departures" target="_blank">MVG Departures</a>, <a href="https://github.com/skoelle/icloud-contacts-sync" target="_blank">iCloud Contacts Sync</a>, and <a href="https://github.com/skoelle/dyndns-updater" target="_blank">DynDns Updater</a>.</li> <li><b>FastAPI web projects:</b> <a href="https://github.com/skoelle/calender_sync" target="_blank">Google Calendar Sync</a>, <a href="https://github.com/skoelle/mvg-departures" target="_blank">MVG Departures</a>, <a href="https://github.com/skoelle/icloud-contacts-sync" target="_blank">iCloud Contacts Sync</a>.</li>
<li><b>Flask:</b> <a href="https://github.com/skoelle/dyndns-updater" target="_blank">DynDns Updater</a>, a Cloudflare + FreeDNS DynDNS updater for FritzBox as a Docker container.</li>
</ul> </ul>
<h3>Arduino / PlatformIO</h3> <h3>Arduino / PlatformIO</h3>