this post was submitted on 03 Sep 2023
32 points (97.1% liked)

Selfhosted

39250 readers
236 users here now

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:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I have been searching for while now for goed software to document my network setup. I would like to document my servers, containers, network flow, possibly als store some config files. Also would be nice if it has some auto discovery on my network.

As said, I’ve been through a lot, but never found the tool that I liked. Netbox is nice, but lacks a graphical base. Several tools are just drawing tools that lack auto discovery of the network and seem hard to maintain in the future and can not hold extra information. Same goes for some unl based stuff.

Does anyone have a good suggestion?

top 16 comments
sorted by: hot top controversial new old
[–] gelatinepudding1@feddit.nl 8 points 1 year ago (2 children)
[–] thirdBreakfast@lemmy.world 3 points 1 year ago

I forget about draw.io, then search for something like this, find draw.io, and then find my old drawings.

[–] FrostyCaveman@lemm.ee 1 points 1 year ago (2 children)

Me too. I also selfhost an instance of it, although really it’s almost entirely client side.

[–] TheHolm@aussie.zone 1 points 1 year ago

It is just a imprecise bunch of JavaScript. There is no need to host it, you just need to get into your browser.

[–] klangcola@reddthat.com 1 points 1 year ago

It's also available as a standalone desktop application, which work perfectly even when you're offline

[–] TCB13@lemmy.world 5 points 1 year ago

https://excalidraw.com/ seems a like a nice tool for a home job.

[–] slazer2au@lemmy.world 4 points 1 year ago

Netbox is a good start if you can deal with the device-front port-rear port-rear port-front port-device horseshittery. For auto discovery I would look at LibreNMS it pulls data from LLDP, CDP, and Mac tables to map out a network.

[–] SirMaple_@lemmy.world 2 points 1 year ago (2 children)

draw.io for diagrams, netbox for cables and IP addresses, and mediawiki for notes and guides on how it all works.

[–] toma@lemmy.omat.nl 1 points 1 year ago (1 children)

Netbox is ok, but I’m looking for something more visual.

[–] Arcayne@kbin.social 1 points 1 year ago

Netbox was a total game changer for me, both at work and at home. It's overkill for a homelab, sure, but its still an incredibly valuable tool. I highly recommend giving it a chance.

There are also a couple plugins available that will auto-generate interactive diagrams that you can tweak before exporting, which should scratch that visual itch.

[–] toma@lemmy.omat.nl 1 points 1 year ago

Thanks, but I'm looking for something else. I know about draw.io, but it's just a drawing tool. I can use 10 different tools for that. I'm looking for something more advanced than that.

[–] vegetaaaaaaa@lemmy.world 2 points 1 year ago
[–] rambos@lemm.ee 1 points 1 year ago

I use bookstack to document everything about my setup. I dont have any diagrams yet, but it has drawing tool built in

[–] PuppyOSAndCoffee@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

I would look for something that can generate your diagram from text. There are several.

Also you should probably have some kind orchestration layer so that your architecture as text feeds both diagram and operational automation (say, ansible).

The hard part with diagrams is keeping it up to date. So if you can generate a diagram from something that MUST be up to date, it’s a 2-fer (or if your diagram can be used to generate say an ansible inventory).

[–] CameronDev@programming.dev 1 points 1 year ago

I am using https://silverbullet.md as a self hosted wiki/doco source. It's very easy to setup and used, but also a bit bare-bones