forge strategy with GitHub repositories fetch release metadata from the GitHub API. GitHub enforces rate limits on unauthenticated requests, which can block update checks when you run them frequently or from a shared IP.
fp-appimage-updater solves this by trying one or more proxy base URLs for the release metadata lookup. The actual AppImage download always goes directly from GitHub — only the metadata request is proxied.
Only GitHub release API metadata goes through the proxy. The AppImage download URL is always fetched directly from GitHub.
Enable globally
Add the following to yourconfig.yml to enable proxy fallback for all forge apps:
"all" tries every compatible proxy built into the app.