Mobile friendly zero-feature TODO list web app. Unix philosophy.
Deploy this app to Linode with a free $100 credit!
Minimal TODO list web app:
Surprisingly, I could not find software meeting these criteria.
git clone
the gh-pages
branch.Note: ensure that the data/
directory and files therein are writable by the user/group running PHP.
If you use todoMini, please give it a 'like' on alternativeto.net
To require authentication, first create a password file:
htpasswd -c /path/to/.htpasswd username
Then copy ./example.htaccess
to .htaccess
and edit it.
If you have multiple users, clone the directory for each user and create a unique htaccess login for each.
Alternatively, you can create the environment variable TODO_PER_USER_FOLDERS with the value set to "TRUE". Then just add each user to the same htpassword file. This will create per user fodlers within the data folder, and use the correct one based on currently logged in user. New folders will be created automatically.
To create a shared list, symlink one of the TODO list files into each user's data directory.
The TODO lists use standard Markdown format:
* [x] This is my first completed item.
* [ ] Another uncompleted item.
* [ ] Something else.
Copyright Chris McCormick, 2016. GPLv3 licensed.
Please login to review this project.
No reviews for this project yet.
List editor for power users, backed by a self-hosted server.
Simple tasks and notes manager written in PHP, jQuery and B…
Simple task/todo list that uses a JSON text file for the ta…
Comments (0)
Please login to join the discussion on this project.