Replies: 1 comment 2 replies
-
|
Hey! This is a mechanism for Shuffle to talk to our cloud platform shuffler.io to ensure it gets the latest app. If you however want the latest app, you can always manually import it! Just go to https://shuffler.io/apps/ manually, or search for it. You can then download the specification at the top of the page and import it into your instance to create the app.
As for the proxy problem: I'll look into it, as it just looks like some kind of noproxy reading problem |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Describe problem:
I'm deploying an application using docker compose with the manifest below. The deployment itself completes successfully. However, when I try to activate Public Apps, the system attempts to download configuration from the internet.
In our network environment, all outbound traffic from servers must go through a proxy to access external. The issue is that, based on the logs of
shuffle-backend, it skips the proxy when trying to download the Public Apps configuration, which causes the download to fail:My docker compose manifest:
Would really appreciate any insights, suggestions, or support to help solve this 🙏
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions