Closed
Description
Description
When I access the Gitea profile, it takes a while to load the image. At the end of loading it shows the default image. Look:
I've already tried to access Gitea directly by IP to escape the Reverse Proxy. The problem continued.
Settings:
Environment variables in Docker:
...
GITIA__picture__DISABLE_GRAVATAR="false"
GITIA__picture__ENABLE_FEDERATED_AVATAR="true"
...
Gitea's app.ini (/etc/gitea/app.ini
) file after creating the container:
...
[picture]
AVATAR_UPLOAD_PATH = /var/lib/gitea/data/avatars
REPOSITORY_AVATAR_UPLOAD_PATH = /var/lib/gitea/data/gitea/repo-avatars
DISABLE_GRAVATAR = false
...
Gitea Version
1.20.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
I use the official image for docker. Currently the image used is 1.20.3-rootless
.
Database
MySQL/MariaDB