mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
57 lines
1.5 KiB
YAML
57 lines
1.5 KiB
YAML
manifestVersion: 1.1
|
|
id: gitea
|
|
category: developer
|
|
name: Gitea
|
|
version: "1.22.3"
|
|
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: >
|
|
This release includes various bug fixes and improvements, including:
|
|
|
|
|
|
- Enhanced security for API endpoints and public key management
|
|
- Improved performance for action table data loading
|
|
- Fixed issues with branch protection, migrations, and pull request handling
|
|
- Resolved several UI and display issues
|
|
|
|
|
|
As always, please review the full release notes for any changes that may affect your setup: https://github.com/go-gitea/gitea/releases
|
|
torOnly: false
|
|
submitter: Umbrel
|
|
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150 |