whmcs.json 1.0 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "schema": "1.0",
  3. "type": "whmcs-provisioning",
  4. "name": "nextcloud",
  5. "license": "GPL",
  6. "category": "provisioning",
  7. "description": {
  8. "name": "Nextcloud",
  9. "tagline": "Nextcloud Provisioning Module for WHMCS.",
  10. "short": "Nextcloud users can be easily provoked with this module. The customer can also reset his Nextcloud password.",
  11. "long": "The module allows single-user provisioning of Nextcloud accounts. It implements a simple nextcloud. 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 nextcloud 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. }