Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.
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!
view the rest of the comments
Dang, that's a lot of seperate parts for 1 "simple" task smh. It's one of the reasons I've stayed away from all this Docker nonsense. I get it's FOSS and is a great alternative to a lot of paid garbage, but just seems like there could be an easier way... Nice to learn, tinker, etc, but if it breaks, then it seems more complicated to fix as each component is separate.
I've just supported Window for so long and there's a second-nature to troubleshooting; but took years to get there, ya know? I'll check it out for sure, but I'm still going to look around myself
Agree, but this setup (node-exporter + Prometheus + Grafana) allows for a lot of expansion and customization. I'm sure there are simpler tools that tell you your computer status, and it's up to you to see which fits more your use-case.
I've felt that way before. But in this case of node-exporter and Prometheus, it's way simpler. You don't even need Docker, and the installation for both tools is basically a single line that you can copy and paste from their documentation.
Configuring Prometheus to accept node-exporter is a bit harder I admit, but again you can simply copy and paste the documentation example. The whole process should take like ~10 minutes if you follow the documentation.
Sweet, thank you
Not sure how that's related to docker. It's the prometheus setup which can be run natively just fine. Still needs an agent that actually retrieves info from the OS.
Certainly there's "single executable" tools as well. I just don't know them.