definition.yml 773 B

123456789101112131415161718192021222324252627282930
  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. order: 2
  26. siteURL:
  27. type: String
  28. title: Rocket.chat Site URL
  29. hint: The base URL of your Rocket.chat site (e.g. https://example.rocket.chat)
  30. order: 3