Viewing a single comment thread. View all comments

Ranomier t1_isgnnvn wrote

Do to it being written in typescript is it possible to host it through a webserver?

2

TommyX12 OP t1_ish5o6i wrote

It actually is. But currently it works on a local data file, which is not possible if it’s in browser.

1

Ranomier t1_ish5wpv wrote

Mmmh isn't there a local storage feature in the browser.

2

TommyX12 OP t1_ish5yyk wrote

Yes, but it could get wiped easily :) I will definitely look into making a browser version tho

2

Ranomier t1_ish6avq wrote

Mmmh. Oki :). Maybe in the future then. :). I'm running authentik and could create simple user managment through basic auth or header "auth". Then your app could store the data per user as files on my server.

2

TommyX12 OP t1_ish6eog wrote

I get what you mean. It could be made into a server client architecture. Will put on roadmap :)

2