Belowland
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
@abobla@lemm.ee to Selfhosted@lemmy.worldEnglish • 1 year ago

Does anybody know an open source self hosted application to create diagrams? Like draw.io or something like that

message-square
47
fedilink
99
message-square

Does anybody know an open source self hosted application to create diagrams? Like draw.io or something like that

@abobla@lemm.ee to Selfhosted@lemmy.worldEnglish • 1 year ago
message-square
47
fedilink
alert-triangle
You must log in or register to comment.
  • @opossumtriceps@lemmy.one
    link
    fedilink
    English
    4•1 year ago

    planuml

  • @simplymath@lemmy.world
    link
    fedilink
    English
    1•
    edit-2
    10 months ago

    deleted by creator

  • slazer2au
    link
    fedilink
    English
    6•1 year ago

    Draw.io has a Docker container

    https://www.drawio.com/blog/diagrams-docker-app

  • @wildbus8979@sh.itjust.works
    link
    fedilink
    English
    15•1 year ago

    https://gaphor.org/

    https://wiki.gnome.org/Apps/Dia

    • @whotookkarl@lemmy.world
      link
      fedilink
      English
      5•1 year ago

      I’ve used Dia for years, great simple tool for diagramming & if I need something more I’ll switch to graphviz dot files

  • Nicht BurningTurtle
    link
    fedilink
    English
    5•1 year ago

    Graphviz

  • @scholar@lemmy.world
    link
    fedilink
    English
    12•1 year ago

    Inkscape works well for this.

    • JustEnoughDucks
      link
      fedilink
      English
      1•1 year ago

      Does inkscape have diagram connecting? One of the best draw.io features is the wide array of premade shapes, styles, and auto connecting for flow visualization

  • @mystik@lemmy.world
    link
    fedilink
    English
    8•1 year ago

    You are aware that draw.io is itself open source and self-hostable: https://github.com/jgraph/drawio ?

    • @igorette@lemmy.ml
      link
      fedilink
      English
      17•1 year ago

      “This project is not an open source project as a result.”

      • @mystik@lemmy.world
        link
        fedilink
        English
        11•1 year ago

        https://github.com/jgraph/drawio/blame/dev/LICENSE <-- that’s … a rather specific and recent change. Is there a story here ?

        • @AustralianSimon@lemmy.world
          link
          fedilink
          English
          1•1 year ago

          Weird because gliffy (or whatever it’s called) exists on confluence

        • @eksb@programming.dev
          link
          fedilink
          English
          15•1 year ago

          They added:

          1. None of the Work may be used in any form as part, or whole, of an integration, plugin or app that integrates with Atlassian’s Confluence or Jira products.
          • @deadbeef79000@lemmy.nz
            link
            fedilink
            English
            8•1 year ago

            Amazing. I get there’s some atlassian bullshittery behind that.

            • @CodeGameEat@lemmy.world
              link
              fedilink
              English
              8•1 year ago

              Looks like their paid confluence extension was called a scam in a review and they really did not like that 😂 https://github.com/jgraph/drawio/discussions/4623

  • Noxious
    link
    fedilink
    49•1 year ago

    Yes, I know, draw.io theoretically isn’t entirely open source, but the source code is available and it can be self-hosted. Honestly, that’s good enough for me, I think I can make an exception for this one. But generally I care a lot about strictly using FOSS too. It can also be integrated with Nextcloud: https://apps.nextcloud.com/apps/drawio

    • @deadbeef79000@lemmy.nz
      link
      fedilink
      English
      7•1 year ago

      There’s also a draw.io (diagrams.net) plugin for intellij and probably eclipse.

      • @calcopiritus@lemmy.world
        link
        fedilink
        English
        2•1 year ago

        Vscode too

  • @BennyInc@feddit.org
    link
    fedilink
    English
    24•1 year ago

    https://github.com/excalidraw/excalidraw

    Excalidraw is great, but can be a pain to set up locally if you require the collaboration features.

    • @tuxec@infosec.pub
      link
      fedilink
      English
      6•1 year ago

      Have you done it? I’m interested in this. Any tips and tricks? Maybe you kept some notes?

      Thanks!

      • @BennyInc@feddit.org
        link
        fedilink
        English
        6•1 year ago

        I didn’t myself, but talked to a colleague recently who set it up for our company. Apparently it was quite tricky to get the various containers set up just right, as they need to communicate with each other but also be user facing and have proper certs and so on. I don’t have any details, but usually this guy is very good at deploying stuff, so if he admits to struggling I know it must be seriously hard.

        • @tuxec@infosec.pub
          link
          fedilink
          English
          2•1 year ago

          Thanks! Now I’m intrigued. I’ll try to set it up this weekend.

        • @CodeGameEat@lemmy.world
          link
          fedilink
          English
          6•1 year ago

          Do you think he would he share his deployment code? I was thinking of deploying excalidraw on my homeserver :p.

          • @BennyInc@feddit.org
            link
            fedilink
            English
            5•1 year ago

            I don’t think it’s possible, as his deployment code is very specific to our company setup (own acme, own sso, …). Sorry. 😕

            • @CodeGameEat@lemmy.world
              link
              fedilink
              English
              5•1 year ago

              No problem, I expected as much but wanted to try haha

    • @scottrepreneur@lemmy.world
      link
      fedilink
      English
      5•1 year ago

      There’s also an Obsidian plugin that gives you a local setup without the extra config for sharing

  • BarrierWithAshes
    link
    fedilink
    2•1 year ago

    Yed is pretty good. It’s what I use.

  • Kalcifer
    link
    fedilink
    English
    8•1 year ago

    LibreOffice Draw?

  • @bmcgonag@lemmy.world
    link
    fedilink
    English
    3•1 year ago

    I used to use one years ago called yEd graph editor. Supremely amazing. It is free to use, but I don’t think it’s open source.

  • Zarlin
    link
    fedilink
    English
    11•1 year ago

    Maybe mermaid fits your use case?

    https://mermaid.js.org/

    • @Hawk@lemmynsfw.com
      link
      fedilink
      English
      2•
      edit-2
      1 year ago

      See also Inkscape.

      Doesn’t quite fit OPs want of self hosted, but still very good.

      There is also Asymptote and tikz for more technical stuff.

    • Deebster
      link
      fedilink
      English
      5•1 year ago

      There’s kroki as well, which includes Mermaid, Excalidraw, GraphViz, PlantUML, etc.

  • @LunchMoneyThief@links.hackliberty.org
    link
    fedilink
    English
    5•1 year ago

    graphviz

  • @geophysicist@discuss.tchncs.de
    link
    fedilink
    English
    1•1 year ago

    D2lang is good

Selfhosted@lemmy.world

!selfhosted@lemmy.world
Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !selfhosted@lemmy.world

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

  • selfh.st Newsletter and index of selfhosted software and apps
  • awesome-selfhosted software
  • awesome-sysadmin resources
  • Self-Hosted Podcast from Jupiter Broadcasting

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

  • 65 users / day
  • 476 users / week
  • 1.45K users / month
  • 5.24K users / 6 months
  • 1 subscriber
  • 4.79K Posts
  • 106K Comments
  • Modlog
  • mods:
  • Ruud
  • @CannaVet@lemmy.world
  • Loki
  • @HybridSarcasm@lemmy.world
  • devve
  • @HybridSarcasm@lemmy.hybridsarcasm.xyz
  • BE: 0.18.1
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org