this post was submitted on 13 Jun 2023
222 points (98.3% liked)

Selfhosted

40749 readers
416 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 2 years ago
MODERATORS
 

Is there any benefit to host my own instance?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 71 points 2 years ago (22 children)

I run my own instance, the benefit is privacy and reliability. Everything is controlled on your own server. You also aren’t reliant on someone else running an instance that could go down at any time, either permanently or an outage. Been a problem with Lemmy.ml recently.

[–] jason 8 points 2 years ago (3 children)

How is your RAM/storage usage? I'm interested in setting up my own instance (no communities, just a username that will always be here) but don't want to upgrade my VPS again. I already had to do that spinning up a Mastodon server.

[–] [email protected] 19 points 2 years ago (3 children)

I’m up to about 300MB of disk usage after a day of hosting my own. Curious to see how it grows.

[–] jason 14 points 2 years ago (1 children)

haha better than the 12GB and rising of my single-user Mastodon instance. And this is with deleting my media cache every night.

[–] [email protected] 9 points 2 years ago

Mastodon is aggressive with caching media. Akkoma is more lightweight

[–] [email protected] 5 points 2 years ago* (last edited 2 years ago) (1 children)

The pictures folder on my instance is at 1.3GB after two days. It's just me and my friend. About how many communities are you subscribed to?

[–] [email protected] 7 points 2 years ago (1 children)
  1. Some of those are lemmy.ml and not a lot of comments, etc have synced yet.
[–] [email protected] 3 points 2 years ago

Gotcha, thanks. I'm at about 70 so that makes sense then.

[–] [email protected] 2 points 2 years ago

Up to 400MB after two days here. I took a look at the code and it looks like Lemmy keeps all ActivityPub JSON for 6 months. It would be nice if it was possible to shorten that.

I'm still happy that I'm hosting my own instance, but I hope this thing doesn't get too big!

[–] [email protected] 12 points 2 years ago

For personal use, even a Raspberry Pi is sufficient.

[–] [email protected] 5 points 2 years ago (1 children)

My raspberry pi 4 is using 810mb of RAM and 11gb of file system space.

[–] [email protected] 1 points 2 years ago (1 children)

That's interesting to read. Could an instance be added to an existing setup? (Debian OS)

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

So long as you can run Docker, I would think that you could setup an instance. You just need to make sure that the image you use for lemmy and lemmy-ui are compatible with your platform. I had to alter the provided docker-compose.yml file to use arm64 versions for my RaspberryPi.

I mentioned the total disk usage for the sake of setting up a pi. I don't know what the space requirements are for lemmy separate from the bulkiness of an Ubuntu 22.04 install.

load more comments (18 replies)