karakeep-app/karakeep

[FR] chore(dx): setup karakeep to be able to spin up dev containers

開放

#1,650 建立於 2025年6月21日

 (4 則留言) (0 個反應) (1 位負責人)TypeScript (1,356 個分叉)auto 404
feature requestgood first issuepri/low

倉庫指標

星標
 (27,587 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Describe the feature you'd like

Inspired by Immich, we could setup karakeep to be able to spin up GitHub dev containers, so that users can easily and quickly start a dev environment on vscode and/or GitHub Codespaces.

Describe the benefits this would bring to existing Karakeep users

While it is almost the same thing as a docker compose based local dev setup, the key difference with a dev containers setup allows for us to spin up Github Codespaces, which is surprisingly useful in unexpected scenarios (speaking from personal experience lol)

Can the goal of this request already be achieved via other means?

Yes. docker compose up and sh start-dev.sh can fulfill the local dev requirement, but dev containers will have more synergy with GitHub Codespaces.

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundamental request

Additional context

We have to decide if we will still keep/maintain the docker compose based local dev setup, if we decide to go ahead with this.

Related issues(?)

貢獻者指南