💾 Archived View for station.martinrue.com › johano › 3e64fedb4cea452daa4cf3fd2652a3f7 captured on 2023-03-20 at 19:42:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
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?
8 months ago · 👍 krixano, astroseneca
Note that by hardlinking you *might* be defeating that securit measure and allowing people to traverse your entire disk. · 8 months 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 · 8 months ago
First thing I would check would probably be permissions · 8 months ago
@lykso tried that, no joy... · 8 months 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. · 8 months ago