Adopt multiple Git repos in Forgejo on FreeBSD
==============================================
Forgejo is a self-hosted lightweight open source Git forge.
On FreeBSD, Forgejo can be simply installed using the package manager.
Forgejo offers support for migrating repositories from well know public
forges, like GitHub and GitLab.
Bare Git repositories can be easily adopted in Forgejo in bulk.
Copy the repositories to Forgejo
--------------------------------
The root directory for the repositories is:
/var/db/forgejo/data/forgejo-repositories/
For each user there is a sub directory in this root directory.
Copie the Git repositories to the sub directory of the user.
* The directory name of the Git repository must be in lowercase
* The directory name must end in ".git".
* Change the ownership of the directories to git:git.
Adopt the repositories
----------------------
Log in with the admin user in the web interface.
Go to Site administration - Code assets - Repositories
Click in the button "Unadopted reposities".
Enter the name of the user.
This will show the list of recognized Git repository, with a
button "+Adopt files".
Clicking on this button will import the Git repository in
Forgejo, including a complete dashboard with Issues, Actions,
and so on.