gbbirkisson / spis

Simple private image server 🖼️
GNU General Public License v3.0
128 stars 8 forks source link

Follow symbolic links #209

Closed jberggg closed 1 month ago

jberggg commented 3 months ago

I'm running spis on a linux server and my media folders are located in different paths. I tried to link them into the specified media folder but spis did not follow the symbolic links. I was able to confirm that in the Code as Walkdir does not follow symbolic links by default, one has to specify it with .follow_links(true). Is it possible that you would add that to your next release?

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

gbbirkisson commented 2 months ago

I will look into it when I have time

gbbirkisson commented 1 month ago

Will be released with #268

jberggg commented 1 month ago

Cool, thank you 🙏🏽