I am considering creating my own lemmy instance as my current instance (lemmy.world) is often down, and I enjoy this kind of a project. That being said I haven’t been able to find any resources on hw needed for this? If I have a raspberry pi 4b 8g with 128gb is that enough for just me using it? Do I need to pay for a cloud server to host it? How can federation work if I only have <10 users tops? Anything else I might need to know?

  • cstine@lemmy.uncomfortable.business
    link
    fedilink
    English
    arrow-up
    45
    ·
    1 year ago

    The only comment I’d add here is that you should make sure you have a real domain, that you’ve paid actual money to, when setting this up. ActivityPub assumes the domain is immutable, and the free dynamic domain names you can get (or free TLDs like, say, .ml was) are a bad choice. Spend the $10 or whatever, because if something happens to your domain name, you cannot just update it in the database and fix federation: it completely breaks everything in a way that’s not repairable.

  • Too Lazy Didn't Name@lemmy.woodward.tech
    cake
    link
    fedilink
    English
    arrow-up
    15
    ·
    1 year ago

    Hello! I did the same thing, and this is my first post on my instance!

    I just put it on an old computer with 8GB of RAM, a HDD, and an old i5. Its running great so far.

    One disapointment for me is viewing “all”. Since im the only one on my instance, the only communities I see are the ones im subscribed to. Let me know if you find a way around this please!

  • gabriele97@lemmy.g97.top
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 year ago

    Lemmy doesn’t require a lot of resources to run smoothly, especially for instances with a low number of users. The only concern may be if you upload a lot of images, they are stored on your drive.

    If you don’t want to manage a single user instance you can join someone’s instance (like mine, I am the only one in my instance)

  • SJ0@lemmy.fbxl.net
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    I’ve found the biggest thing isn’t any real resource. My instance runs on a core 2 duo with 4GB of RAM, and I really try to get it to waste memory and barely fill the 4GB.

    The thing is your instance will be blasted by all the other instances you subscribe to. If you subscribe to too many big communities you might find you’re locked out during peak times, but it should be just fine as long as you’re not crazy with follows like I am lol

  • max@lemmy.fish
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I was originally going to host my instance on my own hardware but decided to use a $6/mo droplet on DigitalOcean. Seems to work well enough for me and my LCS bot. Picked up a domain off Google Domains for $20/year or so. It’s been a fun project and I’ve learned a lot along the way.

  • code@lemmy.mayes.io
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    that should be easily enough. My instance after a month and subbed to 120 communities is using about 1-2gb of disk space. 18.3 did a ton of work in performance.

  • Jears@social.jears.at
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I run my instance on a Quartz 64 with 8GB of RAM and a 128GB SSD. Works just fine.

    On my instance there are two users, one being myself and the other one beein a seeder bot. It automatically pulls top communities and posts from other instances to keep the feed fresh. For this I wrote my own script, if you’d like to have it I can post it here or you can just use an already available project like this: LCS

    Like that my post is always full with enough posts to keep me reading.