Y’all should try it! I loved seeing it popping on other instances’ /instances page, and seeing it polling other communities. Also changing the background in my theme was lit.

Lemmy’s hosting documentation is a bit rough around the edges, especially the ARM situation (and its contemporary solution), so I had some extra tinkering to do. No shade at all yeah? I appreciate every bit of their work and I jotted down some points that I need to consolidate into a documentation PR soon.

Anyway, I feel like the extra @... on our usernames should be worn as a badge of honor you feel me? ;)

  • @ipkpjersi@lemmy.one
    link
    fedilink
    English
    3
    edit-2
    2 years ago

    I wanna look into self-hosting my own Lemmy instance some time. Once I have more time to figure it out with my home network local server w/ public cloud VPS OpenVPN server setup (likely with Docker containers too) I’ll take a look into it. You’re right, it’ll likely be fun and right up my alley too.

  • @maor@lemmy.org.ilOP
    link
    fedilink
    English
    212 years ago

    Also seeing the federation happening live at tail -f /var/log/nginx/access.log is so satisfying. I think I like computers

    • @degrix@lemmy.hqueue.dev
      link
      fedilink
      English
      32 years ago

      It’s also interesting to see how many random webcrawlers are out there! When I was first setting up my instance I was spot checking some IPs and found all sorts of interesting security services.

  • smashboy
    link
    fedilink
    202 years ago

    I think I have the tech know-how to do it, but what worries me is that users could post illegal content, which my instance could then pull in. Since it’s on my storage, I would be legally responsible for that. So I’d have to constantly check, probably. How do others do this?

    • @Haui@discuss.tchncs.de
      link
      fedilink
      English
      32 years ago

      Thats what worries me as well. I‘m an aspiring self hoster. Got many services but still learning. Having to deal with authorities is not something I look forward to.

    • redcalcium
      link
      fedilink
      1
      edit-2
      2 years ago

      The risk is pretty small IMO, especially if you (or your friends) are the only one that use your instance (with registration closed so no random users uploading stuff to your own instance). If you disable nsfw on your instance, the chance of storing illegal images should be pretty low, especially if the communities you subscribed are moderated as deletion from mods will eventually processed by your own instance. If this still worries you, just nuke pictrs directory every few months, perhaps automatically using a cron scripts that delete images/gifs older than a few months.

      • smashboy
        link
        fedilink
        22 years ago

        Interesting, thank you. If a user uploads something illegal to another instance, and a mod takes it down, does that deletion then also reliably propagate to my instance?

        • redcalcium
          link
          fedilink
          1
          edit-2
          2 years ago

          Unfortunately, I can’t say for sure if your instance will reliably get the deletion requests and process them. I did a small test to see how deletion works a few days ago and it doesn’t seem to propagate reliably as the deleted comment is still up in another instances, even now, though other instance such as lemmy.world seem to delete it. Not sure where it went wrong either, could either a bug, instances get overloaded and didn’t receive activitypub message correctly, or OP’s instance was improperly configured, but I sure hope it’s just an isolated incident.

          Like I said before, If this still worries you, you can just delete older image files in the pictrs directory every few months to make sure you don’t host user-uploaded files for too long.

    • RandomBit
      link
      fedilink
      English
      12 years ago

      For CSAM in the US, you have to have actual knowledge to be responsible for reporting. If you view the image or it is reported, you must act. Its pretty much the same for DMCA.

  • SnoW
    link
    fedilink
    English
    52 years ago

    How useful it is to actually have a self-hosted lemmy instance if u are alone on it btw ?

  • @taaz@biglemmowski.win
    link
    fedilink
    English
    9
    edit-2
    2 years ago

    It is cool, but lately there has been a bit too much hassle with it - my instance (latest versions mind you) is federating like shit.

    There are often posts with wildly different upvote and comment counters, comments not loading at all even after days and so on.
    I tried looking into it, both in issues on GH and Matrix room but no-one has time:/

  • @neko@fishfry.cheese.beer
    link
    fedilink
    English
    72 years ago

    I’m enjoying worrying people with my vanity domain. My instance is essentially single user (me and a couple selected friends)

  • @Psiczar@aussie.zone
    link
    fedilink
    English
    292 years ago

    What are the storage implications of setting up your own instance? Are you syncing the contents of every sub or just the ones you and your friends subscribe to? I like the idea of doing it but will it be TB’s of content in a few months?

    • @maor@lemmy.org.ilOP
      link
      fedilink
      English
      52 years ago

      You nailed it, it only pulls posts from communities that someone on your instance subbed to. It doesn’t even pull retroactively; your instance only starts pulling posts created after the first subscriber on the instance subbed.

      I’m more concerned regarding media, because just like Mastodon, the pics themselves are copied from other instances onto yours. I hope it will be enough to just find -mtime -delete once in a while

    • @Dave@lemmy.nz
      link
      fedilink
      English
      132 years ago

      Just the ones people subscribe to.

      I have an instance with over 600 users that has been up 6 weeks, and the storage grows every day. Database is 22GB and image cache + uploads is 30GB. In theory the cache should be cleared after a certain time, but I’m not aware of a configuration setting for this in Lemmy.

      • poVoq
        link
        fedilink
        English
        142 years ago

        For the database a fix is incoming for the next release that will decrease the size a lot. For image storage it is more complicated, but configuring Pict-rs to only accept images of a certain size and convert them to webp does help a bit.

  • @Zana@va11halla.bar
    link
    fedilink
    English
    82 years ago

    It was a fun experience trying to get to all work. I did originally try on my raspberrypi but I ended up just giving up on that due to the issues you mentioned. But it’s nice to have my own instance, and slowly populating the all feed with new subscriptions and well I owned the domain va11halla.bar I had to use it for my name.

  • @Coeus@coeus.sbs
    link
    fedilink
    English
    62 years ago

    I’m running my own server on a linode. I’ve got it on the cheapest tier which is $5 a month. I’m not quite sure what I’m going to do when the 25GB gets full, I’ll have to find out the best way to delete old posts and pictures.

  • Lunch
    link
    fedilink
    English
    22 years ago

    Will set up one later on too, glad to hear it was a joy to tinker with, looking forwards to it!

    • @maor@lemmy.org.ilOP
      link
      fedilink
      English
      22 years ago

      Frankly I’m not sure what it does haha. What are the “best communities”? Which communities? Also what does it actually do, subscribes all users on your instance to those “best communities”?

  • Nimmo
    link
    fedilink
    English
    132 years ago

    I’ve just gotten my own instance of Lemmy running here and think I’m getting the hang of how to subscribe and link up to other instances. This is also a teaser to see if my first comment actually works!

  • @Pasketti@lemmy.dbzer0.com
    link
    fedilink
    English
    32 years ago

    Is there a community for troubleshooting self-hosted lemmy instances? Mine has issues showing search results and adding other instances. Unfortunately there’s not a lot I can find with my Google-fu.

  • @wookiepedia@lemmy.world
    link
    fedilink
    English
    12 years ago

    I definitely need to get my own instance set up. Ideally, I’d like to run it on a pi of some sort, but may choose a container on proxmox instead. Any advice for these options?

    • @msinfo32@lemmy.msinfo32.uk
      link
      fedilink
      English
      22 years ago

      I’ve attempted on a proxmox LXC container, without much luck. may be a simple change needed, but I’ve had better luck with a VM. It typically uses around 1% CPU most of the time & around avg. 1.5GB ram usage. this is without any tweaks at all however. this is a single user instance.

  • @notfromhere@lemmy.one
    link
    fedilink
    English
    32 years ago

    I’ve been trying to get lemmy broken up to microservices for my Raspberry Pi k3s cluster. I have postgres running but I’m well outside my comfort zone trying to learn how kubernetes works. If I stand up the other microservices (pictrs and lemmy) do I just need to use the same namespace? How do I tell it the server url/fqdn/ip for postgres? Does metallb do that for me?