frappe_docker/dokploy/apps.json
ubden a1e4c60206 fix: Resolve YAML alias error and update Frappe application branches for compatibility
- Corrected YAML syntax in `.pre-commit-config.yaml` to fix alias errors.
- Updated application branches in `apps.json` and `Dockerfile` to reflect actual existing branches for Frappe apps.
- Introduced new applications (HRMS, Helpdesk) and removed incompatible ones.
- Enhanced documentation in `APPS_INFO.md` and `README.md` to reflect changes and ensure clarity on application compatibility.
2025-10-13 23:29:04 +03:00

40 lines
750 B
JSON

[
{
"url": "https://github.com/frappe/erpnext.git",
"branch": "version-15"
},
{
"url": "https://github.com/frappe/hrms.git",
"branch": "version-15"
},
{
"url": "https://github.com/frappe/crm.git",
"branch": "main"
},
{
"url": "https://github.com/frappe/helpdesk.git",
"branch": "main"
},
{
"url": "https://github.com/frappe/lms.git",
"branch": "main"
},
{
"url": "https://github.com/frappe/builder.git",
"branch": "main"
},
{
"url": "https://github.com/frappe/print_designer.git",
"branch": "main"
},
{
"url": "https://github.com/frappe/payments.git",
"branch": "main"
},
{
"url": "https://github.com/frappe/wiki.git",
"branch": "main"
}
]