stackedit icon indicating copy to clipboard operation
stackedit copied to clipboard

synchronize local git

Open berot3 opened this issue 5 years ago • 7 comments

Thanks a lot for this great editor! Git-sync #682 is already here, but only cloud-providers over oauth are supported...

Stackedit can be installed and used in a local LAN-environment (for example behind proxy) and also there are some git-server-solution that also work only on local/LAN like gitea, gitbucket and gitlab (without oauth).

It would be great if Stackedit could connect and sync to local/lan git-servers without oauth!

berot3 avatar Sep 17 '19 13:09 berot3

+1 on this! It would be very usefull to sync the files to any git provider. I use gitea myself

fractalf avatar Dec 12 '19 23:12 fractalf

+1 that would be great. I use a self-hosted Gitea server too, and use codeberg.org which is also a gitea instance.

aschrijver avatar May 13 '20 21:05 aschrijver

+1 great feature, shouldn't be that hard given that gitea provides rest api and OAuth2 provider features...

lukas-smiga avatar Jul 07 '21 09:07 lukas-smiga

Maybe a package like https://www.npmjs.com/package/simple-git would help?

RufusJWB avatar Jul 24 '21 20:07 RufusJWB

+1 definitely need local git, and/or the ability to specify local file storage, not just in-browser cache

revilo951 avatar Sep 07 '21 11:09 revilo951

+1, very useful. any progress on this (or even just using plain terminal commands)

LexNastin avatar Oct 17 '21 12:10 LexNastin

It seems that Logseq used isomorphic-git for synchronizing notes from a web browser. It seems Git support has been removed from Logseq, but isomorphic-git does seem to be a maintained library which may be of use here.

slashtechno avatar Jul 26 '23 16:07 slashtechno