Files
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19,
and Vite. Migrate all documentation content to MDX under content/docs/.
Add full src/ app with React components, routing, search, and API page.

Remove Korrektly integration from CI/CD workflows, Dockerfile, and env
vars. Update build pipeline to output to .output/public instead of
docs/.vitepress/dist.
2026-05-06 12:08:05 +02:00

41 lines
1.2 KiB
Plaintext

---
title: "Vikunja"
description: "The open-source to-do app."
og:
description: "Manage tasks on Coolify with Vikunja for to-do lists, kanban boards, gantt charts, calendars, and team project organization."
category: "Productivity"
icon: "/docs/images/services/vikunja-logo.svg"
---
<ZoomImage src="https://vikunja.cloud/images/vikunja-logo.svg" alt="Vikunja" />
## What is Vikunja?
Vikunja is an open source, self-hosted, task management application.
## Deployment Variants
Vikunja is available in two deployment configurations in Coolify:
### Vikunja (Default)
- **Database:** SQLite (embedded)
- **Use case:** Simple deployments, testing, or personal task management
- **Components:** Single Vikunja container with built-in SQLite database
### Vikunja with PostgreSQL
- **Database:** PostgreSQL
- **Use case:** Production deployments requiring better performance, concurrent access, and scalability
- **Components:**
- Vikunja container
- PostgreSQL container
- Automatic database configuration and health checks
## Screenshots
<ZoomImage src="https://vikunja.io/_astro/09-task-detail-dark.ppLbej6M_ZzaSch.avif" alt="Vikunja Preview" />
## Links
- [Official Website](https://vikunja.io)
- [GitHub](https://github.com/go-vikunja/vikunja)