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

Add support for multiple docker hosts #916

Open
wants to merge 6 commits into
base: swag-auto-proxy
Choose a base branch
from

Commits on Jun 11, 2024

  1. Add support for multiple docker hosts

    * generate configs using both docker.sock and DOCKER_HOST data
    * parse multiple hosts from DOCKER_HOST
    * enable generating swag_url with host friendly name inserted
    * maintain backwards compatibility with current functionality
    FoxxMD committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fad04d1 View commit details
    Browse the repository at this point in the history
  2. Fix parsed upstream port when using upstream host

    * Keep existing behavior if no upstream host
    * When using upstream host look for 80, 8080, or first exposed container port and use HostPort for upstream
    FoxxMD committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    842abd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f95455 View commit details
    Browse the repository at this point in the history
  4. fix typos

    FoxxMD committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    84c0229 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Clearer naming for auto proxy related ENVs

    Prefix insert/tld ENVs with AUTO_PROXY to make it clear they are related to this mod
    FoxxMD committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e047e3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c582226 View commit details
    Browse the repository at this point in the history