Scaffold Cloudron packaging workspace and automation

This commit is contained in:
2025-10-02 12:07:09 -05:00
parent b4121cc932
commit 482d4ff1b8
414 changed files with 6837 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
{
"manifestVersion": 2,
"id": "com.knel.swupdate",
"title": "swupdate",
"author": "Known Element Packaging Team",
"tagline": "TODO: Short one-line pitch",
"description": "TODO: Comprehensive description for the Cloudron App Store entry.",
"changelog": "Initial scaffold",
"website": "https://github.com/sbabic/swupdate",
"supportUrl": "https://projects.knownelement.com/issues/326",
"sourceUrl": "https://github.com/sbabic/swupdate.git",
"version": "0.1.0",
"tags": ["custom", "known-element"],
"healthCheckPath": "/",
"memoryLimit": 536870912,
"httpPort": 3000,
"addons": {
"localstorage": {}
}
}