Zasady ochrony prywatności dodatku Forgejo Fork
Forgejo Fork Autor: Sergiu Popa
Last updated: 2026-06-25
None. Forgejo Fork does not collect, transmit, or store any data on external servers. There is no backend, no analytics, and no tracking of any kind.
The following settings are saved in your browser's local extension storage and never leave your device:
| Data | Purpose |
|---|---|
| Forgejo instance URL | Target server for API calls |
| Forgejo username | Identifies the repo owner on your Forgejo instance |
| Forgejo API token | Authenticates requests to your Forgejo instance |
| GitHub personal access token | Optional — used to access private GitHub repos |
| Mirror interval preference | User preference, never transmitted |
| Sync mode preferences | User preference, never transmitted |
Browser sync is not used — these values are local only and are not shared with other devices or browser profiles.
- Forgejo API token — sent only to your own Forgejo instance to authenticate API requests (repo check, migration, mirror sync). Never sent to GitHub or any third party.
- GitHub personal access token — sent only to your own Forgejo instance as part of the migration payload so Forgejo can authenticate against GitHub when cloning. It is never sent to any other party, and is not stored by the extension beyond your local settings.
The extension makes direct API calls to:
https://api.github.com— to read repository metadata (public repos only, unless a GitHub token is provided)- Your configured Forgejo instance — to check, migrate, and sync repositories
No other domains are contacted.
The extension requests the following browser permissions:
storage— to save your settings locallyactiveTab/tabs— to read the current GitHub page URL for contexthttps://github.com/*andhttps://api.github.com/*— to inject the button and call the GitHub API- Your Forgejo URL (requested at setup time via optional host permissions) — to make API calls to your instance
No data is shared with any third party. No third-party scripts, SDKs, or services are included.
If this policy changes, the updated version will be published alongside the extension.
Made by Sergiu Popa.