kakty3 / audeeo

Audio hosting service
0 stars 0 forks source link

Make feed editable #5

Open kakty3 opened 5 years ago

kakty3 commented 5 years ago

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.

kakty3 commented 5 years ago

Interesting idea: use gravatar to generate avatar on user registration

https://gravatar.com/avatar/{email_md5_hash}?d=identicon
kakty3 commented 5 years ago

The question about avatar is: do we need to store avatar image somewhere or just use links to gravatar.com?

kapralnsk commented 5 years ago

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

kakty3 commented 5 years ago

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.