gemini/readme.md

20 lines
719 B
Markdown

_ _ _ _
| |_____| |____ __ __ ____ _| |_ ___ ___ _ _ ___| |_
| / / -_) / /\ V V /(_-< || | _/ -_|_-<_| ' \/ -_) _|
|_\_\___|_\_\ \_/\_(_)__/\_, |\__\___/__(_)_||_\___|\__|
|__/
to generate keys : `openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes -subj '/CN=localhost'`
for some reason the gemini-server is extremley unstable TwT ill have to change it out at some point
todo:
- create uid on thread creation, that can be used to edit/delete
- allow viewing of individual messages
- get git repos from /home/git/
- allow anyone to view database(and a parsed version)