Kanboard: Difference between revisions
Created page with "Kanboard is a free and open-source project management software that uses the Kanban methodology. It provides a simple, self-hosted web interface to visualize tasks, workflows, and project progress. Kanboard supports multiple authentication backends and database systems, including SQLite, MySQL, and PostgreSQL. === Using PostgreSQL with Unix Socket === Kanboard supports PostgreSQL as an alternative to SQLite. To use PostgreSQL as the database backend, enable and configur..." |
m link to github and 2 categories added |
||
| Line 1: | Line 1: | ||
Kanboard is a free and open-source project management software that uses the Kanban methodology. It provides a simple, self-hosted web interface to visualize tasks, workflows, and project progress. Kanboard supports multiple authentication backends and database systems, including SQLite, MySQL, and PostgreSQL. | [https://github.com/kanboard/kanboard Kanboard] is a free and open-source project management software that uses the Kanban methodology. It provides a simple, self-hosted web interface to visualize tasks, workflows, and project progress. Kanboard supports multiple authentication backends and database systems, including SQLite, MySQL, and PostgreSQL. | ||
=== Using PostgreSQL with Unix Socket === | === Using PostgreSQL with Unix Socket === | ||
| Line 37: | Line 37: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Server]] | |||
[[Category:Web Applications]] | |||