Gitea#
- App registration (get your key and secret here)
- Development callback URL
Self-hosted Support#
If you use a self-hosted Gitea instance add your server URL to your Django settings as follows:
SOCIALACCOUNT_PROVIDERS = {
'gitea': {
'GITEA_URL': 'https://your.gitea-server.domain',
}
}