Multi-Forge
Crow supports connecting to multiple Git forges, allowing you to manage repositories from different sources under a single account.
With multi-forge support, you can:
- Authenticate via multiple forges (e.g., GitHub and Codeberg)
- Enable repositories from any linked forge
- Manage all your CI/CD pipelines in one place
- Keep OAuth tokens separate and secure for each forge
- Migrate repository settings between forges
Linking Additional Forges
Section titled “Linking Additional Forges”If your Crow instance has multiple forges configured, you can link additional forge accounts to your existing Crow account.
-
Log in to Crow with your primary forge account
-
Navigate to Settings (user icon in the top right)
-
In the General tab, find the Linked Forges section
-
Click Link another forge and select the forge you want to connect
-
Authenticate with the selected forge via OAuth
-
Once linked, the new forge appears in your linked forges list
Managing Linked Forges
Section titled “Managing Linked Forges”Unlinking a Forge
Section titled “Unlinking a Forge”To remove a linked forge:
- Go to Settings → General
- Find the forge in the Linked Forges section
- Click the Unlink button
- Review the list of affected repositories that will be disabled
- Confirm the action
When you unlink a forge, Crow automatically:
- Disables all repositories from that forge
- Removes webhooks from the forge
- Deletes the stored OAuth tokens
Working with Multiple Forges
Section titled “Working with Multiple Forges”Enabling Repositories
Section titled “Enabling Repositories”When you open the Enable Repository dialog:
- Repositories from all linked forges are shown
- A forge indicator column shows which forge each repository belongs to
- You can filter repositories by forge using the dropdown
Repository List
Section titled “Repository List”The main repository list shows all your enabled repositories regardless of which forge they belong to. Each repository card displays its source forge.
Pipeline Execution
Section titled “Pipeline Execution”When a pipeline runs:
- Crow automatically uses the correct forge credentials
- Webhooks are configured per-forge
- Build status is reported back to the correct forge
Security
Section titled “Security”Token Isolation
Section titled “Token Isolation”Each forge connection has its own OAuth tokens:
- Tokens are encrypted at rest (when encryption is enabled)
- Revoking access on one forge doesn’t affect others
- Token refresh happens independently per forge
Access Control
Section titled “Access Control”- You must authenticate with each forge to link it
- Crow only requests the permissions it needs
- You can revoke Crow’s access from the forge’s OAuth settings at any time