Do You guys have any tips on how to make a map or something over my services and servers i self-host? I need to make this so i know what im hosting 😅
And of course i need it for posting here on lemmy 😁
Update: I went with draw.io AND PlantUML, which i found when investigating Mermaid :) I think i need to work more with my PlantUML diagram because i have more than 50 containers :S and that is what i need to list and go thru.
See pictures in comments
15 Comments
darkan15@lemmy.world · 13 pts · 277d
Maybe this one -> https://github.com/stan-smith/FossFLOW
anamethatisnt@sopuli.xyz · 5 pts · 277d
https://www.drawio.com/ could probably work
anamethatisnt@sopuli.xyz · 3 pts · 277d
https://github.com/jgraph/drawio-desktop
ZebraGoose@sh.itjust.works · 1 pts · 277d
All right! gonna try it out! Thanks!
mesamunefire@piefed.social · 5 pts · 277d
I have no idea but I'll be looking at this thread! Let us know if you find one!
ZebraGoose@sh.itjust.works · 1 pts · 275d
Okay update! I went with draw.io AND PlantUML, which i found when investigating Mermaid :) I think i need to work more with my PlantUML diagram because i have more than 50 containers :S and that is what i need to list and go thru.
So on my Elitedesk i have installed Proxmox which is detailed on the second picture.
SuperiorOne@lemmy.ml · 5 pts · 277d
https://mermaid.live/, makes you learn a new syntax that works like a markdown, but it's pretty good. Especially, if you don't like working with GUI applications.
ZebraGoose@sh.itjust.works · 2 pts · 277d
Learn something new and get what i want. Great! Gonna check this out! Thanks!
MasterBlaster@lemmy.world · 2 pts · 277d
You might be able to get AI to generate mermaid if you can get it to scan your topology.
irmadlad@lemmy.world · 4 pts · 277d
I used Drawio.com and there is Excalidraw.
ZebraGoose@sh.itjust.works · 2 pts · 277d
Okay gonna check that out. Thanks!
HelloRoot@lemy.lol · 3 pts · 277d
How is it a map and not a list?
Like, are the containers related somehow?
If you just want to know whats running, there are a ton of docker autoexplore dashboard out there. But I don't think they output a map, just a list.
ZebraGoose@sh.itjust.works · 2 pts · 277d
Hmm okay, gonna check out that. I just want a good overview and thought that a map or something like would be nice.
curbstickle@anarchist.nexus · 2 pts · 277d
I use markup for that, mostly mermaid.
ZebraGoose@sh.itjust.works · 1 pts · 274d
Found this in the latest selfhosted newsletter: https://github.com/mayanayza/netvisor
Gonna check that out aswell