Mention Codeberg-e.V./requests in FAQ (#336)

This was added because a user was not sure where they could request an
increase to the repository limit of an organization that they intended
to use for a hackathon.

We may want to consider creating a more detailed page about this later.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/336
This commit is contained in:
Panagiotis "Ivory" Vasilopoulos 2023-08-03 19:59:56 +00:00
parent 3e3dbf8dd3
commit 092ae8e74c

View file

@ -38,6 +38,18 @@ Since this is not what Codeberg *is meant for* in a more narrow sense, stricter
## 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/TermsOfUse.md#repositories-wikis-and-issue-trackers).
If you need more space, please see the next question.
## I need to request more resources from an administrator. How do I do that?
We have a public repository, [Codeberg-e.V./requests](https://codeberg.org/Codeberg-e.V./requests), which allows users to issue such requests.
We have some predefined templates that allow you to easily issue requests for the following situations:
- Requesting access to Codeberg's self-hosted CI solution, Woodpecker CI.
- Requesting more storage for a private repository.
- Requesting the increase of the repository limit (100) for a user account or an organization.
If you need anything beyond those examples, you should still use that repository to do so. We will try our best to help!
## I removed an object from my repo, why doesn't the reported size shrink?
In its default use, removing tracked files from Git keeps them in the history.
You'd need to rewrite history and force-push the branch, or remove all branches they are included in.