Hello self-hosters! Just wondering if anyone has any suggestions for a self-hosted Microsoft Visio alternative, or something at least very similar. I’m basically looking to create infrastructure diagrams for my self hosted server and apps. I already have WikiJS as a wik/documentation solution, but don’t mind migrating to something else if there are better solutions and/or integrations for diagrams
If you have used Draw.io (free) or lucidcharts (paid) you can host your own version as they are both versions of jgraph
https://github.com/jgraph/docker-drawio
Draw io gets my vote
You don’t even need Docker for draw.io: https://github.com/jgraph/drawio-desktop/releases
true, but self hosted implies not a desktop app.
deleted by creator
No it does not.
Self-hosted implies self-hosted. AFAIK, the end goal is being as autonomous as possible technologically-speaking. Why exclude desktop applications ?
If it cannot be reached through the network/another machine it is not really “hosted” as there is no host-client relationship. My 2c
This is what I expect from something that is “hosted” as well. I would like to access the hosted app from any machine on my network with a single installation/setup, and potentially expose it for private access from the Internet.
Thanks I’ll take a look!
Ok I think we have a winner! Got draw.io up and running on my server, and so far it has everything I need, and the UI is perfect. Thank you for the suggestion!