Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

19,339

Downloads of v 1.12.6:

30

Last Update:

16 Nov 2020

Package Maintainer(s):

Software Author(s):

  • Gitea

Tags:

gitea git

Gitea

Downloads:

19,339

Downloads of v 1.12.6:

30

Maintainer(s):

Software Author(s):

  • Gitea

Tags:

gitea git

Gitea

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Failed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
WARNING

This package was rejected on 24 Dec 2020. The reviewer chocolatey-ops has listed the following reason(s):

techknowlogick (maintainer) on 16 Nov 2020 18:41:12 +00:00:

User 'techknowlogick' (maintainer) submitted package.

chocolatey-ops (reviewer) on 16 Nov 2020 19:14:05 +00:00:

gitea has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.

Suggestions

Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.

chocolatey-ops (reviewer) on 19 Nov 2020 05:01:39 +00:00:

gitea has failed automated testing.
This is not the only check that is performed so check the package page to ensure a 'Ready' status.
Please visit https://gist.github.com/1ff32ffce0e3eb3320df6b5a8578a0f3 for details.
The package status will be changed and will be waiting on your next actions.

  • NEW! We have a test environment for you to replicate the testing we do. This can be used at any time to test packages! See https://github.com/chocolatey/chocolatey-test-environment
  • Please log in and leave a review comment if you have questions and/or comments.
  • If you see the verifier needs to rerun testing against the package without resubmitting (a issue in the test results), you can do that on the package page in the review section.
  • If the verifier is incompatible with the package, please log in and leave a review comment if the package needs to bypass testing (e.g. package installs specific drivers).
  • Automated testing can also fail when a package is not completely silent or has pop ups (AutoHotKey can assist - a great example is the VeraCrypt package).
  • A package that cannot be made completely unattended should have the notSilent tag. Note that this must be approved by moderators.

chocolatey-ops (reviewer) on 09 Dec 2020 05:04:23 +00:00:

We've found gitea v1.12.6 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.

Take action:

  • Log in to the site and respond to the review comments.
  • Resubmit fixes for this version.
  • If the package version is failing automated checks, you can self-reject the package.

If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.

Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.

chocolatey-ops (reviewer) on 24 Dec 2020 05:09:08 +00:00:

Unfortunately there has not been progress to move gitea v1.12.6 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.

Status Change - Changed status of package from 'submitted' to 'rejected'.

Description

Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license.


tools\chocolateyinstall.ps1

$ErrorActionPreference = 'Stop';

$packageName= 'gitea'
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url        = 'https://dl.gitea.io/gitea/1.12.6/gitea-1.12.6-windows-4.0-386.exe'
$url64      = 'https://dl.gitea.io/gitea/1.12.6/gitea-1.12.6-windows-4.0-amd64.exe'
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName   = $packageName

  url           = $url
  url64bit      = $url64

  softwareName  = 'Gitea'

  checksum      = '86bdf9060e16b69bf911827d25dc8f26c5265da6b7ce6e559420aa4d341aaf94'
  checksumType  = 'sha256'
  checksum64    = '2cf3a1df713d2c4d8252ea7a58e10caa5338beffb7d362a5514981b3c23a5ac0'
  checksumType64= 'sha256'

  fileFullPath  = "$toolsDir\gitea.exe"

  validExitCodes= @(0)
}

Get-ChocolateyWebFile @packageArgs

