Graphite-Docs / graphite

Encrypted, secure, user-owned productivity suite
https://graphitedocs.com
GNU General Public License v3.0
589 stars 90 forks source link

Is it possible to run the app anymore? #192

Open TeemuKoivisto opened 3 years ago

TeemuKoivisto commented 3 years ago

Hey, I just stumbled upon this editor and by mere curiosity I wondered if I could still hack ol Graphite to work locally?

Apparently there is no local authorization enabled and the API routes are not functioning as such. I bypassed the authorization by just setting the authorization check to true but this only gets me past the login page and the app doesn't show the documents or whatnot properly. The editor still works if I go to /document/new/asdf. But the other pages not so much.

If it's not too big of a hassle to remember how to mock the user session I would appreciate it. The backend doesn't install dependencies at all with my NodeJS version. Should probably downgrade it and try again.

Teemu