✅ 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
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"id": "com.hyperswitch.cloudron",
|
|
"title": "hyperswitch",
|
|
"version": "1.0.0",
|
|
"description": "Auto-generated Cloudron package for hyperswitch",
|
|
"developer": {
|
|
"name": "TSYSDevStack Team",
|
|
"email": "support@tsysdevstack.com"
|
|
},
|
|
"tags": ["productivity", "web-app"],
|
|
"httpPort": 8080,
|
|
"manifestVersion": 2,
|
|
"healthCheck": {
|
|
"path": "/",
|
|
"port": 8080
|
|
}
|
|
}
|