umputun / remark42

comment engine
https://remark42.com
MIT License
4.84k stars 376 forks source link

Add documentation steps to enable avatars #1625

Closed eviscerat closed 1 year ago

eviscerat commented 1 year ago

How do I enable avatars for annonymous comments? I want avatars to get generated for new comments.

image

Currently it seems I get no avatars. I've read the docs but nothing detailing how to add avatars.

This is my backend config minus url, secret and site:

AUTH_ANON=false
AUTH_EMAIL_ENABLE=true
EMOJI=true
AVATAR_TYPE=fs
AVATAR_RESIZE=0
IMAGE_FS_PATH=./var/pictures
AVATAR_FS_PATH=./var/avatars