I’m looking for a customizable, resource-efficient Mastodon fork. Bonfire? Rebased? Or go non-Ruby, like Pleroma (nah), Misskey Calckey, indeed, Lemmy (hui)? Any experiences?

This is part of an endeavour to host w/ a RaspberryPi & solar power. It will be a device to mess around, test, and share experiences.

Potential features:

  • tweaking network traffic in various ways
  • media options: off, auto compression, auto delete
  • monitoring server metrics, energy flow, sharing data through a bot
  • auto-off when battery low, sad emoji

Re-posting this from Mastodon w/ minor edits, because Fediverse and potential cross-interaction. I probably should have posted here first and then shared the link on Mastodon, but it’s a Mastodon question, so I did it the other way around. Still not sure what’s the best way to do this though.

  • Swip@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    I think you’d have a much better time with something lighter than Mastodon if it’s running on a limited system. If you are really looking to minimise requirements, Pleroma and its derivatives are unfortunately about the best for it afaik, though I certainly have plenty of misgivings. I’m personally partial to GoToSocial, and it’d be my go-to recommendation for any self-host atm unless they had specific requirements that made it unsuitable.

    • laser@slrpnk.netOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Thanks, this is the way to go. Since my project is for research and testing purposes, however, I might check out multiple setups and compare results. A follow-up post sounds about right.

      I need a bit of spare time to start working on that soon-ish.

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

    I never used mastodon because my servers would never handle it. I started with Friendica, moved to pleroma, and ended up ultimately with rebased (and obviously lemmy and lotide and peertube)

    I find it really funny seeing people on mastodon whining about certain features being unavailable when they’re available to many projects on the fediverse.

    • laser@slrpnk.netOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Excellent, thanks for sharing your journey. Some servers could “never handle it” because of all the caching and redundancies?

      Slowly I am becoming aware of the limitations of Mastodon, which are also closely related to the managament, it seems, shy of listening to the people. Rebased sounds like my favourite so far, although GoToSocial, as mentioned by @slowwcore@lemmy.fmhy.ml (and folks on Masto) is also worth exploring.

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

        My first server had an outdated CPU, very little memory and a spinning hard drive, so that turned out to be a huge limitation for a lot of software. I needed stuff that hardly used any memory and also didn’t have a lot of extra services running at once. When I started adding some services, lots of stuff started grinding to a halt.

        On linux, the glances application is really useful. Besides just showing you what programs are using memory and CPU time, it also shows IOWait times and throughput so if you’re being bottlenecked by something or other it’s a lot easier to see.

        There’s also a service called tuned that does some automatic tuning, and if you’re using postgres databases, there’s another tool called pg_repack that’ll pack your database while running. It maxes out your CPU and uses a lot of disk while running, but if you don’t do something routinely then your postgresql database slowly gets sloppier and it’ll start using more and more resources until your server appears to be useless.