Skip to content

Add outbound HTTP proxy support for backend requests#3189

Open
dafal wants to merge 1 commit intorommapp:masterfrom
dafal:feat/outbound-http-proxy
Open

Add outbound HTTP proxy support for backend requests#3189
dafal wants to merge 1 commit intorommapp:masterfrom
dafal:feat/outbound-http-proxy

Conversation

@dafal
Copy link
Copy Markdown

@dafal dafal commented Mar 27, 2026

Summary

  • make RomM's shared backend aiohttp and httpx clients honor standard outbound proxy environment variables
  • route the HLTB bootstrap HTTP calls through the same proxy-aware client helpers and add focused tests for proxy env detection
  • document supported HTTP_PROXY/HTTPS_PROXY/NO_PROXY variables, including lowercase variants, in the Docker Compose example

@gantoine
Copy link
Copy Markdown
Member

can you give some concrete examples?

@zurdi15
Copy link
Copy Markdown
Member

zurdi15 commented Mar 27, 2026

I think this is for services that runs behind a proxy or a restricted net that won't allow requests against 3rd party sites unless you configure the backend to go through the proxy?

@dafal
Copy link
Copy Markdown
Author

dafal commented Mar 27, 2026

I run romM connected on internal docker network without direct internet access.

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.

3 participants