huytd / pomoday-v2

A keyboard only task management web app
https://pomoday.vercel.app
BSD 3-Clause "New" or "Revised" License
585 stars 69 forks source link

Docker datastore #70

Closed rorph closed 3 years ago

rorph commented 3 years ago

Question:

Where persistent data is stored in the docker version ?

I see no volume mounts, is data stored in the browser? Is there a way to enable persistent datastorage so it works across multiple devices?

Thanks!

huytd commented 3 years ago

Yes, data is saved to browser's localStorage.

If you want to have your data saved on some server, the frontend has already implemented the API interface to do so, but you'll need to implement the backend yourself using the following specs https://github.com/huytd/pomoday-v2/wiki/Pomoday-Backend-API-Specification

(Sorry but I dont have the public backend implemented yet)