mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
44 lines
979 B
YAML
44 lines
979 B
YAML
manifestVersion: 1
|
|
id: gitea
|
|
category: Development
|
|
name: Gitea
|
|
version: "1.16.8"
|
|
tagline: A painless self-hosted Git service
|
|
description: >-
|
|
Gitea is a painless self-hosted Git service. It is similar to
|
|
GitHub, Bitbucket, and GitLab. It is a community managed lightweight code
|
|
hosting solution written in Go. Gitea's minimal requirements allow it to run
|
|
seamlessly on inexpensive hardware like a Raspberry Pi. Features:
|
|
|
|
|
|
- Fully self-hosted and private
|
|
|
|
- Issue tracker
|
|
|
|
- Account/Organization/Repository management
|
|
|
|
- Tor support
|
|
|
|
- Repository Git hooks/deploy keys
|
|
|
|
- Repository issues, pull requests and wiki
|
|
|
|
- Add/Remove repository collaborators
|
|
|
|
- Gravatar and custom source
|
|
|
|
- Admin panel
|
|
developer: Gitea
|
|
website: https://gitea.io/en-us/
|
|
dependencies: []
|
|
repo: https://github.com/go-gitea/gitea
|
|
support: https://discourse.gitea.io
|
|
port: 8085
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
path: ""
|
|
defaultUsername: ""
|
|
defaultPassword: ""
|
|
torOnly: false |