whmcs.json 1.0 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "schema": "1.0",
  3. "type": "whmcs-provisioning",
  4. "name": "zimbrasingle",
  5. "license": "GPL",
  6. "category": "provisioning",
  7. "description": {
  8. "name": "ZimbraSingle",
  9. "tagline": "Zimbra Single Account Provisioning Module for WHMCS.",
  10. "short": "Provides Zimbra Account Provisioning for single accounts. The customer can also reset his zimbra password.",
  11. "long": "The module allows single-user provisioning of Zimbra accounts. It implements a simple seafile hosting for private customers with only one account each. The hosting of corporate environments was deliberately omitted, because its provided by the Modulesgarden Module."
  12. },
  13. "logo": {
  14. "filename": "logo.png"
  15. },
  16. "support": {
  17. "homepage": "https://www.thurdata.ch/whmcs",
  18. "learn_more": "https://www.thurdata.ch/whmcs/#features",
  19. "support_url": "https://www.thurdata.ch/support",
  20. "docs_url": "https://www.thudata.ch/whmcs/docs"
  21. },
  22. "authors": [
  23. {
  24. "name": "Thurdata GmbH",
  25. "homepage": "https://www.thurdata.ch/"
  26. }
  27. ]
  28. }