mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
reworded for clarity on Gitea version in use
This commit is contained in:
parent
802d46f41f
commit
f9c2fbba2d
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ You can upload avatar pictures of up to 1 megabyte and 1024x1024 resolution.
|
|||
## Is Codeberg open-source?
|
||||
Codeberg is built on [Gitea](https://github.com/go-gitea/gitea), which is open-source. We make all of our changes and other code available under the [Codeberg organization](https://codeberg.org/Codeberg).
|
||||
|
||||
## What version of Gitea are you running?
|
||||
You can check the version of Gitea Codeberg uses through the [API here](https://codeberg.org/api/v1/version).
|
||||
## What version of Gitea is Codeberg currently running?
|
||||
You can check the version of Gitea that Codeberg uses through the [API here](https://codeberg.org/api/v1/version).
|
||||
|
||||
You will get a response like this: `{"version":"1.12.3+20-gb49f2abc5"}`. Here, 1.12.3 is the Gitea version number, and 20 is the number of patches applied on top of the release (which for example includes upstream commits and patches by Codeberg), with b49f2abc5 being the commit ID of the last patch applied on [the Codeberg branch](https://codeberg.org/Codeberg/gitea/commits/branch/codeberg) of Codeberg's Gitea repository. Note that the commit ID is without the leading "g".
|
||||
|
|
|
|||
Loading…
Reference in a new issue