Live data from Hacker News

Hermes: An open-source document management system

hashicorp.com

41–50 of 172 posts

Re: Hermes: An open-source document management system

#41
post #11

Sounds like Mitchel got distracted. I get it, internal company wiki entropy is a hard problem.

> I don't work directly on most of those projects anymore. I was CEO for ~4 years, CTO for ~5 years, and then transitioned to being an individual contributor.

I think it's his job now to get distracted. :) Though I see no reason from this post to think Hermes is one of Mitchell's projects.

https://mitchellh.com/

Re: Hermes: An open-source document management system

#42

The single, killer feature I'm looking for in a document management system (besides collaborative environment that we're used to from gdocs) is a way to stamp versions and have those be reviewed independently, with git like diffs across them. Think gerrit for docs.

Do you mean document control, or diff on text contents? For plain text, diff is do-able, but I don't know if comparing two PDFs can involve a detailed "diff" vs. a checksum, since the text could be the same but there's a change in layout, an image, etc.

Word/docx with SharePoint/OneDrive has pretty nice comparison feature https://www.officetooltips.com/word_365/tips/compare_two_doc...

Re: Hermes: An open-source document management system

#43

Earlier quoted context omitted.

It seems like it manages some metadata around google docs, but google docs is doing all the heavy lifting (creating/editing/sharing documents). Which begs the question, why? By titling itself as a document management system I would assume it would be something like paperless-ngx[0] or mayan edms[1]. The latter of which has a built in workflow system[2]. But by being tied to google docs you can't really self host the…

Utterly misleading to call this self hosted document management then, and defeats the purpose. Here's a front end to Google docs you can host, but you still need access to the internet, Google docs, and Google sees all your docs anyways. No thanks.

Full text search also provided by Algolia, so you’ll likely need an Algolia API key and account as well.

Re: Hermes: An open-source document management system

#44
post #2

I read through the project as I worked with several document storage solution before and still lookin for an ideal solution. Filenet is horribly overpriced from IBM, Alfresco looks nice but have serious performance issues (my experience is from 2020), SharePoint is only nice if everything is Microsoft... Apache Oak is an abandoned project with a lot of things that seems to be in it but didnt get finished (e.g. CMIS p…

Check out https://www.nuxeo.com I’m running their open source solution using docker on my nas. I’m truthfully not using it too much, but it’s an option

Re: Hermes: An open-source document management system

#47
post #29

Is it possible to write markdown in Google docs? This is what often pushed me back to Confluence for various docs, the markdown plugin works as expected, so I can write naturally or copy-paste from obsidian. Markdown is so ubiquitous as a dev that I strongly resist writing anything else these days.

Google Docs supports Markdown just enough to frustrate the life out of you.

I saw your comment, enabled Markdown in a Google Doc, tried to write a code block, became immediately frustrated.

Looks like it only supports bold/italic, links, and headers.

Re: Hermes: An open-source document management system

#48
post #2

I read through the project as I worked with several document storage solution before and still lookin for an ideal solution. Filenet is horribly overpriced from IBM, Alfresco looks nice but have serious performance issues (my experience is from 2020), SharePoint is only nice if everything is Microsoft... Apache Oak is an abandoned project with a lot of things that seems to be in it but didnt get finished (e.g. CMIS p…

ResourceSpace is fine, opensource and can be self-hosted.

https://www.resourcespace.com/

Re: Hermes: An open-source document management system

#49

I think this tool would be perfect if it allowed managing a self-hosted markdown filebase. Hopefully one day :fingerscrossed:

That seems something in the ballpark of my favorite wiki software:

https://github.com/gollum/gollum

Edit and view pages as a normal markdown wiki. But the backend is just a git repository of markdown files so you can also just use your text editor and git pull/push. Usable by any novice but with the ideal power user interface.

Re: Hermes: An open-source document management system

#50

Earlier quoted context omitted.

Utterly misleading to call this self hosted document management then, and defeats the purpose. Here's a front end to Google docs you can host, but you still need access to the internet, Google docs, and Google sees all your docs anyways. No thanks.

Full text search also provided by Algolia, so you’ll likely need an Algolia API key and account as well.

[deleted]
Post reply on HN