0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00
forgejo-docs/docs/admin/adopt.md

14 lines
565 B
Markdown
Raw Permalink Normal View History

2023-10-09 07:28:46 -04:00
---
title: 'Adopt existing git directories'
license: 'CC-BY-SA-4.0'
---
If directories containing bare git repositories exist in the
`[repository].ROOT` hierarchy, they can be imported using the admin
panel.
- Make sure the directory names are lowercase.
- `[repository].ROOT/{user,org}/{repo}.git` will become a project owned by the user or the org.
- Go to `/admin/repos/unadopted`
- In trusted environments, users can also be given similar permissions via the [`ALLOW_ADOPTION_OF_UNADOPTED_REPOSITORIES`](../config-cheat-sheet/#repository-repository) setting.