Skip to content
/ app Public

An open source project management platform focused on simplicity and efficiency. Self-host it, customize it, make it yours. πŸš€

License

Notifications You must be signed in to change notification settings

kaneo-app/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Kaneo's logo

Kaneo

license GitHub Workflow Status Discord

An open source project management platform focused on simplicity and efficiency.

✨ Features

  • πŸš€ Simple & Fast: Minimalist interface with powerful features
  • πŸ”’ Self-hosted: Full control over your data
  • 🎨 Customizable: Make it yours with extensive customization options
  • 🀝 Open Source: MIT licensed, free forever

πŸš€ Quick Start

  1. Create a compose.yml file with the following content:
services:
  backend:
    image: ghcr.io/kaneo-app/api:latest
    environment:
      JWT_ACCESS: "change_me"
      DB_PATH: "/app/apps/api/data/kaneo.db"
    ports:
      - 1337:1337
    volumes:
      - sqlite_data:/app/apps/api/data

  frontend:
    image: ghcr.io/kaneo-app/web:latest
    environment:
      KANEO_API_URL: "http://localhost:1337"
    ports:
      - 5173:80
    depends_on:
      - backend

volumes:
  sqlite_data:
  1. Run docker compose up -d to start the services.

  2. Open http://localhost:5173 in your browser.

  3. Create your first project and start managing your tasks!

πŸ“– Documentation

For detailed instructions and documentation, visit our Documentation.

🀝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

πŸ’¬ Community

πŸ“ License

This project is licensed under the MIT License.

About

An open source project management platform focused on simplicity and efficiency. Self-host it, customize it, make it yours. πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Languages