this post was submitted on 28 Mar 2025
126 points (100.0% liked)

Selfhosted

45372 readers
665 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 2 years ago
MODERATORS
 

I spent some time learning and configuring my firewall, then displayed it in form of SVG graph on Glance. I'm pretty happy about the result so I wanted to share it :)

you are viewing a single comment's thread
view the rest of the comments
[–] Sunny@slrpnk.net 4 points 4 days ago (1 children)

Just been at it myself setting up my config for glance with custom css theme. Would love to compare notes, how did you get those network graphs going?

[–] Mouette@jlai.lu 3 points 4 days ago

It is using Glance extension module (you can send custom HTML by setting up a local web api like Flask) The graph are HTML SVG tags which are basic drawing you just have to input the x,y coordinates of your graph (I copied Glance market chart) For networking data collection and monitoring I've setup my own rules and scripts but it is doable with others network monitoring tools if they let you access data easily