hello all! im loving silverbullet so far. Ive got a little setup going where i have two docker containers sharing the same source “space” directory. One is read-only for my public site, the other is password protected on a subdomain. This setup has been working flawlessly for me but i just ran into an issue trying to organize my images. If i upload a file (gif in this case) to the root space directory and reference it with ![[file]], it displays the image perfectly on admin and readonly. However, if i put a file in, lets say, /media/file. When i do ![[media/file]] it will display on the admin site, but not on the read-only site.
Could one of you, who have a read-only site, please test and see if you can display images in subfolders?
The specific error im getting on readonly site is:
“The image “https://domain.com/media/file.gif” cannot be displayed because it contains an error.”
Ive tried with pngs and other static images, no luck. Also tried to specifically declare that these files be served directly in the /media directory in my nginx config. I have not been able to solve this issue.
Do you guys have any idea why this is happening?