mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
06dfbd7fc7
Co-authored-by: nmfretz <nmfretz@gmail.com>
78 lines
1.8 KiB
YAML
78 lines
1.8 KiB
YAML
manifestVersion: 1.1
|
|
id: gitea
|
|
category: developer
|
|
name: Gitea
|
|
version: "1.21.6"
|
|
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: ""
|
|
releaseNotes: >
|
|
SECURITY
|
|
|
|
- Fix XSS vulnerabilities
|
|
|
|
- Use general token signing secret
|
|
|
|
|
|
ENHANCEMENTS
|
|
|
|
- Refactor git version functions and check compatibility
|
|
|
|
- Improve user experience for outdated comments
|
|
|
|
- Hide code links on release page if user cannot read code
|
|
|
|
- Wrap contained tags and branches again
|
|
|
|
- Fix incorrect button CSS usages
|
|
|
|
- Strip trailing newline in markdown code copy
|
|
|
|
- Implement some action notifier functions
|
|
|
|
- Load outdated comments when (un)resolving conversation on PR timeline
|
|
|
|
|
|
As well as various bugfixes.
|
|
|
|
|
|
A full list of new features, improvements, and bug fixes can be found here: https://github.com/go-gitea/gitea/releases.
|
|
torOnly: false
|
|
submitter: Umbrel
|
|
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150
|