this post was submitted on 11 Jul 2023
78 points (96.4% liked)

Selfhosted

60526 readers
1159 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hi guys,
I just released a new version of MinMon. If you're looking for a minimalistic tool for monitoring and alarming, check out the documentation and give it try! And even more important: please leave some feedback as I'll have some spare time next month to - hopefully - make v1.0 happen, or at least v0.6.
Cheers!

you are viewing a single comment's thread
view the rest of the comments
[–] derevar@feddit.de 9 points 3 years ago (2 children)

In my opinion docker is simple. And only one dependancy is quite bloat-free in my book as well. :)

[–] TCB13@lemmy.world 3 points 3 years ago (3 children)

Bloat free is a single compiled binary that runs anywhere!!

[–] mim 6 points 3 years ago

You can always compile it, it's just a single cargo command. 🤷‍♂️

[–] TCB13@lemmy.world 3 points 3 years ago

But oh yes, cool project :)

[–] float@feddit.de 1 points 3 years ago (2 children)

That's actually not a bad idea. There are a few downsides to this like the binary being quite big compared to the classical "one binary per architecture" style. I'll give it a though. The docker image is pretty small btw ;).

[–] TCB13@lemmy.world 1 points 3 years ago (1 children)

You can simply not bundle typical libraries that are available in most systems and let package managers deal with those.

[–] float@feddit.de 1 points 3 years ago

I think the dependencies might actually be a problem for the "one binary fits all" solution. For a simple binary the user is responsible for the external dependencies. If by any chance you're using Arch, there a package in the AUR.

[–] TCB13@lemmy.world 1 points 3 years ago

The docker image is pretty small btw ;).

Yes if you already have Docker. If don't use Docker you'll be installing a ton of stuff just for a single application.