Log in or click on link to see number of positives.

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.21.8 186 Thursday, March 14, 2024 Approved
Gitea 1.21.7 97 Thursday, February 29, 2024 Approved
Gitea 1.21.0 433 Tuesday, November 14, 2023 Approved
Gitea 1.20.4 327 Thursday, September 28, 2023 Approved
Gitea 1.20.2 294 Sunday, July 30, 2023 Approved
Gitea 1.20.0 110 Monday, July 17, 2023 Approved
Gitea 1.19.0 529 Monday, April 3, 2023 Approved
Gitea 1.18.5 315 Tuesday, February 21, 2023 Approved
Gitea 1.18.3 217 Monday, January 23, 2023 Approved
Gitea 1.18.2 70 Friday, January 20, 2023 Approved
Gitea 1.18.1 63 Tuesday, January 17, 2023 Approved
Gitea 1.18.0 133 Tuesday, January 3, 2023 Approved
Gitea 1.17.4 115 Thursday, December 22, 2022 Approved
Gitea 1.17.3 410 Tuesday, October 18, 2022 Approved
Gitea 1.17.1 453 Thursday, August 18, 2022 Approved
Gitea 1.17.0 162 Sunday, July 31, 2022 Approved
Gitea 1.16.8 521 Monday, May 16, 2022 Approved
Gitea 1.16.7 172 Monday, May 2, 2022 Approved
Gitea 1.16.6 136 Thursday, April 21, 2022 Approved
Gitea 1.16.5 250 Thursday, March 24, 2022 Approved
Gitea 1.16.4 128 Monday, March 14, 2022 Approved
Gitea 1.16.3 124 Thursday, March 3, 2022 Approved
Gitea 1.16.2 112 Thursday, February 24, 2022 Approved
Gitea 1.16.0 255 Monday, January 31, 2022 Approved
Gitea 1.15.10 209 Friday, January 14, 2022 Approved
Gitea 1.15.9 206 Thursday, December 30, 2021 Approved
Gitea 1.15.8 133 Thursday, December 23, 2021 Approved
Gitea 1.15.6 350 Monday, November 1, 2021 Approved
Gitea 1.15.4 213 Sunday, October 10, 2021 Approved
Gitea 1.15.3 140 Friday, September 24, 2021 Approved
Gitea 1.15.2 186 Friday, September 3, 2021 Approved
Gitea 1.15.0 179 Sunday, August 22, 2021 Approved
Gitea 1.14.6 202 Friday, August 6, 2021 Approved
Gitea 1.14.5 144 Saturday, July 24, 2021 Approved
Gitea 1.14.4 153 Wednesday, July 14, 2021 Approved
Gitea 1.14.3 190 Friday, June 18, 2021 Approved
Gitea 1.14.2 334 Monday, May 10, 2021 Approved
Gitea 1.14.0-rc2 143 Tuesday, March 23, 2021 Approved
Gitea 1.13.6 276 Wednesday, March 24, 2021 Approved
Gitea 1.13.5 112 Sunday, March 21, 2021 Approved
Gitea 1.13.4 118 Thursday, March 18, 2021 Approved
Gitea 1.13.3 173 Friday, March 5, 2021 Approved
Gitea 1.13.2 310 Thursday, February 4, 2021 Approved
Gitea 1.13.0 410 Wednesday, December 2, 2020 Approved
Gitea 1.12.5 469 Thursday, October 1, 2020 Approved
Gitea 1.12.4 320 Friday, September 4, 2020 Approved
Gitea 1.12.3 305 Tuesday, July 28, 2020 Approved
Gitea 1.12.2 262 Sunday, July 12, 2020 Approved
Gitea 1.12.1 270 Monday, June 22, 2020 Approved
Gitea 1.12.0 183 Thursday, June 18, 2020 Approved
Gitea 1.11.6 231 Wednesday, June 3, 2020 Approved
Gitea 1.11.3 390 Thursday, March 12, 2020 Approved
Gitea 1.11.1 252 Monday, February 17, 2020 Approved
Gitea 1.11.0 164 Thursday, February 13, 2020 Approved
Gitea 1.10.3 191 Wednesday, January 29, 2020 Approved
Gitea 1.10.2 235 Thursday, January 2, 2020 Approved
Gitea 1.10.1 229 Friday, December 6, 2019 Approved
Gitea 1.9.5 248 Thursday, October 31, 2019 Approved
Gitea 1.9.4 192 Thursday, October 10, 2019 Approved
Gitea 1.9.3 204 Thursday, September 12, 2019 Approved
Gitea 1.9.2 197 Friday, September 6, 2019 Approved
Gitea 1.8.2 327 Sunday, June 9, 2019 Approved
Gitea 1.8.1 244 Friday, May 17, 2019 Approved
Gitea 1.8.0 218 Friday, May 3, 2019 Approved
Gitea 1.7.5 242 Tuesday, April 2, 2019 Approved
Gitea 1.7.4 244 Wednesday, March 13, 2019 Approved
Gitea 1.7.0 237 Friday, January 25, 2019 Approved
Gitea 1.5.1 362 Monday, September 10, 2018 Approved
Gitea 1.4.0 395 Thursday, April 26, 2018 Approved
Gitea 1.3.3 306 Monday, March 19, 2018 Approved
Gitea 1.3.2 345 Sunday, January 21, 2018 Approved
Gitea 1.2.3 381 Saturday, November 11, 2017 Approved
Gitea 1.2.0 361 Friday, October 13, 2017 Approved
Gitea 1.1.4 358 Sunday, September 10, 2017 Approved
Gitea 1.1.3 381 Friday, August 25, 2017 Approved
Gitea 0.0.2 358 Sunday, August 13, 2017 Approved
Gitea 0.0.1 355 Sunday, September 10, 2017 Approved

  • SECURITY
    • Prevent git operations for inactive users (#13527) (#13537)
    • Disallow urlencoded new lines in git protocol paths if there is a port (#13521) (#13525)
  • BUGFIXES
    • API should only return Json (#13511) (#13564)
    • Fix before and since query arguments at API (#13559) (#13560)
    • Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470) (#13492)
    • Fix link detection in repository description with tailing '_' (#13407) (#13408)
    • Remove obsolete change of email on profile page (#13341) (#13348)
    • Fix permission check on get Reactions API endpoints (#13344) (#13346)
    • Add migrated pulls to pull request task queue (#13331) (#13335)
    • API deny wrong pull creation options (#13308) (#13327)
    • Fix initial commit page & binary munching problem (#13249) (#13259)
    • Fix diff parsing (#13157) (#13136) (#13139)
    • Return error 404 not 500 from API if team does not exist (#13118) (#13119)
    • Prohibit automatic downgrades (#13108) (#13111)
    • Fix GitLab Migration Option AuthToken (#13101)
    • GitLab Label Color Normalizer (#12793) (#13100)
    • Log the underlying panic in runMigrateTask (#13096) (#13098)
    • Fix attachments list in edit comment (#13036) (#13097)
    • Fix deadlock when deleting team user (#13093)
    • Fix error create comment on outdated file (#13041) (#13042)
    • Fix repository create/delete event webhooks (#13008) (#13027)
    • Fix internal server error on README in submodule (#13006) (#13016)

This package has no dependencies.

Discussion for the Gitea Package

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.
comments powered by Disqus