WeblateOrg / weblate

Web based localization tool with tight version control integration.
https://weblate.org/
GNU General Public License v3.0
4.5k stars 989 forks source link

Add Libravatar support #7342

Closed Wuzzy2 closed 2 years ago

Wuzzy2 commented 2 years ago

Describe the problem

The only way to get an avatar is gravatar.com, a proprietary avatar service. But it would be better if Weblate supports the FOSS community.

Describe the solution you'd like

Add support for Libravatar (https://www.libravatar.org).

Describe alternatives you've considered

Just let users upload the avatar directly instead of relying on any 3rd-party service.

Screenshots

No response

Additional context

No response

nijel commented 2 years ago

You can use AVATAR_URL_PREFIX (see https://github.com/WeblateOrg/weblate/issues/2155 and https://github.com/WeblateOrg/weblate/issues/2109).

The user uploaded avatars are also on the roadmap, see https://github.com/WeblateOrg/weblate/issues/3564