Skip to content

Files

Latest commit

author
Voldrix
Mar 20, 2025
2fdd747 · Mar 20, 2025

History

History
43 lines (32 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.36 KB

Tellor

Minimalist single-user (no auth) kanban todo app

Live Demo

A Trello clone with a cleaner, simplified, and compact UI. Core essential features only, so no UI bloat. Can import boards from Trello.

Features

  • Loads fast. Lightweight. Snappy controls
  • Clean and Compact 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