๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ Gemini โ€บ 21274 captured on 2024-12-17 at 15:19:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Comment by ๐Ÿš€ stack

Re: "I am looking for a guide on how to serve files on gemini to..."

In: s/Gemini

If you have access to CGI, check for the users certificate, that guarantees user identity better than passwords. Otherwise a 'secret file' is your only option...

๐Ÿš€ stack

Oct 28 ยท 7 weeks ago

3 Later Comments โ†“

๐Ÿš€ clseibold ยท Oct 28 at 01:07:

I'm surprised nobody mentioned @skyjake 's great Gemini App Developers Guide! :D

โ€” Gemini App Developer's Guide

๐Ÿš€ mbays ยท Oct 28 at 08:51:

The gemini server software Molly Brown has inbuilt support for this. To quote the README:

`CertificateZones`: In this section of the config file, keys are path regexs and values are lists of hex-encoded SHA256 fingerprints of client certificates. Any requests whose path matches one of the regexs will only be served as normal if the request is made with a client certificate whose fingerprint is in the corresponding list.

๐Ÿš€ fripster ยท Oct 29 at 08:16:

poor man's solution: zip the file(s) and encrypt. send password only to user

Original Post

๐ŸŒ’ s/Gemini

I am looking for a guide on how to serve files on gemini to specific users / behind a password. Any links to some guide where it is explained in detail?

๐Ÿ’ฌ LucasMW ยท 9 comments ยท Oct 27 ยท 7 weeks ago