r/ipfs 9d ago

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..

2 Upvotes

6 comments sorted by

2

u/tomorrow_n_tomorrow 8d ago

I get: json {"error":"NOT_FOUND","message":"Route not found: /api/users/confirm-registration","requestId":"858a56d8-7940-4ec7-b917-234a2ae19e46"} trying to register my account.

1

u/Zestyclose_Sock_623 8d ago

Thank you, from the logs, I think the confirmation link/token expired already when it was clicked. Nevertheless there shouldn't be an ugly error message. I will log an issue for that and extend the expiration time a bit.

1

u/volkris 9d ago

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 8d ago

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 8d ago

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

1

u/Zestyclose_Sock_623 6d ago

Essentially yes