Has anyone figured out how to host airbyte with a reverse proxy to make the webapp available under the default server? It is currently exposed through port 8000 but I don’t like having to access my.domain.com:8000
✍️ 1
u
user
09/23/2022, 2:21 PM
@Marcos Marx (Airbyte) turned this message into Zendesk ticket 2413 to ensure timely resolution!
@Saj Dider (Airbyte) thanks! I’ve seen that articles referenced left and right, but it depends on a 2nd VM to host the reverse proxy. If possible, I’d like to have it self-contained where the reverse proxy lives on the same VM that airbyte does.
Daniel Le'Sage
09/23/2022, 3:56 PM
Which in theory should be possible, but the webapp image is already occupying port 80 on the docker host.
s
Saj Dider (Airbyte)
09/23/2022, 4:23 PM
Hey @Daniel Le'Sage, looking into it a bit more, I believe we are doing some work on making ti easier to configure reverse proxies for the webapp. At the moment though, we don’t have a convenient way to do what you’re asking. I’ll go ahead and make sure the engineering team is aware of the interest here.