Gate Gitea connect button to self-hosted, use real Gitea logo#3122
Conversation
Gitea is a self-hosted-only feature, not offered on Appwrite Cloud, so the button now checks isSelfHosted in addition to _APP_VCS_PROVIDERS. Swapped the placeholder teapot silhouette for Gitea's actual mascot mark.
Console (appwrite/console)Project ID: Sites (1)
Tip Each function runs in its own isolated container with custom environment variables |
Greptile SummaryThis PR gates the Gitea connect button behind an
Confidence Score: 5/5Safe to merge — both changes are small and self-contained with no side effects outside the git-connect UI. The No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Gate Gitea button to self-hosted, use re..." | Re-trigger Greptile |

Summary
Follow-up to #3121 (already merged) -- these two commits landed after that PR merged, so they're a separate PR:
isSelfHostedin addition to_APP_VCS_PROVIDERScontaininggitea.Test plan
prettier --checkclean🤖 Generated with Claude Code