Gitea: Homebrew
Go to file
appleboy 165a819ba6 ci: update git push action for secure authentication (#162)
- Replace the old git push action with a new one from a different repository
- Remove commands for git configuration and committing/pushing code
- Add new parameters for the git push action, including a commit message and remote repository information
- Use a secret key for authentication in the git push action

Signed-off-by: appleboy <appleboy.tw@gmail.com>

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/162
Co-authored-by: appleboy <appleboy.tw@gmail.com>
Co-committed-by: appleboy <appleboy.tw@gmail.com>
2023-09-05 15:00:58 +00:00
.gitea ci: update git push action for secure authentication (#162) 2023-09-05 15:00:58 +00:00
utils support m1 devices (#149) 2021-11-29 04:45:57 +08:00
.editorconfig Initial commit 2016-11-25 14:46:19 +01:00
CONTRIBUTING.md Add .github & update contributing/maintainers file 2017-01-24 21:59:59 +01:00
CONTRIBUTORS Initial commit 2016-11-25 14:46:19 +01:00
DCO Initial commit 2016-11-25 14:46:19 +01:00
LICENSE Initial commit 2016-11-25 14:46:19 +01:00
MAINTAINERS Update MAINTAINERS file 2019-01-02 19:13:38 +01:00
README.md docs: improve README and update brew commands for act_runner (#165) 2023-05-03 23:21:12 +08:00
act_runner-head.rb chore: add licenses for formulae files (#173) 2023-09-03 19:08:18 +00:00
act_runner.rb chore: add licenses for formulae files (#173) 2023-09-03 19:08:18 +00:00
bump_version.sh refactor: update check .xz.sha256 file extension. (#167) 2023-05-04 18:29:38 +08:00
changelog.rb chore: add licenses for formulae files (#173) 2023-09-03 19:08:18 +00:00
gitea-head.rb chore: add licenses for formulae files (#173) 2023-09-03 19:08:18 +00:00
gitea.rb chore: add licenses for formulae files (#173) 2023-09-03 19:08:18 +00:00
tap_migrations.json feat: migrate tea into homebrew-core (#175) 2023-09-04 04:10:36 +00:00

README.md

Gitea: Homebrew

Join the chat at https://img.shields.io/discord/322538954119184384.svg

Homebrew repository to install Gitea and tools on macOS.

Prepare

brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea

Install

gitea

brew install gitea
gitea -h

tea

brew install tea
tea -h

act_runner

brew install act_runner
act_runner -h

changelog

brew install changelog
changelog -h

Upgrade

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

Uninstall

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).

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

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>