We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
/etc/gitea/app.ini
... [picture] AVATAR_UPLOAD_PATH = /var/lib/gitea/data/avatars REPOSITORY_AVATAR_UPLOAD_PATH = /var/lib/gitea/data/gitea/repo-avatars DISABLE_GRAVATAR = false ...
1.20.3
No
No response
I use the official image for docker. Currently the image used is 1.20.3-rootless.
1.20.3-rootless
MySQL/MariaDB
The text was updated successfully, but these errors were encountered:
You enabled gravatar
DISABLE_GRAVATAR = false
So maybe you can open you chrome dev console to investigate whether your network is slow to visit Gravatar.
Sorry, something went wrong.
See some of my profile settings:
Note: I hid the real email address and put an example address.
Profile image loading test using Reverse Proxy.
Profile image loading test without using proxy.
Below I show more information about the test that did not use a proxy. Access is via IP and port. Example: http://IP:8084.
status/needs-feedback
When I access the Gitea profile, it takes a while to load the image.
It means that ENABLE_FEDERATED_AVATAR="true" service fails.
ENABLE_FEDERATED_AVATAR="true"
I guess you don't need it.
You could try to "tune" these 2 options on your admin/config page:
No branches or pull requests
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:
Gitea's app.ini (
/etc/gitea/app.ini
) file after creating the container: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
The text was updated successfully, but these errors were encountered: