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
        ·
        13 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;
            };
          };
        
    • checksout@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 hours ago

      Can I self host it from termux for localhost only?? Without need of domain and other resources??

      • smiletolerantly@awful.systems
        link
        fedilink
        arrow-up
        1
        ·
        10 hours ago

        Probably… I mean, I’d at least start it in a systemd service, but sure, you don’t need a domain.

        But of course your mobile won’t be able to access that domain outside your network