219

Is there any benefit to host my own instance?

you are viewing a single comment's thread
view the rest of the comments
[-] leopardboy@netmonkey.tech 27 points 1 year ago

I think it's a matter of personal preference.

I've been running my own Mastodon instance for several months now, and I've enjoyed it. I don't have to rely on someone else, either, which is nice. I'm in control of everything on that instance.

As for Lemmy, I just started my own instance today, and am currently writing you from it. What made me decide to setup my own instance was some performance issues I was seeing with Lemmy.world, although that might have been an UI problem. Anyway, I enjoy doing this stuff, so I'm running my own instance for the sake of doing it.

On the flip side, it's more expensive and time consuming, and I'm the one who has to worry about backing up data, etc. Like I said, though, I enjoy doing it, so it's no big deal.

[-] dart@lemmy.fmhy.ml 4 points 1 year ago

On the flip side, it's more expensive

Can you go into more detail on this?

[-] leopardboy@netmonkey.tech 12 points 1 year ago

Sure.

I run my own instance at a cloud provider, and thus have monthly expenses I wouldn't normally incur, if I were using a public instance.

[-] jeena@jemmy.jeena.net 3 points 1 year ago

The fun part is that you can run it on the same server as your mastodon is already running with no additional costs.

[-] leopardboy@netmonkey.tech 3 points 1 year ago

Sure, one could do that, but I prefer to keep things separate.

[-] dart@lemmy.fmhy.ml 3 points 1 year ago

Oh, gotcha. I guess if using a personal local server, then the only recurring cost would be electricity.

[-] leopardboy@netmonkey.tech 5 points 1 year ago

Yes, there is electricity.

I think Internet connectivity could also be an issue, unless you have an ISP that's friendly to you running a publicly accessible server on your Internet connection at home.

[-] maynarkh@feddit.nl 4 points 1 year ago* (last edited 1 year ago)

Could you run a local server on your desktop that you only turn on whenever as a client? I don't really understand the Fediverse's architecture yet, but as far as I saw instances being down are not a big problem beyond not being able to log in if it's your home instance, and communities fracturing to separate discussions in other instances' local federation caches that only get resynced when the thing comes back up.

What prevents me from running my own instance as a very heavy client? Discounting the public DNS + static globally routable IP part as those can be solved IMO.

[-] leopardboy@netmonkey.tech 5 points 1 year ago* (last edited 1 year ago)

I've wondered that myself, and I don't know, to be honest, but there are some issues you'd certainly encounter. For example, if you posted any media it would need to be somewhere "always on" or remote instances and users might not be able to see it unless they managed to cache it on time. It means that your posts URLs wouldn't be accessible, and would only be available on servers to which it has already federated. There may be other issues, too, such as queues only keeping undelivered messages for so long, etc.

I'm sure someone with a good understanding of ActivityPub could explain whether or not this is possible.

[-] jeena@jemmy.jeena.net 2 points 1 year ago

Yes you could, but if your instance is down often, it might be that there is some timeout in ActivityPub when your instance will be marked as gone for others and might not get new content once it is up again.

[-] JCreazy@midwest.social 3 points 1 year ago

Can you tell me a bit about the process you went through to create your own instance? I'd like to make one myself.

[-] leopardboy@netmonkey.tech 7 points 1 year ago

You're talking about Lemmy, right?

I provisioned an Ubuntu 22.02 server at Linode. I chose their 2 GB Shared CPU instance type. Once I configured the server to my liking, I ran through the Lemmy-Ansible instructions. (They have other methods, so check the documentation.)

Essentially, you install Ansible on your workstation. I'm on macOS and installed it via Homebrew. You then download their git repository, create the necessary configuration files, and then have Ansible configure the server. It was fairly simple.

[-] JCreazy@midwest.social 3 points 1 year ago

I may go that route. I was wanting to host my own server but I feel like it would be easier to just use a cloud server

[-] UselesslyBrisk@infosec.pub 1 points 1 year ago

I have a lab at home and do host some stuff for myself from there in a small DMZ (ie: Miniflux RSS readers, Plex through Reverse proxy etc).

But I used a linode for my lemmy/kbin stuff. Reason being is that the code is fairly new and there may be exploits bugs and

  1. I dont want to deal with my ISP made an instance is exploited and becomes some type of C2 box or spews out spam. Kbin specifically already has PRs to fix XSS and Sql injection stuff, the former of which is usually avoidable if you just follow some pretty basic principles. So its a concern.

  2. Linode has better bandwidth than my non-symmetrical ISP uplink and is on its own quota.

[-] JCreazy@midwest.social 2 points 1 year ago

It sounds like linode is the way to go then and their prices seem reasonable. The funny thing is I've heard of linode before because Computer Clan uses it as a sponsor, but ever since I started using sponsor block I haven't really heard about it. I didn't actually know what they did.

[-] UselesslyBrisk@infosec.pub 1 points 1 year ago

I’ve run linodes for years. My blog runs on them. I still host a variety of other services on them. They are good for everything from gaming servers to a blog etc.

