gitly icon indicating copy to clipboard operation
gitly copied to clipboard

[Feature] Support P2P data storage

Open hoijui opened this issue 4 years ago • 1 comments

With that I mean, supporting things like the git-bug issue storage format, which stores issues inside the git repo, instead (or at least alternative to) storing them in a database. The general idea is, to have projects entirely self-contained within their repo, and thus be truly independent of the platform they are hosted on. In reality today, this is only true for the source code. the whole rest - roughtly "the community" part - is not distributed. This would be a killer feature!

hoijui avatar May 22 '21 13:05 hoijui

Hi hoijui.

I thought of something interesting, we can use orbit-db to store p2p data. I'll see if I send a pull request about this to help you.

What do you think of this idea?

ghost avatar Dec 14 '22 04:12 ghost