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

Docker container for Blinko making outbound connection to github #225

Open
woreibi opened this issue Dec 2, 2024 · 2 comments
Open

Docker container for Blinko making outbound connection to github #225

woreibi opened this issue Dec 2, 2024 · 2 comments
Labels
question Further information is requested

Comments

@woreibi
Copy link

woreibi commented Dec 2, 2024

Hi,
I noticed that blinko container keep trying to make connections to github after it has been deployed.
What is it trying to fetch or download from github after container is deployed ? I was expecting it NOT to make any connections outbound unless we use AI feature.

Appreciate clarification and feedback.

attached screen shot of traffic that was intercepted by firewall.

Thank you,
Screenshot 2024-12-01 215602-blinko

Copy link

dosubot bot commented Dec 2, 2024

Hey @woreibi,

I'm here to assist you with any bugs, questions, or contributions you might have for Blinko. Let's get to the bottom of this together!

The Blinko codebase includes the @semantic-release/github plugin in its .releaserc.json configuration. This plugin is part of the Semantic Release toolchain, which can automatically create releases on GitHub and may make outbound connections to GitHub to perform these actions [1]. This could be a reason for the outbound connections you're observing. If you want to prevent these connections, you might consider reviewing the configuration related to Semantic Release or any other automated processes that could be triggering these connections.

To continue talking to Dosu, mention @dosu.

@dosubot dosubot bot added the question Further information is requested label Dec 2, 2024
@blinko-space
Copy link
Owner

yes,blinko will get the lastest version from github api ,you can check the code
https://github.com/blinko-space/blinko/blob/main/src/server/routers/public.ts#L27

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

No branches or pull requests

2 participants