Can someone please guide me how to enable certain containers to be available only on LAN, without allow/deny rules in the Nginx?

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • for-mac

    Bug reports for Docker Desktop for Mac

  • I would like to enable certain services to be available only on LAN and access through wireguard, but this 6 year old bug in docker-mac prevents me from writing allow/deny rules in the Nginx. All $remote_addr end up being the docker gateway. I have tried alternatives like podman, colima etc. with similar results for some reason. (rootful, slirp4net options tried). Only thing that resolved to correct $remote_addr was vctl (VMWare’s) but that thing is bare bones compared to any of the others. Any other way to achieve this would be helpful. New to networking scene and starting to learn :)

  • nginx-proxy

    Automated nginx proxy for Docker containers using docker-gen

  • If you use the nginx-proxy docker image (https://github.com/nginx-proxy/nginx-proxy) then you can just set an environment variable in your docker-compose file: NETWORK_ACCESS=internal

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts