frappe_docker/apps.json
abounoone d44c0258e0 Add 11 new Frappe apps to apps.json
Mandatory:
- print_designer @ main   — visual print form designer
- offsite_backups @ v16   — S3/Dropbox/GDrive backups

Optional (business profile):
- drive @ main            — self-hosted file storage
- gameplan @ main         — team discussions (built for v16+)
- wiki @ develop          — internal knowledge base
- builder @ develop       — website/landing builder
- newsletter @ v16        — email newsletter management
- ecommerce_integrations @ v16 — Shopify/WooCommerce sync
- webshop @ develop       — self-hosted ecommerce
- lending @ develop       — loan management
- education @ develop     — school/university management

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 11:11:43 +00:00

21 lines
1.6 KiB
JSON

[
{ "url": "https://github.com/frappe/erpnext", "branch": "version-16" },
{ "url": "https://github.com/frappe/hrms", "branch": "version-16" },
{ "url": "https://github.com/frappe/payments", "branch": "develop" },
{ "url": "https://github.com/frappe/crm", "branch": "main" },
{ "url": "https://github.com/frappe/helpdesk", "branch": "main" },
{ "url": "https://github.com/frappe/telephony", "branch": "develop" },
{ "url": "https://github.com/frappe/insights", "branch": "main" },
{ "url": "https://github.com/frappe/lms", "branch": "main" },
{ "url": "https://github.com/frappe/print_designer", "branch": "main" },
{ "url": "https://github.com/frappe/wiki", "branch": "develop" },
{ "url": "https://github.com/frappe/gameplan", "branch": "main" },
{ "url": "https://github.com/frappe/drive", "branch": "main" },
{ "url": "https://github.com/frappe/builder", "branch": "develop" },
{ "url": "https://github.com/frappe/newsletter", "branch": "version-16" },
{ "url": "https://github.com/frappe/ecommerce_integrations", "branch": "version-16" },
{ "url": "https://github.com/frappe/webshop", "branch": "develop" },
{ "url": "https://github.com/frappe/lending", "branch": "develop" },
{ "url": "https://github.com/frappe/education", "branch": "develop" },
{ "url": "https://github.com/frappe/offsite_backups", "branch": "version-16" }
]