Closed pierre521 closed 8 years ago
You don't have to install and run it locally. You may access the hosted version directly from the browser: https://mstijak.github.io/tdo/
I guess you can just bookmark it or pin tdo tab if you use Chrome.
Your tdo's are stored in localStorage or GitHub. It doesn't matter where the client app is hosted.
But it's not private ? And if a clear the cache of my browser I lose my tasks, no ?
If you want to preserve data you must use private gist storage. Private gists are tied to your GitHub account and can be accessed by someone else only if you share the url. In this case you'll share the information with the tdo app which will store it in your browser and use it only to communicate with GitHub. Only API tdo contacts is GitHub's API.
Thank for your reply Mstijak I understand. And if I want to install on local or in my server I have to start each time I want to use it ?
Please note that your data is stored either in a GitHub gist or browser's localStorage.
App files may be hosted anywhere. That's just a shell.
Ok thanks for your reply Mstijak and thanks for this beautiful tool !
Hi, I have a little question with the use of tdo. I install tdo on my linux on local. Every time I want to use it I have to open the terminal and run yarn start ? Is it not possible to run everytime ? Sorry for this question i'm a novice .. Pierre