Downloads:
22,972
Downloads of v 1.21.8:
216
Last Update:
14 Mar 2024
Package Maintainer(s):
Software Author(s):
- Gitea
Tags:
gitea git- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Gitea
This is not the latest version of Gitea available.
- 1
- 2
- 3
1.21.8 | Updated: 14 Mar 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
22,972
Downloads of v 1.21.8:
216
Maintainer(s):
Software Author(s):
- Gitea
Gitea 1.21.8
This is not the latest version of Gitea available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Gitea. The inclusion of Gitea trademark(s), if any, upon this webpage is solely to identify Gitea goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Gitea, run the following command from the command line or from PowerShell:
To upgrade Gitea, run the following command from the command line or from PowerShell:
To uninstall Gitea, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download gitea --internalize --version=1.21.8 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade gitea -y --source="'INTERNAL REPO URL'" --version="'1.21.8'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gitea -y --source="'INTERNAL REPO URL'" --version="'1.21.8'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gitea
win_chocolatey:
name: gitea
version: '1.21.8'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gitea' do
action :install
source 'INTERNAL REPO URL'
version '1.21.8'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gitea
{
Name = "gitea"
Version = "1.21.8"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gitea':
ensure => '1.21.8',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 14 Mar 2024.
Gitea is a lightweight code hosting solution written in Go and published under the MIT license.
Log in or click on link to see number of positives.
- gitea.1.21.8.nupkg (20ac9e29a2df) - ## / 63
- gitea-1.21.8-windows-4.0-amd64.exe (008152080eb6) - ## / 70
- gitea-1.21.8-windows-4.0-386.exe (fc8866f048f7) - ## / 71
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Gitea 1.23.1 | 179 | Monday, January 13, 2025 | Approved | |
Gitea 1.22.6 | 38 | Friday, January 10, 2025 | Approved | |
Gitea 1.22.5 | 162 | Wednesday, December 11, 2024 | Approved | |
Gitea 1.22.4 | 17 | Wednesday, December 11, 2024 | Approved | |
Gitea 1.22.3 | 100 | Monday, November 25, 2024 | Approved | |
Gitea 1.22.2 | 363 | Friday, September 6, 2024 | Approved | |
Gitea 1.22.1 | 27 | Thursday, September 5, 2024 | Approved | |
Gitea 1.22.0 | 276 | Thursday, July 4, 2024 | Approved | |
Gitea 1.21.11 | 355 | Sunday, April 21, 2024 | Approved | |
Gitea 1.21.8 | 216 | Thursday, March 14, 2024 | Approved | |
Gitea 1.21.7 | 134 | Thursday, February 29, 2024 | Approved | |
Gitea 1.21.0 | 453 | Tuesday, November 14, 2023 | Approved | |
Gitea 1.20.4 | 350 | Thursday, September 28, 2023 | Approved | |
Gitea 1.20.2 | 316 | Sunday, July 30, 2023 | Approved | |
Gitea 1.20.0 | 132 | Monday, July 17, 2023 | Approved | |
Gitea 1.19.0 | 557 | Monday, April 3, 2023 | Approved | |
Gitea 1.18.5 | 339 | Tuesday, February 21, 2023 | Approved | |
Gitea 1.18.3 | 248 | Monday, January 23, 2023 | Approved | |
Gitea 1.18.2 | 92 | Friday, January 20, 2023 | Approved | |
Gitea 1.18.1 | 88 | Tuesday, January 17, 2023 | Approved | |
Gitea 1.18.0 | 159 | Tuesday, January 3, 2023 | Approved | |
Gitea 1.17.4 | 133 | Thursday, December 22, 2022 | Approved | |
Gitea 1.17.3 | 430 | Tuesday, October 18, 2022 | Approved | |
Gitea 1.17.1 | 475 | Thursday, August 18, 2022 | Approved | |
Gitea 1.17.0 | 195 | Sunday, July 31, 2022 | Approved | |
Gitea 1.16.8 | 553 | Monday, May 16, 2022 | Approved | |
Gitea 1.16.7 | 201 | Monday, May 2, 2022 | Approved | |
Gitea 1.16.6 | 165 | Thursday, April 21, 2022 | Approved | |
Gitea 1.16.5 | 291 | Thursday, March 24, 2022 | Approved | |
Gitea 1.16.4 | 164 | Monday, March 14, 2022 | Approved | |
Gitea 1.16.3 | 167 | Thursday, March 3, 2022 | Approved | |
Gitea 1.16.2 | 134 | Thursday, February 24, 2022 | Approved | |
Gitea 1.16.0 | 285 | Monday, January 31, 2022 | Approved | |
Gitea 1.15.10 | 235 | Friday, January 14, 2022 | Approved | |
Gitea 1.15.9 | 227 | Thursday, December 30, 2021 | Approved | |
Gitea 1.15.8 | 162 | Thursday, December 23, 2021 | Approved | |
Gitea 1.15.6 | 381 | Monday, November 1, 2021 | Approved | |
Gitea 1.15.4 | 243 | Sunday, October 10, 2021 | Approved | |
Gitea 1.15.3 | 174 | Friday, September 24, 2021 | Approved | |
Gitea 1.15.2 | 211 | Friday, September 3, 2021 | Approved | |
Gitea 1.15.0 | 210 | Sunday, August 22, 2021 | Approved | |
Gitea 1.14.6 | 225 | Friday, August 6, 2021 | Approved | |
Gitea 1.14.5 | 174 | Saturday, July 24, 2021 | Approved | |
Gitea 1.14.4 | 178 | Wednesday, July 14, 2021 | Approved | |
Gitea 1.14.3 | 215 | Friday, June 18, 2021 | Approved | |
Gitea 1.14.2 | 362 | Monday, May 10, 2021 | Approved | |
Gitea 1.14.0-rc2 | 178 | Tuesday, March 23, 2021 | Approved | |
Gitea 1.13.6 | 300 | Wednesday, March 24, 2021 | Approved | |
Gitea 1.13.5 | 143 | Sunday, March 21, 2021 | Approved | |
Gitea 1.13.4 | 141 | Thursday, March 18, 2021 | Approved | |
Gitea 1.13.3 | 192 | Friday, March 5, 2021 | Approved | |
Gitea 1.13.2 | 339 | Thursday, February 4, 2021 | Approved | |
Gitea 1.13.0 | 432 | Wednesday, December 2, 2020 | Approved | |
Gitea 1.12.5 | 499 | Thursday, October 1, 2020 | Approved | |
Gitea 1.12.4 | 371 | Friday, September 4, 2020 | Approved | |
Gitea 1.12.3 | 330 | Tuesday, July 28, 2020 | Approved | |
Gitea 1.12.2 | 297 | Sunday, July 12, 2020 | Approved | |
Gitea 1.12.1 | 296 | Monday, June 22, 2020 | Approved | |
Gitea 1.12.0 | 217 | Thursday, June 18, 2020 | Approved | |
Gitea 1.11.6 | 255 | Wednesday, June 3, 2020 | Approved | |
Gitea 1.11.3 | 415 | Thursday, March 12, 2020 | Approved | |
Gitea 1.11.1 | 278 | Monday, February 17, 2020 | Approved | |
Gitea 1.11.0 | 192 | Thursday, February 13, 2020 | Approved | |
Gitea 1.10.3 | 221 | Wednesday, January 29, 2020 | Approved | |
Gitea 1.10.2 | 264 | Thursday, January 2, 2020 | Approved | |
Gitea 1.10.1 | 254 | Friday, December 6, 2019 | Approved | |
Gitea 1.9.5 | 273 | Thursday, October 31, 2019 | Approved | |
Gitea 1.9.4 | 226 | Thursday, October 10, 2019 | Approved | |
Gitea 1.9.3 | 228 | Thursday, September 12, 2019 | Approved | |
Gitea 1.9.2 | 227 | Friday, September 6, 2019 | Approved | |
Gitea 1.8.2 | 353 | Sunday, June 9, 2019 | Approved | |
Gitea 1.8.1 | 273 | Friday, May 17, 2019 | Approved | |
Gitea 1.8.0 | 249 | Friday, May 3, 2019 | Approved | |
Gitea 1.7.5 | 267 | Tuesday, April 2, 2019 | Approved | |
Gitea 1.7.4 | 267 | Wednesday, March 13, 2019 | Approved | |
Gitea 1.7.0 | 258 | Friday, January 25, 2019 | Approved | |
Gitea 1.5.1 | 396 | Monday, September 10, 2018 | Approved | |
Gitea 1.4.0 | 427 | Thursday, April 26, 2018 | Approved | |
Gitea 1.3.3 | 345 | Monday, March 19, 2018 | Approved | |
Gitea 1.3.2 | 368 | Sunday, January 21, 2018 | Approved | |
Gitea 1.2.3 | 397 | Saturday, November 11, 2017 | Approved | |
Gitea 1.2.0 | 392 | Friday, October 13, 2017 | Approved | |
Gitea 1.1.4 | 387 | Sunday, September 10, 2017 | Approved | |
Gitea 1.1.3 | 413 | Friday, August 25, 2017 | Approved | |
Gitea 0.0.2 | 393 | Sunday, August 13, 2017 | Approved | |
Gitea 0.0.1 | 391 | Sunday, September 10, 2017 | Approved |
The Gitea Authors
- KNOWN ISSUES
- Browsing "packages" pages might cause 500 error, it could be fixed by updating to pre-1.21.9:
- Docker image: use
gitea/gitea:1.21-nightly
andgitea/gitea:1.21-nightly-rootless
- Binary: download from https://dl.gitea.com/gitea/1.21/
- Docker image: use
- Browsing "packages" pages might cause 500 error, it could be fixed by updating to pre-1.21.9:
- SECURITY
- Only use supported sort orders for "/explore/users" page (#29430) (#29443)
- ENHANCEMENTS
- Fix wrong line number in code search result (#29260) (#29623)
- BUGFIXES
- Use Get but not Post to get actions artifacts (#29734) (#29737)
- Fix inconsistent rendering of block mathematical expressions (#29677) (#29711)
- Fix rendering internal file links in org (#29669) (#29705)
- Don't show AbortErrors on logout (#29639) (#29667)
- Fix user-defined markup links targets (#29305) (#29666)
- Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFileSize (#29653) (#29663)
- Fix hidden test's failure (#29254) (#29662)
- Add empty repo check-in DetectAndHandleSchedules (#29606) (#29659)
- Fix 500 when deleting an account with an incorrect password or unsupported login type (#29579) (#29656)
- Use strict protocol check when redirect (#29642) (#29644)
- Avoid issue info panic (#29625) (#29632)
- Avoid unexpected panic in graceful manager (#29629) (#29630)
- Make "/user/login" page redirect if the current user has signed in (#29583) (#29599)
- Fix workflow trigger event IssueChangeXXX bug (#29559) (#29565)
- Fix incorrect cookie path for AppSubURL (#29534) (#29552)
- Fix queue worker incorrectly stopped when there are still more items in the queue (#29532) (#29546)
- Fix incorrect redirection when creating a PR fails (#29537) (#29543)
- Fix incorrect subpath in links (#29535) (#29541)
- Fix issue link does not support quotes (#29484) (#29487) (#29536)
- Fix issue & comment history bugs (#29525) (#29527)
- Set pre-step status to
skipped
if the job is skipped (#29489) (#29523) - Fix/Improve
processWindowErrorEvent
(#29407) (#29480) - Fix counter display number incorrectly displayed on the page (#29448) (#29478)
- Fix workflow trigger event bugs (#29467) (#29475)
- Fix URL calculation in the clone input box (#29470) (#29473)
- The job should always run when
if
isalways()
(#29464) (#29469) - Fix template bug (#27581) (#29446)
- Not trigger all jobs anymore when re-running the first job (#29439) (#29441)
- Ignore empty repo for CreateRepository in action notifier (#29416) (#29424)
- Fix incorrect tree path value for patch editor (#29377) (#29421)
- Add missing database transaction for new issues (#29490) (#29607)
- Fix 500 when pushing release to an empty repo (#29554) (#29564)
- Fix incorrect relative/absolute URL usages (#29531) (#29547)
- Fix wrong test usage of
AppSubURL
(#29459) (#29488) - Fix missed return (#29450) (#29453)
- Fixing the issue when status checks per rule matches multiple actions (#29631) (#29655)
- Improve contrast on blame timestamp, fix double border (#29482) (#29485)
This package has no dependencies.
Ground Rules:
- This discussion is only about Gitea and the Gitea package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Gitea, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.