-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate Self-Hosting of Avataaars #4841
Comments
It would be possible to self host the getavataaars.com if we build the image. There is no official Dockerimage. Scrumlr uses the avataaars Package which does not send any requests. We should investigate if we could also use this package for the landing page. |
Should definitely be possible, the landing page uses random-avatar-generator while scrumlr itself uses avataaars. The former makes the HTTP call while the latter is used locally. The downside is the the latter has no native randomization logic, but luckily we've already implemented that (see https://github.com/inovex/scrumlr.io/blob/bf17d359380b0aa774b9954b6cece468f4fb4fee/src/components/Avatar/Avatar.tsx) so we can likely just reuse that. |
Description:
Currently, avatars on the landing page are fetched from getavataaars.com, an external service. To improve control over dependencies and optimize performance, we want to explore the possibility of self-hosting this library.
Requirements:
The text was updated successfully, but these errors were encountered: