Skip to content

Commit

Permalink
Stash: API endpoint support
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Dec 5, 2022
1 parent 75f44ad commit 71f3268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/stash/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ stash_traefik_middleware: "{{ stash_traefik_middleware_default + ','
+ stash_traefik_middleware_custom }}"
stash_traefik_certresolver: "{{ traefik_default_certresolver }}"
stash_traefik_enabled: true
stash_traefik_api_enabled: false
stash_traefik_api_endpoint: ""

################################
# Docker
Expand Down

1 comment on commit 71f3268

@saltydk
Copy link
Member

@saltydk saltydk commented on 71f3268 Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what was the point of this? Nothing prevents users from adding this despite it not being here.

Please sign in to comment.