You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to make the nuclio ui available when using cvat.
Describe the solution you'd like
Making the nuclio platform ui available on the url myurl/nuclio/ endpoint when hosting cvat with a tls cert
Describe alternatives you've considered
I have looked at the documentation for both apis and have set rules to deconflict them, I have also tested the following labels on docker compose.
With the below settings, I can access the cvat ui and nuclio ui via localhost:8080 and localhost:8080/nuclio/ respectively. The trouble is when i use a ssl/tls cert the redirect does not happen. I am quite new to traefik and I wonder if i made a mistake somewhere?
Actions before raising this issue
Is your feature request related to a problem? Please describe.
I would like to make the nuclio ui available when using cvat.
Describe the solution you'd like
Making the nuclio platform ui available on the url myurl/nuclio/ endpoint when hosting cvat with a tls cert
Describe alternatives you've considered
I have looked at the documentation for both apis and have set rules to deconflict them, I have also tested the following labels on docker compose.
With the below settings, I can access the cvat ui and nuclio ui via localhost:8080 and localhost:8080/nuclio/ respectively. The trouble is when i use a ssl/tls cert the redirect does not happen. I am quite new to traefik and I wonder if i made a mistake somewhere?
When i access via unsecured http i add the following router:
When accessing via the secured route i add the websecure. however this does not seem to redirect me.
Additional context
No response
The text was updated successfully, but these errors were encountered: