If you got the automatic updates on the bitwarden clients, they will show an empty vault if you are selfhosting vaultwarden.

It seems to be an accidental bug in the bitwarden clients that are assuming that they’re talking with official servers

It’s fixed with the latest release of the vaultwarden server that was published a few minutes ago

    • melroy@kbin.melroy.org
      link
      fedilink
      arrow-up
      4
      ·
      6 days ago

      Yah that’s possible. I just implemented telegram for now. But depending on the open api like matrix should work for sure as well. Has signal also an open client api?

      • Helix 🧬@feddit.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        The whole client is open source, but idk if you can simply call the API with a token for a linked device or something. Pretty sure Signal doesn’t want “chatbots” on their networks and it might be against ToS.

        • melroy@kbin.melroy.org
          link
          fedilink
          arrow-up
          1
          ·
          23 hours ago

          uhm… yeah I need to look into that. with Telegram, I needed to register a special “telegram app token” and on top of that you still need to login with your own credentials. But I’m just using the official tdlib for that.