I have deployed airbyte on my system, now I want t...
# ask-community-for-troubleshooting
p
I have deployed airbyte on my system, now I want to publish that using dedicated ip for others to use. But I dont want it to be open and want some authentication for that. What's the way to achieve that?
d
Hi, @Pranit in my case, I put it behind Nginx Proxy Manager. Since I use Docker, I modified the docker-compose file so that Airbyte servers are in their own network. NPM acts as a gateway.
https://github.com/dominiquec/npm_recipes somewhat quick and dirty but you should get the idea. The Airbyte docker-compose file is for an older version too.