We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we are behind a corporate proxy, we cannot natively reach github API.
Solution : java -jar -Dhttp.proxyHost=... -Dhttp.proxyPort= ... (idem with https) Cytomine-software-router.jar
As you are often running in Docker containers, allow an auto set of these parameters if environment variables used by Docker are set.
The text was updated successfully, but these errors were encountered:
Fix Bug with synchronized lock on Main.pendingPullingTable object #6
d2d5a21
76cf506
geektortoise
No branches or pull requests
When we are behind a corporate proxy, we cannot natively reach github API.
Solution : java -jar -Dhttp.proxyHost=... -Dhttp.proxyPort= ... (idem with https) Cytomine-software-router.jar
As you are often running in Docker containers, allow an auto set of these parameters if environment variables used by Docker are set.
The text was updated successfully, but these errors were encountered: