Skip to content
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

Open
misterhsp opened this issue Oct 3, 2020 · 4 comments
Open

syncserver not starts after commits switch to syncstorage-rs #253

misterhsp opened this issue Oct 3, 2020 · 4 comments

Comments

@misterhsp
Copy link

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...

@fzzzy
Copy link
Contributor

fzzzy commented Oct 3, 2020

Hi,

Do you see any kind of error message that would help us debug?

Thanks!

@misterhsp
Copy link
Author

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.

@mike2307
Copy link

This is probably the same as #252

@misterhsp
Copy link
Author

misterhsp commented Oct 16, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants