You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If GARM is on a private or internal IP address, Gitea will block webhook deliveries by default. You need to add GARM's address to Gitea's allowed host list in `app.ini`:
@@ -188,6 +251,6 @@ After changing `app.ini`, restart Gitea for the setting to take effect.
188
251
## Differences from GitHub
189
252
190
253
- **Runner binary:** Gitea uses `gitea-runner` (formerly `act_runner`) instead of the GitHub Actions runner. GARM handles the differences transparently.
191
-
- **Enterprise level:** Not available for Gitea
254
+
- **Enterprise level:** Gitea instances are configured using `forge-instance` objects, rather than `enterprise` objects.
192
255
- **Scale sets:** Not available for Gitea (GitHub-only feature)
0 commit comments