SkillAgentSearch skills...

Tarallo

A minimalistic trello alternative with no dependencies, only requiring PHP.

Install / Use

/learn @michelematteini/Tarallo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Tarallo

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). Preview1

To try it out

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!!

To host an instance:

On an existing web server

  1. copy the content of source/ to your web server (sub-directories work fine)
  2. modify php/config.php to set DB_DSN to the db connection string (and optionally other parameters).
  3. ensure the source/ directory is writable by the application by setting the appropriate permissions: sudo chmod -R 777 source

Docker

  1. update variables (database password) in .env file
  2. run docker compose build from project root
  3. run docker compose up -d
  4. access site via http://localhost:8080

Updating an instance to a new version:

  1. log-out from Tarallo
  2. copy the content of source/ to your web server, overriding existing files
  3. 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. Preview2 Preview3

Related Skills

View on GitHub
GitHub Stars45
CategoryDevelopment
Updated1mo ago
Forks6

Languages

JavaScript

Security Score

90/100

Audited on Jan 25, 2026

No findings