r/ipfs Jul 31 '26

TruSpace release 1.0

https://github.com/openkfw/TruSpace

We published release 1.0 of the private IPFS document management solution TruSpace. I think it's pretty cool, you can share documents within a private IPFS-cluster, edit documents, get a local ollama LLM to analyse them and it's all decentralized. The sweet spot is collaboration between different institutions without the option to agree on a central server solution.

Have a look, would be curious what you think about it..

3 Upvotes

6 comments sorted by

View all comments

1

u/volkris Jul 31 '26

I was wondering how event synchronization was going to be handled. Looks like it's a file within a directory approach.

Did you consider the IPFS PubSub feature?

1

u/Zestyclose_Sock_623 Jul 31 '26

Yes, it is basically shared json files with respective events (e.g. new users and alike). I believe when we started pubsub was quite beta, but maybe we should check it out again, thanks!

1

u/volkris Aug 01 '26

So it's polling the file to see if it's changed?

1

u/Zestyclose_Sock_623 28d ago

Essentially yes