mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
b6a3980413
Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
105 lines
2.3 KiB
YAML
105 lines
2.3 KiB
YAML
manifestVersion: 1.1
|
|
id: gitea
|
|
category: Development
|
|
name: Gitea
|
|
version: "1.19.1"
|
|
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 updates Gitea from 1.18.5 to 1.19.1.
|
|
A full list of new features, improvements, and bug fixes
|
|
for versions between 1.18.5 and 1.19.1 can be found here: https://github.com/go-gitea/gitea/releases.
|
|
|
|
|
|
Version 1.19.1 release notes highlights:
|
|
|
|
|
|
FEATURES
|
|
|
|
- Gitea Actions
|
|
|
|
- Citing repos
|
|
|
|
- Copy file content
|
|
|
|
- Pre-built FreeBSD binaries
|
|
|
|
- Highlight Note and Warning in markdown quotes
|
|
|
|
- Projects for organizations/users
|
|
|
|
- Referencing commits across repos
|
|
|
|
- Reply by email
|
|
|
|
|
|
ENHANCEMENTS
|
|
|
|
- Add card type to org/user level project on creation, edit and view
|
|
|
|
- Refactor commit status for Actions jobs
|
|
|
|
- Show errors for KaTeX and mermaid on the preview tab
|
|
|
|
- Show protected branch rule names again
|
|
|
|
- Adjust sticky PR header to cover background
|
|
|
|
- Discolor pull request tab labels
|
|
|
|
|
|
BUGFIXES
|
|
|
|
- Improve error logging for LFS
|
|
|
|
- Fix custom mailer template on Windows platform
|
|
|
|
- Update the value of diffEnd when clicking the Show More button in the DiffFileTree
|
|
|
|
- Make label templates have consistent behavior and priority
|
|
|
|
- Fix accidental overwriting of LDAP team memberships
|
|
|
|
- Fix branch protection priority
|
|
|
|
|
|
torOnly: false
|
|
submitter: Umbrel
|
|
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150
|