Does anyone already have experience with a custom app store?

Nextcloud allows you to host your own app store and then integrate it into your Nextcloud instance.
To do this, it is necessary to set 2 parameters in the config file. Your own app store must meet some requirements: There must be a apps.json, a categories.json and ideally a discover.json. These JSON files must be structured according to a certain scheme.

I have already successfully tested 2 of my own app stores - one static and one with a “real” app store installed as Docker. Both work perfectly, except for the fact that pictures of the discover.json are not displayed.
After some research, I found out why it was. It is due to the hard-coded ban on media files as soon as they do not come from the nextcloud domain, or from the nextcloud github domain.
However, this security measure limits the use of your own app store extremely, as the Discover page must be displayed purely text-based and without images/videos.

My opinion:
If the custom app store is already defined in appstoreurl, the administrator of the instance has explicitly trusted it to serve executable code (app packages). Trusting the same domain for static media assets does not expand the attack surface.

If you already have experience with a custom app store and have the same problem, I’d like to bring my feature request to your attention and ask you to put a thumbs up there to show support for this feature.