GithubHelp home page GithubHelp logo

c0debrain / todomini Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appmini/todomini

0.0 1.0 0.0 1.2 MB

Self-hosted TODO list webapp.

Home Page: https://www.todomini.app/

License: GNU General Public License v3.0

Makefile 2.58% Shell 0.52% HTML 4.79% Clojure 69.15% CSS 10.55% PHP 12.41%

todomini's Introduction

Screenshot

Minimal TODO list web app:

  • Web based.
  • Easy to deploy.
  • Self-hosted & FLOSS.
  • Allows multiple people to update a list.
  • Mobile friendly - "Add to Home Screen" webapp.
  • Simple text based format for easy editing (see below).

Surprisingly, I could not find software meeting these criteria.

Hosted Install

Get a fully hosted todoMini for $1 per month.

Self-hosted Install

  • Download a release or git clone the gh-pages branch.
  • Copy the files to your PHP web hosting.

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

Authentication

To require authentication, first create a password file:

htpasswd -c /path/to/.htpasswd username

Then copy ./example.htaccess to .htaccess and edit it.

Multi-user

If you have multiple users, clone the directory for each user and create a unique htaccess login for each.

To create a shared list, symlink one of the TODO list files into each user's data directory.

Textfile format

The TODO lists use standard Markdown format:

 * [x] This is my first completed item.
 * [ ] Another uncompleted item.
 * [ ] Something else.

License

Copyright Chris McCormick, 2016. GPLv3 licensed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.