git-bug icon indicating copy to clipboard operation
git-bug copied to clipboard

bridge to https://github.com/charmbracelet/soft-serve

Open gedw99 opened this issue 11 months ago • 3 comments

This project is awesome.

I like the idea of running my own Git server and Soft Serve: https://github.com/charmbracelet/soft-serve is nice and clean.

Would I need to write a bridge ? That seems to be the integration point right ?

gedw99 avatar Mar 11 '24 10:03 gedw99

I don't know Soft Serve, but can't you just push there as a git remote?

MichaelMure avatar Mar 11 '24 10:03 MichaelMure

Hey @MichaelMure

git remote should work yes. I will try it.

I am writing a GUI for git-bug using this approach:

https://github.com/octoberswimmer/masc/tree/main/example/todomvc

from that Folder you just need to install https://github.com/hajimehoshi/wasmserve

cd todomvc 
apple@apples-MacBook-Pro todomvc % wasmserve
2024/03/11 11:07:11 go build -o /var/folders/pj/n3sth0z55md7lydld97r8mmh0000gn/T/771057398/main.wasm .

It fund very fast and its ELM functional coding.

gedw99 avatar Mar 11 '24 11:03 gedw99

This bot triages untriaged issues and PRs according to the following rules:

  • After 90 days of inactivity, the lifecycle/stale label is applied
  • After 30 days of inactivity since lifecycle/stale was applied, the issue is closed

To remove the stale status, you can:

  • Remove the lifecycle/stale label
  • Comment on this issue

github-actions[bot] avatar Jul 23 '24 00:07 github-actions[bot]