spis icon indicating copy to clipboard operation
spis copied to clipboard

Follow symbolic links

Open jberggg opened this issue 8 months ago • 2 comments

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?

jberggg avatar Jun 08 '24 22:06 jberggg