GitLab Mirror - Minimal self-hosted todo list forked from prologic/todo aimed at being modern and mobile friendly. https://gitlab.com/KevinNThomas/2do
Go to file
KevinNThomas 54b6054dfb Change layout, add color theme support
- Modify CSS to be more mobile friendly
- Modify CSS to support color themes. These themes are configured using
  environment variables that can be passed into the docker container
- Add support for custom color themes, these are also set through
  environment variables
2020-07-21 22:00:44 -07:00
scripts Initial Commit 2017-07-17 00:57:17 -07:00
static Change layout, add color theme support 2020-07-21 22:00:44 -07:00
templates Change layout, add color theme support 2020-07-21 22:00:44 -07:00
_config.yml Set theme jekyll-theme-hacker 2019-04-13 13:30:29 +10:00
.dockerignore Change layout, add color theme support 2020-07-21 22:00:44 -07:00
.gitignore Change layout, add color theme support 2020-07-21 22:00:44 -07:00
docker-compose.yml Fix Docker configuration 2020-07-21 21:17:56 -07:00
Dockerfile Run go build after rice embed-go in Dockerfile 2020-07-21 21:59:07 -07:00
go.mod Migrate to Bitcask DB (#7) 2019-05-13 21:51:38 +10:00
go.sum Migrate to Bitcask DB (#7) 2019-05-13 21:51:38 +10:00
LICENSE Initial Commit 2017-07-17 00:57:17 -07:00
main.go Change layout, add color theme support 2020-07-21 22:00:44 -07:00
Makefile Initial Commit 2017-07-17 00:57:17 -07:00
models.go Fixed bug in limiting title length 2019-06-25 22:29:00 +10:00
README.md Update README.md (#14) 2019-07-28 13:17:00 +10:00
screenshot.gif Readme adjustments, intial drone, animated screenshot (#6) 2019-04-25 10:51:20 +10:00
screenshot.png Add screenshot 2018-03-05 13:34:47 -08:00
server.go Fixed bug in limiting title length 2019-06-25 22:29:00 +10:00
templates.go Exported functions moved to unexported (#8) 2019-05-21 14:16:12 +10:00

todo

Build Status GoDoc Go Report Card CodeCov Sourcegraph Docker Version Image Info

todo is a self-hosted todo web app that lets you keep track of your todos in a easy and minimal way. 📝

animated screenshot

Quickstart

Docker

You can also use the Todo Docker Image:

$ docker pull prologic/todo
$ docker run -d -p 8000:8000 prologic/todo

Demo

There is also a public demo instance avilable at: https://todo.mills.io

Installation

Source

$ go get github.com/prologic/todo

Usage

Run todo:

$ todo

Then visit: http://localhost:8000/

Configuration

By default todo stores todos in todo.db in the local directory.

This can be configured with the -dbpath /path/to/todo.db option.

License

MIT Icon made by Smashicons from flaticon.com