gitlab.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. identity:
  2. author: Leo.Wang
  3. name: gitlab
  4. label:
  5. en_US: GitLab
  6. zh_Hans: GitLab
  7. description:
  8. en_US: GitLab plugin, API v4 only.
  9. zh_Hans: 用于获取GitLab内容的插件,目前仅支持 API v4。
  10. icon: gitlab.svg
  11. credentials_for_provider:
  12. access_tokens:
  13. type: secret-input
  14. required: true
  15. label:
  16. en_US: GitLab access token
  17. zh_Hans: GitLab access token
  18. placeholder:
  19. en_US: Please input your GitLab access token
  20. zh_Hans: 请输入你的 GitLab access token
  21. help:
  22. en_US: Get your GitLab access token from GitLab
  23. zh_Hans: 从 GitLab 获取您的 access token
  24. url: https://docs.gitlab.com/16.9/ee/api/oauth2.html
  25. site_url:
  26. type: text-input
  27. required: false
  28. default: 'https://gitlab.com'
  29. label:
  30. en_US: GitLab site url
  31. zh_Hans: GitLab site url
  32. placeholder:
  33. en_US: Please input your GitLab site url
  34. zh_Hans: 请输入你的 GitLab site url
  35. help:
  36. en_US: Find your GitLab url
  37. zh_Hans: 找到你的 GitLab url
  38. url: https://gitlab.com/help