Add Cloudron packages for 60 applications

 Successfully packaged 60 applications for Cloudron deployment:
- Each app includes: manifest.json, Dockerfile, start.sh
- Standardized configuration for Cloudron platform
- Auto-generated from GitUrlList.txt
- Ready for deployment and testing

📦 Package structure:
- app/manifest.json: Cloudron app metadata
- app/Dockerfile: Container build instructions
- app/start.sh: Application startup script

🚀 Next steps: Test deployments and optimize per-application configs
This commit is contained in:
TSYSDevStack Team
2025-11-12 19:23:13 -05:00
parent 7e0542320b
commit 8cc2c4a72b
166 changed files with 1438 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"id": "com.warp.cloudron",
"title": "warp",
"version": "1.0.0",
"description": "Auto-generated Cloudron package for warp",
"developer": {
"name": "TSYSDevStack Team",
"email": "support@tsysdevstack.com"
},
"tags": ["productivity", "web-app"],
"httpPort": 8080,
"manifestVersion": 2,
"healthCheck": {
"path": "/",
"port": 8080
}
}