mdeering / gravatar_image_tag

A configurable and documented Rails view helper for adding gravatars into your Rails application
MIT License
367 stars 67 forks source link

[Feature request] Make gravatar hostname configurable #34

Open andersruneson opened 6 years ago

andersruneson commented 6 years ago

To simplify the use of a self-hosted gravatar service the hostname of gravatar should be configurable.

Thanks for considering adding this.

mdeering commented 6 years ago

Would be pretty easy to do. I like the idea of a self-hosted gravatar service I might build something like that for a hacknight project or something. You using an Open Source project for that, mind linking me if so?

andersruneson commented 6 years ago

Jira actually have this configurable so I assume organisations does actually have these kinds of services.

For us I made some quick php-hack to get avatars from our LDAP and serve gravatar-style. If that is really interesting for anybody then let me know and I'll pastebin it.

kumy commented 6 years ago

I'm also interested in this, for using alternative service such as libravatar.org