add note to ffsync server

This commit is contained in:
creme 2021-07-27 12:36:17 +02:00
parent 329f9f9594
commit 3a8e0ef0c8
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
3 changed files with 28 additions and 1 deletions

View File

@ -42,8 +42,8 @@ members can be use your email credantials for login. (*user@envs.net* | *your em
- [kanban boards](https://pad.envs.net/kanban/)
- [whiteboard](https://pad.envs.net/whiteboard/)
- [file drop](https://pad.envs.net/file/)
- [todo lists](https://pad.envs.net/todo/)
- [contacts](https://pad.envs.net/contacts/)
- [ffsync](https://help.envs.net/tutorials/ffsync/) - firefox sync server
- [tt-rss](https://rss.envs.net/) - news feed reader and aggregator
- [ip address info](https://ip.envs.net/)

View File

@ -0,0 +1,26 @@
# envs's firefox sync server
**url: `https://ffsync.envs.net/`**
## client configuration
if you are logged into firefox with your firefox account, log out!
### desktop
to configure desktop firefox to talk to our sync server, go to `about:config`, search for `identity.sync.tokenserver.uri` and change its value to be the url of our server with a path of `token/1.0/sync/1.5`:
`identity.sync.tokenserver.uri: https://ffsync.envs.net/token/1.0/sync/1.5`
### android
firefox for android ("daylight", versions 79 and later) does support using a non-mozilla-hosted sync server.
go to "App Menu > Settings > About Firefox" and click the logo 5 times. you should see a "debug menu enabled" notification. go back to the main menu and you will see two options for a custom account server and a custom sync server. set the sync server to the
url: `https://ffsync.envs.net/token/1.0/sync/1.5`
and then log in.
to configure android firefox 44 up to 78 to talk to our sync server, just set the "identity.sync.tokenserver.uri" exactly as above before signing in to firefox accounts and sync on your android device.
**important:** after creating the android account, changes to "identity.sync.tokenserver.uri" will be ignored. (if you need to change the uri, delete the android account using the "Settings > Sync > Disconnect…" menu item, update the pref, and sign in again.) non-default tokenserver url's are displayed in the "settings > sync" panel in firefox for android, so you should be able to verify your url there.
prior to firefox 44, a custom add-on was needed to configure firefox for android. for firefox 43 and earlier, see the blog post [how to connect firefox for android to self-hosted firefox account and firefox sync servers](http://www.ncalexander.net/blog/2014/07/05/how-to-connect-firefox-for-android-to-self-hosted-services/).

View File

@ -19,6 +19,7 @@ nav:
- gemini: gemini.md
- finger: finger.md
- tutorials:
- ffsync: tutorials/ffsync/index.md
- bash guide: tutorials/bash-guide/README.md
- learn git:
- home: tutorials/learngit/docs/index.md