Tellor

Minimalist single-user (no auth) kanban todo app
A Trello like app with a much cleaner, simplified, and compact UI.
Core essential features only, so no UI bloat.
Faster load and controls, makes it feel easier to use.
Self-hosted free and open source (FOSS). Own your own data.

Features

Requirements (LAMP)

Apache / Nginx
PHP 7+
MySQL / MariaDB

Setup

  1. Clone repo into web directory
  2. Run ./setup-db.sh as root to create database
Optionally you can change the database user credentials in setup-db.sh

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.
×