prepare cloudron 0.2.1 data persistence

This commit is contained in:
2026-04-12 12:26:27 +02:00
parent 31287813c8
commit a8b7eb09df
3 changed files with 20 additions and 3 deletions
+8 -2
View File
@@ -4,12 +4,18 @@
"author": "Florian Heinz",
"description": "Private Flask app for meals, shopping and gentle food planning",
"tagline": "einfach essen planen",
"version": "0.2.0",
"version": "0.2.1",
"upstreamVersion": "0.2.0",
"healthCheckPath": "/",
"httpPort": 8000,
"manifestVersion": 2,
"addons": {
"localstorage": {}
"localstorage": {
"sqlite": {
"paths": [
"/app/data/nouri.sqlite3"
]
}
}
}
}