13
submitted 1 year ago by [email protected] to c/[email protected]

I feel like over the past few months, the main thing preventing me from getting super active in the fediverse has been all of the drama surrounding federation and instances shutting down.

I just want to be able to turn my brain off, and not have to think "Will this instance be around in 6 months?" every time I post.

As a result, I've been thinking about creating a Lemmy and/or Mastodon instance that is literally just me and no one else. No communities or anything, simply me posting to other instances via this private instance. And I know that this instance will stay alive and federated for as long as I keep hosting it.

However before I go through the effort of setting these up, I want to know what people think about private instances. Is this bad taste? Is it a logistical nightmare? Have people done this before? And what would the hardware requirements for a 1 user instance look like?

all 22 comments
sorted by: hot top controversial new old
[-] [email protected] 5 points 1 year ago

There are plenty of people that do this, and it seems to be pretty straightforward.

There is a significant risk going forward though- if the undesirables (the ones that currently get larger instances defederated) start doing this in any major way, then the larger instances will block new federation or smaller instances by default. Starting now is actually probably a good move, since you might be grandfathered in when that occurs.

Also, be aware of local laws regarding content you host. You could be liable for illegal content you inadvertantly receive.

[-] [email protected] 3 points 1 year ago

I think it's inevitable; I imagine that in the future there will be an application and vetting process if you want to federate with a major instance, as most users will not be interested in running their own instances, and your federation can be a source of work for the mods/admins.

[-] [email protected] 2 points 1 year ago

The common term for this is "single user instance" and they're not at all uncommon.

I'm replying to you from my single user microblog.pub instance. It actually only works for a doctor user, and I've really liked it since I've started it.

I have no problems interacting with Mastodon, Pleroma, Misskey, etc. instances. It works with Lemmy as well as Mastodon does (which is to say, it works ok with Lemmy, but not ideal).

It uses a SQLite database, so, on my computer, I need Python to run the server, and nginx/caddy/Apache to proxy requests and handle https.

There are a few downsides. I host at home, so if my Internet goes down (which it does periodically), it's down. Also, Mastodon lets you follow hashtags, but that is somewhat useless on a single user instance, since all the posts coming in are from people I follow. Search is non-existent for me, since, again, it only knows about people and posts I've already interacted with.

I have a Lemmy account to do most of my interaction with Lemmy, and a Mastodon account on a somewhat large instance for searching, and for periodically browsing its local feed. But mostly, I spend my time on my own instance, and an very happy with it.

@[email protected] @[email protected]

[-] [email protected] 2 points 1 year ago
  • only works for a single user.

Stupid typo. Microblogpub doesn't yet have editing capability, which is one of its problems.

@[email protected] @[email protected]

[-] [email protected] 2 points 1 year ago

I host my own Mastodon instance. If you’re technically proficient enough and don’t mind the extra work, I highly recommend it.

I am hosting mine for the same reason you’re considering it: I don’t want my stuff to disappear and I want to be in control of my own social media destiny as much as possible.

Now, there are some headaches I haven’t seen mentioned here, so let me toss some things out for you:

  1. Until someone follows you on an instance, no one else there will know you exist. Meaning, no one on, say, mastodon.social will see your post tagged with a hashtag—or you generally—until at least one person on the instance follows you.
  2. You will not have an easy time seeing people post history before you start following them because your server doesn’t know about them.
  3. Following hashtags is…not super helpful because your instance isn’t ingesting a lot of data.

You may be thinking, bro, that sucks.

And you’d not be wrong, except for the fact that you’re the admin of your own server and you can do whatever you want with it. So, head on over to GitHub and fork

  1. Fedifetcher. This will ingest alllllllll sorts of stuff for you. Backfill new follows and followers, boosted and favorited threads etc.
  2. GetMoarFediverse. This will allow you to define hashtags and instances or query your db and have the content ingested. Want to see all the posts from #food from mastodon.social? No big deal.

I’d suggest, if tech savvy enough to go with digitalocean and just admin the whole server yourself, but bump up one level in ram instead of going with a managed hosting solution with less control.

Feel free to message with questions if you have them!

[-] [email protected] 1 points 1 year ago

Its been working well for me with kbin. Over the last week, while the large instances struggled to stay up and federating, my instance constantly had new content coming in from whoever was still up.

[-] [email protected] 1 points 1 year ago

The impression I get is that personal instances are part of what is intended.

If you can, go for it. It's not rude, and no one should care or even really notice.

I've been thinking of doing the same thing.

[-] [email protected] 0 points 1 year ago

Honestly in my opinion that's how federation should work. Everyone should have their own instance of social media and they all talk together

[-] [email protected] 1 points 1 year ago

I mean short and long term there's pros and cons to that. however there's a reason why that started to fall appart with e-mail. In short if it gets popular, than hosting servers with no throttling or post limits means spammers are going to go crazy, and rather than play the never ending unwinnable whack a mole game as bad actors create thousands of instances a day, hosts of any instances worth targetting will have to do a "instances are assumed malicious until proven benign", (IE a whitelist method)

[-] [email protected] 1 points 1 year ago

Yeah people ruin all good things.

[-] [email protected] 0 points 1 year ago

I guess the question is whether or not federation is automatic. If it’s manual, then every instance you want to interact with will have to federate with your instance.

[-] [email protected] 0 points 1 year ago
[-] [email protected] 1 points 1 year ago
[-] [email protected] 1 points 1 year ago
[-] [email protected] 1 points 1 year ago

There is no answer.

[-] [email protected] 0 points 1 year ago* (last edited 1 year ago)

Why would there be a consensus? You don't need anyone else's permission to run whatever sort of instance you like.

[-] [email protected] 1 points 1 year ago

Fair enough! I've just gotten used to an internet where you'll get into drama for sneezing the wrong way so I wanted to make sure there wasn't any weird taboo around it.

[-] [email protected] 0 points 1 year ago

I host my own Mastodon instance. If you’re technically proficient enough and don’t mind the extra work, I highly recommend it.

I am hosting mine for the same reason you’re considering it: I don’t want my stuff to disappear and I want to be in control of my own social media destiny as much as possible.

Now, there are some headaches I haven’t seen mentioned here, so let me toss some things out for you:

  1. Until someone follows you on an instance, no one else there will know you exist. Meaning, no one on, say, mastodon.social will see your post tagged with a hashtag—or you generally—until at least one person on the instance follows you.
  2. You will not have an easy time seeing people post history before you start following them because your server doesn’t know about them.
  3. Following hashtags is…not super helpful because your instance isn’t ingesting a lot of data.

You may be thinking, bro, that sucks.

And you’d not be wrong, except for the fact that you’re the admin of your own server and you can do whatever you want with it. So, head on over to GitHub and fork

  1. Fedifetcher. This will ingest alllllllll sorts of stuff for you. Backfill new follows and followers, boosted and favorited threads etc.
  2. GetMoarFediverse. This will allow you to define hashtags and instances or query your db and have the content ingested. Want to see all the posts from #food from mastodon.social? No big deal.

I’d suggest, if tech savvy enough to go with digitalocean and just admin the whole server yourself, but bump up one level in ram instead of going with a managed hosting solution with less control.

Feel free to message with questions if you have them!

this post was submitted on 05 Jul 2023
13 points (93.3% liked)

Asklemmy

43394 readers
1635 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS