💾 Archived View for station.martinrue.com › jo › ce9f1f85722640ef9f6e2458a77784c8 captured on 2023-03-20 at 20:12:14. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
how can i make a password protected directory on my gemini capsule or password protect the whole thing? if anyone has a link to a guide or something i'd appreciate that a lot.
1 month ago
@ttocsneb thank you i will look into that! · 1 month ago
I would create a certificate in the browser that you're using, then copy that certificate onto your server. In lagrange, you would be able to reveal the location of the cert in the filesystem.
You would then need to create a route to your folder that requires authentication access allowing only that uploaded certificate access to the folder.
In stargazer it would look something like this:
[my_host:/my/secret/folder] client-cert = "/path/to/my/client-cert.crt" root = "/path/to/my/secret/folder"
The process should be similar with other servers, but you would need to look at their documentation. · 1 month ago
@innerteapot do you have any tips or guides on how to do the whole certificate thing? · 1 month ago
I believe you can do this with certificates. It will depend on which Gemini server you use as to exactly how you make it work. · 1 month ago
i'd like to access my school notes (kept in markdown) from anywhere but the copyright situation is a whole thing. · 1 month ago