first commit

This commit is contained in:
2026-04-13 08:32:28 +02:00
commit 1074a91487
72 changed files with 4078 additions and 0 deletions

24
CloudronManifest.json Normal file
View File

@@ -0,0 +1,24 @@
{
"id": "io.putzliga.app",
"title": "Putzliga",
"author": "hnzio <mail@example.com>",
"description": "Spielerische Haushalts-App mit Aufgaben, Punkten, Monats-Highscore, Kalender und PWA-Push.",
"tagline": "Haushalt mit Liga-Gefühl",
"version": "1.0.0",
"manifestVersion": 2,
"healthCheckPath": "/healthz",
"httpPort": 8000,
"addons": {
"localstorage": {}
},
"contactEmail": "admin@example.com",
"icon": "file://icon.png",
"tags": [
"household",
"tasks",
"pwa",
"productivity",
"flask"
],
"memoryLimit": 268435456
}