gitly
gitly copied to clipboard
[Feature] Support P2P data storage
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!
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?