definition.yml 725 B

1234567891011121314151617181920212223242526272829
  1. key: rocketchat
  2. title: Rocket.chat
  3. description: Communicate and collaborate with your team, share files, chat in real-time, or switch to video/audio conferencing.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/rocketchat.svg
  6. color: red accent-3
  7. website: https://rocket.chat/
  8. isAvailable: true
  9. useForm: false
  10. scopes:
  11. - openid
  12. - profile
  13. - email
  14. props:
  15. clientId:
  16. type: String
  17. title: Client ID
  18. hint: Application Client ID
  19. order: 1
  20. clientSecret:
  21. type: String
  22. title: Client Secret
  23. hint: Application Client Secret
  24. order: 2
  25. siteURL:
  26. type: String
  27. title: Rocket.chat Site URL
  28. hint: The base URL of your Rocket.chat site (e.g. https://example.rocket.chat)
  29. order: 3