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.
2 years ago
@ttocsneb thank you i will look into that! 路 2 years 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. 路 2 years ago
@innerteapot do you have any tips or guides on how to do the whole certificate thing? 路 2 years 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. 路 2 years ago
i'd like to access my school notes (kept in markdown) from anywhere but the copyright situation is a whole thing. 路 2 years ago