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

Allow multiple hosts per service #24

Merged
merged 12 commits into from
Sep 25, 2024
Merged

Allow multiple hosts per service #24

merged 12 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    25d106b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d6f0d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06c473 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffff5ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b050857 View commit details
    Browse the repository at this point in the history
  6. Don't duplicate TLS hosts in config

    When TLS is enabled, the hostnames it uses always match the service's
    hosts. So there's no need to duplicate them. We can instead just have a
    flag to note whether TLS is enabled for the service.
    kevinmcconnell committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c29e8ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95c22be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f2961a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a2770f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    026bb62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e8e753 View commit details
    Browse the repository at this point in the history
  12. Tidy test argument

    kevinmcconnell committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    12d9915 View commit details
    Browse the repository at this point in the history