💾 Archived View for station.martinrue.com › johano › 3e64fedb4cea452daa4cf3fd2652a3f7 captured on 2023-11-14 at 10:06:39. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-07-22)
-=-=-=-=-=-=-
Saluton Stacianoj! I'm trying to set up a mirror for Konpeito, and due to space constraints I have the downloaded files from konpeito.media on a different drive, but symlinked into my Gemini directory... I'm using Gemserv as my server and it won't follow the symlink for some reason... feel like I'm missing something basic here, any suggestions?
1 year ago · 👍 krixano, astroseneca
Note that by hardlinking you *might* be defeating that securit measure and allowing people to traverse your entire disk. · 1 year ago
Might be their recent Changelog: Bug fix: File path is checked to make sure it's in the root directory or in ~/public_gemini · 1 year ago
First thing I would check would probably be permissions · 1 year ago
@lykso tried that, no joy... · 1 year ago
If you're just symlinking the files, you might try hard links (`ln` without the `-s` flag). Likely gemserv just doesn't follow symlinks for whatever reason. · 1 year ago