• Whooping_Seal@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 days ago

    For sending things to devices I use KDE Connect. I realize it is a fundamentally different application, but it is what I use generally to send / receive links between devices, as well as documents, images etc. It also is good for notification mirroring, and really just integrating Android devices into Windows / Linux computers.

    For passwords I used KeePass (and I sync them between devices with SyncThing), but I usually recommend Bitwarden (which is what I used to use). Both are open source, have apps for all platforms, can integrate into your browser if you choose. The main advantage of Bitwarden is that it is open source, all necessary features are free, and you can host the server yourself if you want. It also integrates into some services, notably email aliasing ones, to allow you to generate new emails every time you make a new account.

    For bookmarks / history your best bet is the extension everyone else is recommending here!

    • rumba@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      I wish kde connect was usable for me.

      Whatever brand of magic it just finds your device works horribly on my corporate and home network. If I give it a static IP which is only supported in some operating systems, it’s able to find it but then when I change locations it’s totally wrong and refuses to connect.

      • Whooping_Seal@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 days ago

        I’m not surprised by the corporate network, it’s pretty common for those types of networks to severely block inter-device LAN communication. There are two solutions however, for one, KDEconnect has initial Bluetooth support. I think it only support Plasma and Android as of now, and could be documented better, but it does avoid the LAN access problems. The other solution is using a VPN, the easiest off the shelf solution being Tailscale, but I feel this is only worth it if you have multiple use cases for it (I use it for faster Syncthing transfers, Moonlight / Sunshine game streaming. And KDEconnect)

        I really wish KDEConnect “just worked”, similar to how Apple’s devices connect to one another, but I guess this is the price you pay sometimes for an open source cross platform solution.

        • rumba@lemmy.zip
          link
          fedilink
          English
          arrow-up
          0
          ·
          2 days ago

          My home and corporate networks are both set up with igmp snooping.

          Problem with using tailscale is that if I’m at work, both my desktop and phone would have to be tailscaled home to connect which is not ideal.

          When I’m at home I need my phone to connect to my home desktop, when I’m at work I need my phone to connect to my work desktop.

          If they supported a list of static IP addresses that would work

          If they allowed DNS names as the targets that would work.

          If they could add IGMP multicast to their search capabilities that would work. IGMP is the option to be allowed to forward across networks.

          Bluetooth could work

          They could use MQTT or NTFY

          It’s probably about a billion ways to skin this. They basically just need some form of communication without knowing the exact target or being able to specify the target dynamically. I give it a shot every year or so get it to connect a couple of times and then eventually give up.