YunoHost-Apps / ffsync_ynh

Mozilla’s Sync Server package for YunoHost
GNU Affero General Public License v3.0
15 stars 9 forks source link

Test if ffsync_ynh is actually used by client #48

Open Gredin67 opened 1 year ago

Gredin67 commented 1 year ago

As explained on https://subdomain.mydomain.tld/path , I configured my Firefox client to use my ffsync_ynh instance for sync storage:

  1. type about:config in a new Firefox Tab
  2. Look for setting identity.sync.tokenserver.uri
  3. Change setting value to https://subdomain.mydomain.tld/path/token/1.0/sync/1.5

How can I check if my ffsync storage is actually used instead of general mozilla's server?

Josue-T commented 1 year ago

Well,

Personally I see the log of nginx. You can see in /var/log/nginx/domain.tld-access.log. When you launch the sync from the browser you will see some log on ffsync. And if you stop the ffsync service when you force a synchronization on the browser the sync date should not be updated.