frappe_docker/dokploy/apps.json
ubden 10bcb6a2c9 refactor: Update Dokploy applications for Frappe v15 compatibility and enhance pre-commit configuration
- Updated application branches in `apps.json` and `Dockerfile` to use `version-15` for compatibility with Frappe v15.
- Removed incompatible applications (Twilio Integration, ERPNext Shipping) and documented changes in `APPS_INFO.md`.
- Introduced a new `.pre-commit-config.yaml` for linting and formatting with specific exclusions.
- Fixed linting issues in `install.sh` and added shellcheck directives for better script validation.
- Created `LINT_FIX_COMPLETE.md` to summarize linting fixes and application updates.
2025-10-13 23:13:01 +03:00

32 lines
612 B
JSON

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