Description
Describe the bug
I'm using a self-hosted SourceBot with a private/LAN Forgejo/Gitea instance that's not using SSL. The avatar links on the repositories page are broken. My guess is that the Next image proxy is not allowing non-SSL image URLs. However, I'm not sure that's the cause. I do know that I can access the avatars directly in the browser using the same URL used as the url
parameter for the SourceBot image proxy. If it is an issue related to proxying non-SSL URLs, I'm wondering if the frontend could not include the avatar in that case instead of the broken image link.
To reproduce
Self-host a SourceBot indexing repositories from forgejo servers that don't use SSL. I'm using docker-based deployment.
Sourcebot deployment information
Docker:
- image ID: 7daf14e30f05 (latest as of 2025-05-08).
- repo: ghcr.io/sourcebot-dev/sourcebot
I wasn't able to find the SourceBot release version on the web frontend.
Additional information
No response