Homebrew repository to install Gitea and tools on macOS.
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
brew install gitea
gitea -h
brew install tea
tea -h
brew install act_runner
act_runner -h
brew install changelog
changelog -h
In case you installed Gitea before v1.8.3, you still might have the old tap. In that case, you need to remove it and add the new tap via
brew untap go-gitea/gitea
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
Once you updated the tap, you can upgrade via
brew update && brew upgrade gitea tea changelog act_runner
You can uninstall Gitea with
brew uninstall gitea tea changelog act_runner
Note that this will only uninstall the gitea binary. Your repositories, configuration, database, logs etc. are still kept in their locations (to check which folders Gitea is using, see Site administration
-> Configuration
).
Fork -> Patch -> Push -> Pull Request
This project is under the MIT License. See the LICENSE file for the full license text.
Copyright (c) 2016 The Gitea Authors <https://gitea.io>