They did get bought out by akamai a while back. And have raised their prices but they are still solid.

Nanodes are awesome deals frankly.

load more comments (10 replies)
load more comments (7 replies)
[-] immediate_winter@lemmy.world 2 points 1 year ago

how much does your mastadon instance cost per month? what do you expect for lemmy?

[-] leopardboy@netmonkey.tech 3 points 1 year ago

I'm using Linode, and their prices are publicly available.

https://www.linode.com/pricing/

For Mastodon, I'm using the Linode 4 GB while the Lemmy server runs on the Linode 2 GB option. Both are under the Shared CPU pricing -- not dedicated.

[-] immediate_winter@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

thanks for all of the information you've shared in this thread.

i was put off by the cost and effort involved in maintaining a mastadon instance when i looked into that a while back, but i'm glad to hear that lemmy could be cheaper.

[-] useful_idiot@lemmy.world 2 points 1 year ago

I already have a nomad cluster in my homelab, running Lemmy is a no brainer.

[-] ipkpjersi@lemmy.one 2 points 1 year ago

As someone who likes having control over their data and especially backups, and someone who normally enjoys self-hosting things, I honestly might do it. I'm not sure if I'd want to host a lemmy instance or kbin instance though, since I know they all federate together anyway. I may also end up waiting until the software is more mature too before looking into it.

[-] leopardboy@netmonkey.tech 3 points 1 year ago

That's awesome! Running my own social media instances has become a hobby for me.

Having my own Lemmy instance has felt fairly seamless versus using Lemmy.world, but there have been some kinks. For example, when attempting to subscribe to a new community, the server has to pull a bunch of data first. This takes several seconds, but the UI simply says "not found" -- and then after several seconds, the UI updates with the community you want to follow. I figured this out by tailing the logs.

Also, the installation was pretty damn easy, especially when compared to Mastodon.

[-] ipkpjersi@lemmy.one 3 points 1 year ago* (last edited 1 year ago)

I'd maybe be interested in trying out self-hosting Mastodon at some point too, good to hear that Lemmy was easy to install though. I'm not too worried since I have quite a bit of Linux experience, I figure it probably won't be too bad to setup whatever social media instances I'm interested in checking out.

[-] leopardboy@netmonkey.tech 1 points 1 year ago

Yeah, if you've got a decent amount of Linux experience, I don't think you'll have any issues. Mastodon's installation is well-documented and works. My only criticism is that it's a bit long and you have to be careful not to miss anything.

On the other hand, I recall installing Pixelfed back several months ago and having a difficult time. The documentation was lacking, and it required me to use Arch Linux, which I had never used. I was able to get it working, but eventually terminated the instance after a while because I was never using it.

[-] ipkpjersi@lemmy.one 5 points 1 year ago

Oof, yeah, requiring someone to use Arch definitely seems like a steep requirement lol

[-] leopardboy@netmonkey.tech 3 points 1 year ago

LOL

It wasn't bad -- I just wasn't familiar with it.

load more comments (3 replies)
[-] cybersandwich@lemmy.world 3 points 1 year ago

Yea, but then they can say "I use arch btw". That's what really matters in life.

[-] UselesslyBrisk@infosec.pub 2 points 1 year ago* (last edited 1 year ago)

As someone that has spent the better part of the week mucking with it.... the kbin build docs have multiple gaps in the documentation and are functionally broken unless you have some better understanding of the setup. I WAS able to get the system built, but could never get it online. Best i got was 500 errors where the UI was up but there was a break somewhere in Redis, Postgres, Nginx etc. All the logs were clean though. This was with the docker method and build from source method on both Ubuntu 22.04 and Debian 11 (which are what he specifically referenced)

Lemmy was much easier to setup using the ansible method. I have an instance online. Though im still working out the federation thing and some other kinks. I figured it would just reach out to Activity pub and federate with everyone but now it seems I have to build a static list...If if search for an instance i know exists I get a

404: couldnt_find_community

So there are some gaps but it seems much more mature. For example you cant mark your instance private AND have federation enabled. If you do that and restart the instance will fail to come up, but theres no warning or error in the UI.

I like the kbin dev better as people. But the lemmy code is definately more polished, even if the devs are turd sammiches.

[-] ipkpjersi@lemmy.one 1 points 1 year ago

Well that's interesting, and somewhat like I expected but not really, I am surprised the setup process for kbin is that broken, although I guess it does make some sense since kbin is that much newer.

[-] UselesslyBrisk@infosec.pub 2 points 1 year ago

Yeah. I like the kbin dev as a person much better. And I can empathize with what he is going through. Its why i wanted to setup an instance and help spread the load. But I just couldnt get it working and didnt have the time to really dig in (I have a lot going on otherwise with work).

He did announce he is onboarding a sysadmin/netadmin to handle the stability and scaling issues so he can focus on commits which is good. Ill keep an eye out for updates and maybe migrate then.

load more comments (7 replies)
this post was submitted on 13 Jun 2023
219 points (100.0% liked)

Selfhosted

40006 readers
571 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 1 year ago
MODERATORS