Open kakty3 opened 5 years ago
Interesting idea: use gravatar to generate avatar on user registration
https://gravatar.com/avatar/{email_md5_hash}?d=identicon
The question about avatar is: do we need to store avatar image somewhere or just use links to gravatar.com?
The question about avatar is: do we need to store avatar image somewhere or just use links to gravatar.com?
for reference: Gitlab.com uses same feature, and all avatars (generated and user-uploaded) are stored on gravatar.com. Although on self-hosted instances, only generated avatars are fetched from gravatar - uploaded images are stored on the same machine. I think it would be simpler to just rely on gravatar
I think it would be simpler to just rely on gravatar
JFYI, gravatar was down for a few minutes couple days ago. But I agree that it's OK for us.
Add ability to edit following:
Also decide when actually update feed xml either on each info update or on adding new episode. I prefer variant 1. If varian 1 will be chosen we need kind of rate limiter because xml is generated from scratch each time.