this post was submitted on 03 Jul 2023
11 points (100.0% liked)
Selfhosted
59995 readers
348 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:
-
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.
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!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Oh thanks a lot for that recommendation, I was looking for docker images but nothing seemed just right.
No worries! If you really want to save money take a look at the cloud formation (AWS) implementation of it. It would take some trial and error to find the parameters to best suit you and friends, but it uses spot pricing to take advantage of the cheapest hardware possible. It’s linked in the docs (but I always have to dig for it), so direct link is here https://github.com/vatertime/minecraft-spot-pricing
I’ll add - I struggled to find a cloud host that was actually competitive compared to game hosting companies. I went through a few before I settled on one that was so cheap I just couldn’t get close with running my own. My friends like to play with a lot of mods so we needed a decent chunk of RAM.
The only way I would get it to be viable from a financial standpoint was with cloud formation. I played around with it a bit but never ended up deploying - as I say - the host I settled on was so cheap it was just easier long term.
Interesting, thanks. Although the guide says roughly 10$ for t3.medium (2vCPU 4gb RAM) and I'm paying half of that at my current hoster for comparable specs. Still a cool guide!