-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syncserver not starts after commits switch to syncstorage-rs #253
Comments
Hi, Do you see any kind of error message that would help us debug? Thanks! |
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. |
This is probably the same as #252 |
Am 15.10.20 um 19:10 schrieb mike2307:
This is probably the same as #252
<#252>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#253 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKGJLRPDYSGIZFPXLVSFETDSK4UJFANCNFSM4SCSM5QQ>.
Unfortunately this does not help me. I still use the last Python server
that is still working.
...
|
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: