mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Add Frequently Asked Questions
This commit is contained in:
parent
a352313f3a
commit
e0a72bf435
1 changed files with 21 additions and 2 deletions
|
|
@ -4,5 +4,24 @@ eleventyNavigation:
|
|||
title: Frequently Asked Questions
|
||||
icon: question
|
||||
order: 80
|
||||
draft: true
|
||||
---
|
||||
---
|
||||
|
||||
## Is Codeberg well funded?
|
||||
Codeberg is primarily funded by donations. As of July 2020, with all expenses frozen, we have a runway of ~12 years.
|
||||
|
||||
## Where is Codeberg hosted?
|
||||
We are hosted in Germany by Hetzner Online GmbH.
|
||||
|
||||
## What is the size limit for my repositories?
|
||||
There is no fixed limit, but use cases that harm other users and projects due to excessive resource impact will get restricted. Please refer to our [terms of service](https://codeberg.org/codeberg/org/src/branch/master/TermsOfUse.md#repositories-wikis-and-issue-trackers).
|
||||
|
||||
## What is the size limit for my avatar?
|
||||
You can upload avatar pictures of upto 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).
|
||||
|
||||
You will get a reponse like this: `{"version":"1.12.3+20-gb49f2abc5"}`. Here, 1.12.3 is the Gitea version number, and 9 is the number of patches applied by Codeberg.
|
||||
|
|
|
|||
Loading…
Reference in a new issue