aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-11-01 13:10:27 -0500
committergrant-kun <[email protected]>2022-11-01 13:10:27 -0500
commitf41da4f7031a0719c2ba87c2fcd0e34d24027c47 (patch)
treef5a8d630dd6f3b54c1cea933ecf6526c21ce161f /readme.md
parentb79f3023b3c604a682ff1e3e385c4a40f6f1d978 (diff)
broken, fixes soon
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md115
1 files changed, 57 insertions, 58 deletions
diff --git a/readme.md b/readme.md
index b6ecdc6..0b31cb8 100644
--- a/readme.md
+++ b/readme.md
@@ -12,17 +12,16 @@ security project to ~~learn client and server encryption~~ mail & advanced reque
create generic keys `openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./certs/selfsigned.key -out ./certs/selfsigned.crt`, or insert which ever ones to `./certs/selfsigned.key` and to `./certs/selfsigned.crt` respectively
----
+***
### running
dependencies:
-- ts-node |`npm i -g ts-node`
-- package.json | `npm i`
-- development (optional)
- - nodemon | `npm i -g nodemon`
-
+* ts-node |`npm i -g ts-node`
+* package.json | `npm i`
+* development (optional)
+ * nodemon | `npm i -g nodemon`
#### windows
@@ -30,7 +29,7 @@ main build : `npm start`
dev : `npm run dev`
----
+***
#### \*nix
@@ -40,64 +39,64 @@ main build : `sudo ts-node .`
dev : `sudo nodemon .`
-
----
+***
[gitea](https://git.disroot.org/grantsquires/kanna-site) | [github](https://github.com/squiresgrant/kanna-site)
## todo
-- [ ] add extra pages
- - [ ] home page (quick links, etc)
- - [ ] mail
- - [ ] allow for automation (ie, auto reply)
- - [ ] forums
- - [ ] storage
- - [ ] viewer for images
- - [ ] viewer for docs
- - [ ] login
-- [ ] performance related
- - [ ] store all listeners in array and kill
- - [ ] go through all html files, clean up code
-- [ ] increase initiation vector (IV) size
+* \[ ] add extra pages
+ * \[ ] home page (quick links, etc)
+ * \[ ] mail
+ * \[ ] allow for automation (ie, auto reply)
+ * \[ ] forums
+ * \[ ] storage
+ * \[ ] viewer for images
+ * \[ ] viewer for docs
+ * \[ ] login
+* \[ ] performance related
+ * \[ ] store all listeners in array and kill
+ * \[ ] go through all html files, clean up code
+* \[ ] increase initiation vector (IV) size
## currently
-- [x] learning how mail works
- - [ ] toggle plaintext/html emails
- - [ ] option to markdownify email
- - [ ] write md emails, send as html
- - [ ] sexify
- - [ ] settings.json
- - [ ] make mail prettier
- - [ ] dont accept old login keys
- - [ ] add functionality
- - [x] loading screen
- - [x] storage for quicker (initial)loading
- - [x] delete
- - [ ] send
- - [ ] reply
- - [ ] draft
- - [ ] forward
- - [ ] sender info
- - [ ] allow for email account adding
- - [ ] docs
- - [x] extra pages
- - [x] 404 page
- - [ ] sub domains
- - [ ] ughh hate sub domains
- - [ ] make my own libs
- - [ ] encryption (md5 hashing, rsa, and aes)
- - [ ] add aliases that are used in cookies and randomly gen.
- - [ ] also server side hash to check/verify the alias
- - [ ] more sexy gradients (everywhere)
- - [ ] lower verbosity (and options to change it)
- - [ ] move all dependencies to local ones
- - [ ] check for permissions on what ports to open
-
-### issues
-
- - [x] storage not saving
- - [ ] check for login key cookie on page load
+* \[x] learning how mail works
+ * \[ ] toggle plaintext/html emails
+ * \[ ] option to markdownify email
+ * \[ ] write md emails, send as html
+ * \[ ] sexify
+ * \[ ] settings.json
+ * \[ ] make mail prettier
+ * \[ ] dont accept old login keys
+ * \[ ] add functionality
+ * \[x] loading screen
+ * \[x] storage for quicker (initial)loading
+ * \[x] delete
+ * \[ ] send
+ * \[ ] reply
+ * \[ ] draft
+ * \[ ] forward
+ * \[ ] sender info
+ * \[ ] allow for email account adding
+ * \[ ] docs
+ * \[x] extra pages
+ * \[x] 404 page
+ * \[ ] sub domains
+ * \[ ] ughh hate sub domains
+ * \[ ] make my own libs
+ * \[ ] encryption (md5 hashing, rsa, and aes)
+ * \[ ] [imap wrapper (soonish)](https://www.nylas.com/blog/nylas-imap-therefore-i-am/)
+ * \[ ] add aliases that are used in cookies and randomly gen.
+ * \[ ] also server side hash to check/verify the alias
+ * \[ ] more sexy gradients (everywhere)
+ * \[ ] lower verbosity (and options to change it)
+ * \[ ] move all dependencies to local ones
+ * \[ ] check for permissions on what ports to open
+
+### issues
+
+* \[x] storage not saving
+* \[ ] check for login key cookie on page load
FeMail (iron mail)