gitea.json 846 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "comment": "Git with a cup of tea, painless self-hosted git service",
  3. "formats_read": [],
  4. "formats_write": [],
  5. "generic_name": [
  6. "Git Service",
  7. "File Hosting",
  8. "Decentralized"
  9. ],
  10. "interface": [
  11. "HTML5"
  12. ],
  13. "issues": [],
  14. "languages": [
  15. "Go"
  16. ],
  17. "licenses": [
  18. "MIT"
  19. ],
  20. "links": {
  21. "documentation": "https://docs.gitea.io/en-us/",
  22. "git": "https://github.com/go-gitea/gitea",
  23. "icon": "https://upload.wikimedia.org/wikipedia/commons/b/bb/Gitea_Logo.svg",
  24. "website": "https://gitea.io/",
  25. "wikipedia": "https://en.wikipedia.org/wiki/Gitea"
  26. },
  27. "names": [
  28. "Gitea"
  29. ],
  30. "networks_read": [
  31. "git"
  32. ],
  33. "networks_write": [
  34. "git"
  35. ],
  36. "platforms": [
  37. "Web"
  38. ]
  39. }