nextcloud / nextcloudpi

📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, curl installer...
https://nextcloudpi.com
2.56k stars 297 forks source link

Libravatar federation as server #1181

Closed tclavier closed 4 years ago

tclavier commented 4 years ago

Description
As a user of nextcloud, i want to define my avatar in my account in order to share it on other sites. To do that, other sites can follow the libravatar api (https://wiki.libravatar.org/api/) to get my avatar

Example
As user thomas on https://nextcloud.domain.com with email thomas@domain.com i put an avatar on my account.

Others sites can request DNS for : SRV _avatars-sec._tcp._tcp.domain.com. DNS respond nextcloud.domain.com and finaly they can download my avatar at url : https://nextcloud.domain.com/avatar/4fbeb1bd99d764f65642babb1308c9c9

All details of API to implement is describe at https://wiki.libravatar.org/api/

nachoparker commented 4 years ago

sounds like you should post this in https://github.com/nextcloud/server/issues