trestletech / todotxtpp

NodeJS Application with Dropbox Integration for Managing a Todo.txt File
MIT License
77 stars 8 forks source link

Enable local file storage #6

Open trestletech opened 10 years ago

trestletech commented 10 years ago

Instead of Dropbox, a hosted instance should be able to login and use the local file system to persist their file.

Suggested by Christopher J. on the todo.txt mailing list 2/26/14

gr0undzer0 commented 10 years ago

Thanks for the shout out :) I'll leave the email response here then too:

Thanks for considering my suggestion. The todo file storage location doesn't matter too much to me (though setting a location with proper permissions in the config would be a nicety). If i need to have the file available somewhere else I can just sym link it. For auth I wouldn't be to picky either as long as its secure. The solution might be to have options where you can indicate the authentication type in a config file (flat, db, etc) .. or you could just protect the site with simple apache auth or nginx httpbasicauth if it's only for one user.

jason-son commented 10 years ago

so I need

t -pwd add 'add task on current dir'

then todo list show the current dir task list :)