Skip to content
/ Tellor Public

Minimalist single-user kanban todo app. Can import from Trello. (php + mysql)

License

Notifications You must be signed in to change notification settings

Voldrix/Tellor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tellor

Minimalist single-user (no auth) kanban todo app

Live Demo

Features

  • Loads fast. Lightweight
  • Controls are snappy
  • Compact, minimal UI
  • Single-user design. No authentication.
  • Import boards from Trello
  • Mobile friendly
  • Simple/minimal code that is easy to follow and modify
  • No libraries, frameworks, or dependencies. Just plain vanilla JS/PHP

Requirements (LAMP)

Apache / Nginx
PHP 7+
mysql / mariadb

Setup

  • Clone repo into web directory
  • (optional) Open setup-db.sh and set DB user options. Can be new user
  • (optional) Copy DB creds into api.php line 6
  • Run ./setup-db.sh as root to create database

There are default credentials, so steps 2 and 3 are optional

Import / Export

Tellor (and Trello) allow you to export boards to JSON.
Tellor can import boards from either source.
Tellor boards cannot be ported to Trello.

Security

This is a single user application without the hassle of authentication.
But that means anyone who can find/access your board can modify it.
This application is meant to be kept in a private web directory. Either on a local network server, or protected upstream by the reverse proxy.

License

MIT