38b36e14a9e72312b555edb6c0fbe29d20a6db4c
[webi-installers/.git] / gitea / README.md
1 ---
2 title: Gitea
3 homepage: https://github.com/go-gitea/gitea
4 tagline: |
5   Gitea: Git with a cup of tea, painless self-hosted git service.
6 ---
7
8 ## Updating `gitea`
9
10 ```bash
11 webi gitea@stable
12 ```
13
14 Use the `@beta` tag for pre-releases, or `@x.y.z` for a specific version.
15
16 ## Cheat Sheet
17
18 > Gitea is a clean, lightweight self-hosted Github clone. It only uses a few
19 > megabytes of RAM so it's perfect for hosting git on small VPSes and Raspberry
20 > Pis. It's forked from Gogs, and very familiar user-friendly for Github users
21 > in comparison to Gitlab or Bitbucket.
22
23 ### How to run `gitea`
24
25 ```bash
26 gitea web --config ~/.local/opt/gitea/custom/conf/app.ini
27 ```
28
29 Note: `gitea` does NOT respect the _current working directory_ - the `./custom/`
30 folder must always exist in the location of the binary, which will be
31 `~/.local/opt/gitea/`.