switching databases

This commit is contained in:
grant-kun 2022-10-17 09:32:33 -05:00
parent 990900a85b
commit 4ed519354d
5 changed files with 74 additions and 24 deletions

2
.gitignore vendored
View file

@ -6,4 +6,6 @@ json/user.json
certs/
data/user.sqlite

View file

@ -436,7 +436,7 @@
if (getCookie('login_key') == null) {
window.location.href = '/'
}
await init()
await update()
//return
//document.getElementsByClassName('loading')[0].style.display = 'none'
let xx = document.getElementsByClassName('card')[0]

File diff suppressed because one or more lines are too long

View file

@ -30,6 +30,8 @@
"utf8": "^3.0.0"
},
"devDependencies": {
"emailjs-imap-client": "^3.1.0"
"emailjs-imap-client": "^3.1.0",
"sequelize": "^6.25.2",
"sqlite3": "^5.1.2"
}
}

View file

@ -53,6 +53,7 @@ visit the [main git](https://git.disroot.org/grantsquires/kanna-site) or the [gi
- [ ] performance related
- [ ] store all listeners in array and kill
- [ ] go through all html files, clean up code
- [ ] increase initiation vector (IV) size
## currently