Either self-hosted or cloud, I assume many of you keep a server around for personal things. And I’m curious about the cool stuff you’ve got running on your personal servers.

What services do you host? Any unique stuff? Do you interact with it through ssh, termux, web server?

    • krolden@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      Have you integrated your matrix instance with keycloak? Ive been wanting to set it up to allow local matrix users the ability to SSO with other stuff like jellyfin with just their matrix ID.

      • Skull giver@popplesburger.hilciferous.nl
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        No, unfortunately not. I think it’s possible but I don’t want to mess up my existing Matrix setup. I actually think the Matrix people are working on becoming an SSO provider, though?

        I have set up access to a lot of other tools by simply having Apache2 handle the OIDC handle, and having it forward the correct authentication headers that the applications can just trust. Not every application supports it, but my main use case is nothing more than to put 2FA in front of generic web apps anyway.