definition.yml 964 B

12345678910111213141516171819202122232425262728293031323334353637
  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. icon: /_assets/icons/ultraviolet-rocketchat.svg
  7. color: red accent-3
  8. website: https://rocket.chat/
  9. isAvailable: true
  10. useForm: false
  11. scopes:
  12. - openid
  13. - profile
  14. - email
  15. props:
  16. clientId:
  17. type: String
  18. title: Client ID
  19. hint: Application Client ID
  20. order: 1
  21. clientSecret:
  22. type: String
  23. title: Client Secret
  24. hint: Application Client Secret
  25. sensitive: true
  26. order: 2
  27. siteURL:
  28. type: String
  29. title: Rocket.chat Site URL
  30. hint: The base URL of your Rocket.chat site (e.g. https://example.rocket.chat)
  31. order: 3
  32. refs:
  33. callbackUrl:
  34. title: Authorization Callback URL
  35. hint: The callback endpoint to input on Rocket.chat.
  36. icon: back
  37. value: '{host}/login/{id}/callback'