Documentation/content/getting-started/faq.md
2021-11-25 18:35:38 +01:00

3.6 KiB
Raw Blame History

eleventyNavigation
key title parent order
FAQ Frequently Asked Questions GettingStarted 80

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, so you don't have to worry that our service suddenly disappears.
Still, we can always make good use of donations, they will be used to build new features and extend our services.

Where is Codeberg hosted?

We are hosted in Germany by netcup GmbH as well as on own hardware in a rented facility in Berlin, Germany.

Is it allowed to host non-free software?

Our mission is to support the development and creation of Free Software, thus we only allow those repos licensed under an OSI/FSF-approved license. For more details see Licensing article. However, we sometimes tolerate repositories that aren't perfectly licensed and focus on spreading awareness on the topic of improper FLOSS licensing and it's issues.

Why am I not allowed to set up an automatic mirror?

Automatically updating mirrors have been problematic for Codeberg. They can be created easily and - as people tend to not delete their stuff when leaving - consume an increasing amount of resources (traffic, disk space) over time.

If you have the need you can create manual mirrors by adding multiple remotes to your local repository and push the changes to your mirror with git push --mirror.

Some additional information can be found in this blog post.

Can I host private (non-licensed) repositories?

Codeberg is primarily intended for public and free content. However, as per our Terms of Service,

Private repositories may be used for example to store keychains in build systems and continuous integration tools, or as staging areas for pre-alpha tests within limited groups.

As usual, common sense applies, so given that the resource demand stays reasonable you can also use it for e.g.:

  • note-taking
  • internal team communication
  • your LaTeX-CV/resume

Since this is not what Codeberg is meant for in a more narrow sense, stricter limitations might be implemented in the future.

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.

What is the size limit for my avatar?

You can upload avatar pictures of up to 1 megabyte and 1024x1024 resolution.

Is Codeberg open-source?

Codeberg is built on Gitea, which is open-source. We make all of our changes and other code available under the Codeberg organization.

What version of Gitea is Codeberg currently running?

You can check the version of Gitea that Codeberg uses through the API here.

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 of Codeberg's Gitea repository. Note that the commit ID is without the leading "g".