Minimalistic card-based TODO lists in Vanilla JS.
Build as an easy to host Trello alternative with no dependencies, only requiring PHP 7.
Compatible with any DBMS suported by PHP PDO (see https://www.php.net/manual/en/pdo.drivers.php).
Just create an account here: https://trytarallo.altervista.org You will also be able to access a showcase board. Mind that the the above instance data will be periodically wiped out!!
- copy the content of
source/
to your web server (sub-directories work fine) - modify
php/config.php
to setDB_DSN
to the db connection string (and optionally other parameters). - ensure the
source/
directory is writable by the application by setting the appropriate permissions:sudo chmod -R 777 source
- update variables (database password) in
.env
file - run
docker compose build
from project root - run
docker compose up -d
- access site via http://localhost:8080
- log-out from Tarallo
- copy the content of
source/
to your web server, overriding existing files - the first reload of the login page will also upgrade your db to the last version
Additional settings can be found in the "tarallo_settings" DB table.