Skip to content
forked from usekaneo/kaneo

一个专注于简单性和效率的开源项目管理平台。自托管、自定义、打造专属。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

yuanzhongqiao/kaneo

 
 

Repository files navigation

卡尼奥的标志

金尾

许可证 GitHub 工作流状态 不和

一个专注于简单性和效率的开源项目管理平台。

✨ 特征

  • 🚀 简单快速:极简的界面,强大的功能
  • 🔒 自托管:完全控制您的数据
  • 🎨 可定制: 通过广泛的自定义选项使其成为您的专属
  • 🤝 开源:MIT 许可,永久免费

🚀 快速开始

  1. 创建包含以下内容的文件:compose.yml
services:
  backend:
    image: ghcr.io/usekaneo/api:latest
    environment:
      JWT_ACCESS: "change_me"
      DB_PATH: "/app/apps/api/data/kaneo.db"
    ports:
      - 1337:1337
    restart: unless-stopped
    volumes:
      - sqlite_data:/app/apps/api/data

frontend: image: ghcr.io/usekaneo/web:latest environment: KANEO_API_URL: "http://localhost:1337" ports: - 5173:80 restart: unless-stopped

volumes: sqlite_data:

<clipboard-copy aria-label="Copy" class="ClipboardButton btn btn-invisible js-clipboard-copy m-2 p-0 d-flex flex-justify-center flex-items-center" data-copy-feedback="Copied!" data-tooltip-direction="w" value="services: backend: image: ghcr.io/usekaneo/api:latest environment: JWT_ACCESS: "change_me" DB_PATH: "/app/apps/api/data/kaneo.db" ports: - 1337:1337 restart: unless-stopped volumes: - sqlite_data:/app/apps/api/data

frontend: image: ghcr.io/usekaneo/web:latest environment: KANEO_API_URL: "http://localhost:1337" ports: - 5173:80 restart: unless-stopped

volumes: sqlite_data:" tabindex="0" role="button">

  1. 运行 以启动服务。docker compose up -d

  2. 在浏览器中打开 http://localhost:5173

  3. 创建您的第一个项目并开始管理您的任务!

变量 描述
KANEO_API_URL API 的 URL
JWT_ACCESS 用于生成 JWT 令牌的密钥
DB_PATH 数据库文件的路径

📖 文档

有关详细说明和文档,请访问我们的文档

🤝 贡献

我们欢迎贡献!有关详细信息,请参阅我们的贡献指南

💬 社区

📝 许可证

本项目根据 MIT 许可证获得许可。

About

一个专注于简单性和效率的开源项目管理平台。自托管、自定义、打造专属。An open source project management platform focused on simplicity and efficiency. Self-host it, customize it, make it yours. 🚀

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • CSS 1.2%
  • Other 1.2%