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

Attempt to add support for proxying updates and other HTTP requests - Request for Feedback - Do Not Merge #1402

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Axionize
Copy link

I'm attempting to add support for configuring an HTTP/SOCKS proxy for updates and other HTTP requests sent by portmaster.

I have succeeded in getting this to work with a hard-coded string by modifying portbase in my fork here: https://github.com/Axionize/portbase. Nevertheless, making this a compile-time variable is obviously not ideal and I've been stuck trying to figure out how to add a config setting for this.

It appears that I can pass the proxy string from some kind of data registry in portmaster to portbase but I'm struggling to figure out how to expose this setting to the end user as an option in the Advanced Menu in the Updates drop-down.

I was planning to bang my head against the wall looking at how portmaster, porbase, and portmaster-ui fit together until it worked but figured I should just ask. How do I expose a setting in the webui and pass that data from the ui -> portmaster -> portbase?

Also, what's the workflow supposed to look like for putting these components together then testing and debugging all of them?

…updates and other HTTP requests; Attempting to add config option
@Axionize Axionize marked this pull request as draft December 27, 2023 06:49
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

Successfully merging this pull request may close these issues.

None yet

1 participant