You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There the syncstorage-rs is cloned into the python-server. I do not understand how this should work together. With me it doesn't work anymore. Even if you follow the README exactly, nothing works here anymore. As I already mentioned, I host fxa completely by myself, so also auth-server etc. I get nothing started anymore.
To be honest, it would be better to bring the Python-server to Python3 for self-hosting.
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 it works again.
cd /opt/syncserver
export SYNCSERVER_PUBLIC_URL=https://fxa.localhorst.home:5000
export SYNCSERVER_SECRET=xxxxxxxxxxxxxxxxxxx
export SYNCSERVER_SQLURI=pymysql://fxa:[email protected]/syncserver
export SYNCSERVER_IDENTITY_PROVIDER=https://fxa.localhorst.home:3030
export SYNCSERVER_OAUTH_VERIFIER=https://fxa.localhorst.home:9000
export SYNCSERVER_BROWSERID_VERIFIER=https://fxa.localhorst.home:5050/v2
export SYNCSERVER_BATCH_UPLOAD_ENABLED=true
export SYNCSERVER_ALLOW_NEW_USERS=true
export SYNCSERVER_FORCE_WSGI_ENVIRON=true
export PORT=5000
export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
/usr/bin/dumb-init /opt/syncserver/docker-entrypoint.sh server &
Thank you...
The text was updated successfully, but these errors were encountered: