-
Hi,
I want to setup syncserver-rs on a raspberry pi 5. So I used mainly the documentation from here
https://artemis.sh/2023/03/27/firefox-syncstorage-rs.html
and some inspirations from
https://www.sy…
-
Sentry Issue: [TOKENSERVER-PROD-B](https://mozilla.sentry.io/issues/3747309866/?referrer=jira_integration)
panic: called `Result::unwrap()` on an `Err` value: ApiError { kind: Db(DbError { kind: …
-
I am currently using the Docker version of the Firefox Syncserver behind an nginx proxyand would now like to migrate to the new Syncstorage-rs.
What is the right way to switch over, transfer the exis…
-
The syncserver doesn't work anymore with my fxa-sefhosting since the commits to syncstorage-rs . Before these commits it worked fine for many months.
I start it as follows. What has to change that …
-
With the python2 `syncserver` implementation it was possible to disable new user requests as seen below.
```
[syncserver]
...other settings...
allow_new_users = false
```
Is there an equivalent sett…
-
Hello there,
I'm trying to run a syncstorage server in Docker, but I'm receiving this error when the server starts:
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ApiErr…
-
Currently SyncStorage Rust still depends on https://github.com/mozilla-services/syncserver (this package's upstream)
https://github.com/mozilla-services/syncstorage-rs#connecting-to-firefox
-
The `make run_mysql` fails to setup everything in the venv to get fxa running.
But running `pip install pyramid` from inside the venv fixes it.
With the broken venv I get a big backtrace that starts …
-
Just FYI, Mozilla released SyncStorage. Allowing you to use with your SyncServer to not only sync but also store the data on your server. Without that, if you ever delete your profile, you loose every…
-
Hi i'm trying to install on Raspbian GNU/Linux 9.13 (stretch) with kernel 4.19.66-v7+.
sadly the following dependency conflicts occur:
```
ERROR: pip's legacy dependency resolver does not consid…