The creators of Lemmy are tankies and have some pretty despicable views, maybe we shouldn’t advertise giving them money.

I like the software, it feels cozy outside some communities from lemmy.ml, and I hope someone forks it eventually, but for now removing the link should be easy to do.

Relevant thread: https://mstdn.social/@feditips/106835057054633379

  • @awoooOP
    link
    English
    31 year ago

    Haven’t looked at it yet, but patching out the button should be relatively simple even in production as the frontend is in typescript. Not sure about the licensing aspect, since it’s AGPL, which means source code has to be provided.

    I have a test instance up because I’m experimenting with lemmy as a blog backend, so I’ll try it out and let you know!

    • CrashdoomMA
      link
      English
      21 year ago

      For transparency, we’re using the ansible playbook to deploy it, so we’d end up needing it dockerized, but yeah.

      • @awoooOP
        link
        English
        21 year ago

        I’m not very familiar with docker and whether it’s possible to just patch files in the image, if yes the you could probably make a script to apply it in case of an update (client.js is the file that needs to be changed), if not it should be possible to make a theme with some CSS that removes it.

        With the license, I think stating the exact change in the sidebar would be enough, but obviosuly not a lawyer and AGPL is funky.

        • CrashdoomMA
          link
          English
          11 year ago

          Think of Docker as just an .exe, the compiled version of the code in a neat bundle. We’d just need to set up a pipeline to run that, but since it’s AGPL, we should be fine.