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 modify
- No libraries, frameworks, or dependencies. Just plain vanilla JS/PHP
Requirements (LAMP)
Apache / NginxPHP 7+
MySQL / MariaDB
Setup
- Clone repo into web directory
- Run ./setup-db.sh as root to create database
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.