Skip to content

Conversation

@toshski
Copy link
Contributor

@toshski toshski commented Dec 2, 2025

If the gallery image is saved in myfiles, it is not served to Hereshpere. Heresphere will be passed a URL such as http://192.168.1.1:9999/img/700x//myfiles/image.jpg. This fails as the imageproxy package, by default, expects an absolute Url.

I have changed the imageproxy setup to use a default base Url that points back to XBVR so something http://192.168.1.1:9999/img/700x//myfiles/image.jpg will be treated as http://192.168.1.1:9999/img/700x/http://127.0.0.1:9999/myfiles/image.jpg (or whatever port you have configured)

I have also updated the GetImageUrl in details.vue, some it always returns a url, if the image url did not start with "http", then no url is returned from the functioon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant