Following video of thelinuxexperiment and all the news against mozilla.
I finally switched to librewolf completely.
I exported and imported all kind of data too.

But I want to use ffsync only to keep my mobile (android) in sync with my pc (want to sync history also so flocuss etc will not work)
So I want to enable ffsync in librewolf

I have seen faq but as mozilla recently introduced their terms of usage (and all the hate against it)
Is it still private enough to use ffsync? what can be downsides?

  • smiletolerantly@awful.systems
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    22 hours ago

    No idea - this is my firefox sync NixOS config, in its entirety:

      age.secrets.ffsync.rekeyFile = secrets.ffsync;
      services.firefox-syncserver = {
        enable = true;
        secrets = config.age.secrets.ffsync.path;
        settings.hostname = "localhost";
    
        singleNode = {
          enable = true;
          hostname = "0.0.0.0";
          capacity = 2;
        };
      };
    
    • tiz@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      53 minutes ago

      I wonder if it still needs account management on Mozilla server or on your own. May I?