Added Descriptions

This commit is contained in:
WilliamMiceli
2019-02-09 18:23:04 -05:00
parent 4e76690e14
commit 4a51e6ec47
25 changed files with 60 additions and 21 deletions

View File

@@ -1,4 +1,6 @@
# Gitea
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and Gitlab. Gitea is a fork of Gogs. The goal of this project is to provide the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across all platforms and architectures that Go supports. This support includes Linux, macOS, and Windows, on architectures like amd64, i386, ARM, PowerPC, and others.
## Known Issues
* SSH capabilities not yet functional
* SSH capabilities not yet functional due to Traefik limitation

View File

@@ -1,6 +1,6 @@
name: Gitea
description: |
Status: EXPERIMENTAL
Gitea is a community managed fork of Gogs, lightweight code hosting solution.
version: latest
# category:
maintainer: WilliamMiceli