• shrugal@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    5 months ago

    Yep. It’s e2e encrypted, and you can even self-host the sync server, if you don’t want to rely on an external service. Pretty much a no-brainer.

    • null@slrpnk.net
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      Have you hosted it yourself? I’m curious about doing it, if its not a hassle.

      • shrugal@lemm.ee
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        5 months ago

        Yea, it’s pretty easy if you already have a server. All you need to do is run a docker container, and change the identity.sync.tokenserver.uri setting in about:config. On mobile you have to enable the debug mode by going to “Settings > About Firefox” and tapping the Firefox logo a few times, then go to the new “Sync Debug” settings entry.

        The container above only runs the sync-server though, you still have to log into a Mozilla account to use it. There is a replacement that includes the whole stack, but I haven’t tried that one yet.

        • null@slrpnk.net
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          Neat, sounds simple enough. Thanks!

          Though if it still requires a Mozilla account I’m not sure its really worth it. If I’m trusting them enough to sign in through their account, then I trust them enough to believe its all e2ee anyways. So I’m not sure I’d be gaining much.

          I’ll look into the full stack though. If its just a case of a few other containers in a compose file, I’d give it a try.

    • look997@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      I recommend KDE Connect, it also has this function. :)
      But sometimes I use this and sometimes I use that feature.

    • OR3X@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      5 months ago

      I wish this feature would work for me. I can send a tab from firefox on windows or Linux and it won’t show up on Firefox for iOS at all, or sometimes it will show up after a long (5+ min) delay.

      • Sunny' 🌻@slrpnk.net
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        Hmm that’s weird, always worked flawlessly for me, I do also have my devices on the same VPN at all times though, maybe it’s that? I also only use Linux and Android.

  • Cloudless ☼@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 months ago

    Yes. Because I have too many devices. Firefox sync is easy except that I have to reconfigure settings for each add-on.

  • zabadoh@ani.social
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    I love Sync!

    Except on iOS, where my bookmarks and passwords never actually synch, because it’s not really Firefox but a weird skin on Safari because… Apple.

    • iridium@piefed.social
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      You don’t even have to trust them. Firefox Sync end to end-encrypts everything and the browser is open source, so you can even verify the encryption mechanism. No trust required.

  • MrOtherGuy@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    Yes. I want to have access to both history and bookmarks on all my devices and send specific tabs to other devices. Sync makes these super convenient.

  • Marty_TF@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    mostly just to send websites I find while on mobile to my PC so I can properly read/interact with them on my PC

        • Ace! _SL/S@ani.social
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          5 months ago

          Get a Terminal emulator on your phone. Setup ssh to access your pc

          Rest is as simple as typing

          ssh [name you gave your pc] xdg-open “\“https://url.com\””

          It’s not for everyone though because you need basic knowledge about how to use a Terminal and many users just straight up hate using a Terminal