mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
105 lines
2.3 KiB
YAML
105 lines
2.3 KiB
YAML
manifestVersion: 1.1
|
|
id: gitea
|
|
category: developer
|
|
name: Gitea
|
|
version: "1.20.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 updates Gitea from 1.19.1 to 1.20.3.
|
|
A full list of new features, improvements, and bug fixes
|
|
for versions between 1.19.1 and 1.20.3 can be found here: https://github.com/go-gitea/gitea/releases.
|
|
|
|
|
|
Version 1.20.3 release notes highlights:
|
|
|
|
|
|
BREAKING
|
|
|
|
- Fix the wrong derive path
|
|
|
|
|
|
SECURITY
|
|
|
|
- Fix API leaking Usermail if not logged in
|
|
|
|
|
|
FEATURES
|
|
|
|
- Add ThreadID parameter for Telegram webhooks
|
|
|
|
|
|
ENHANCEMENTS
|
|
|
|
- Add minimum polyfill to support "relative-time-element" in PaleMoon
|
|
|
|
- Move dropzone progress bar to bottom to show filename when uploading
|
|
|
|
- Fix dark theme highlight for "NameNamespace"
|
|
|
|
- Display human-readable text instead of cryptic filemodes
|
|
|
|
- Warn instead of reporting an error when a webhook cannot be found
|
|
|
|
- Use 'object-fit: contain' for oauth2 custom icons
|
|
|
|
- Fix the topic validation rule and suport dots
|
|
|
|
|
|
BUGFIXES
|
|
|
|
- Fix "issueReposQueryPattern does not match query"
|
|
|
|
- Fix incorrect CLI exit code and duplicate error message
|
|
|
|
- Fix storage path logic especially for relative paths
|
|
|
|
- Fix attachment clipboard copy on insecure origin
|
|
|
|
- Fix wrong middleware sequence
|
|
|
|
- Avoiding accessing undefined tributeValues
|
|
|
|
- Fix admin queue page title and fix CI failures
|
|
|
|
|
|
torOnly: false
|
|
submitter: Umbrel
|
|
submission: https://github.com/getumbrel/umbrel/commit/d62e00353917143a3a10d3b376859f51b665d150
|