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

Use an array instead of a string for the FQDN parameter #269

Merged
merged 5 commits into from
Nov 26, 2024

Commits on Nov 21, 2024

  1. Use an array instead of a string for the FQDN parameter

    We want to allow setting multiple FQDNs for the nextcloud service, so
    that the end user can specify multiple endpoints.
    
    Signed-off-by: Nicolas Bigler <[email protected]>
    TheBigLee committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b6f544b View commit details
    Browse the repository at this point in the history
  2. Fix ingress

    Signed-off-by: Nicolas Bigler <[email protected]>
    TheBigLee committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7b25707 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Apply suggestions

    Signed-off-by: Nicolas Bigler <[email protected]>
    TheBigLee committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a1628dd View commit details
    Browse the repository at this point in the history
  2. Add webhook validation for FQDN

    Signed-off-by: Nicolas Bigler <[email protected]>
    TheBigLee committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4990d7c View commit details
    Browse the repository at this point in the history
  3. Add tests for the nextcloud webhooks

    Signed-off-by: Nicolas Bigler <[email protected]>
    TheBigLee committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3ac924e View commit details
    Browse the repository at this point in the history