whmcs.json 1.0 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "schema": "1.0",
  3. "type": "whmcs-provisioning",
  4. "name": "seafile",
  5. "license": "GPL",
  6. "category": "provisioning",
  7. "description": {
  8. "name": "Seafile",
  9. "tagline": "Seafile Provisioning Module for WHMCS.",
  10. "short": "Seafile users can be easily provoked with this module. The customer can also reset his Seafile password.",
  11. "long": "The module allows single-user provisioning of Seafile accounts. It implements a simple seafile hosting for private customers with only one account each. The hosting of corporate environments was deliberately omitted, because they get their own instance (VM) for their seafile data."
  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. }