app-store/apps/gitea/config.json

18 lines
661 B
JSON
Raw Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "Gitea",
"port": 8108,
"available": true,
"id": "gitea",
2022-10-14 16:33:36 +00:00
"tipi_version": 2,
"version": "1.17.2",
"categories": [
"development"
],
2022-07-28 17:46:12 +00:00
"description": "Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork.",
"short_desc": "Gitea - Git with a cup of tea · A painless self-hosted Git service. · Cross-platform · Easy to install · Lightweight · Open Source.",
"author": "go-gitea",
"source": "https://github.com/go-gitea/gitea",
"form_fields": []
}