Quick Start
Kaneo is an open source project management platform focused on simplicity and efficiency. This guide will help you get up and running quickly.
Docker Compose Installation
The easiest way to get started with Kaneo is using Docker Compose:
Create a compose.yml
file with the following content:
Run docker compose up -d
to start the services.
Open http://localhost:5173 in your browser.
Create your first project and start managing your tasks! 🎉
Environment Variables
Variable | Description |
---|---|
KANEO_API_URL | The URL of the API |
JWT_ACCESS | Secret key for generating JWT tokens |
DB_PATH | The path to the database file |
ALLOW_REGISTRATION | Enable/disable new user registration (default: true) |