view it at gemini://kekw.sytes.net
Go to file
grant-kun 118b8c549f forums 2022-11-10 11:34:39 -06:00
pages forums 2022-11-10 11:34:39 -06:00
.gitignore forums 2022-11-10 11:34:39 -06:00
package.json forums 2022-11-10 11:34:39 -06:00
readme.md forums 2022-11-10 11:34:39 -06:00
server.ts forums 2022-11-10 11:34:39 -06:00

readme.md

to generate keys : openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes -subj '/CN=localhost'

todo: -create uid on thread creation, that can be used to edit/delete -allow viewing of individual messages -allow anyone to view database(and a parsed version)