Skip to content

Commit

Permalink
Disable HTTPS for binderhub on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Jan 8, 2025
1 parent cceea30 commit 3a4c98a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/localhost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ binderhub:
password: "your-password"

ingress:
https:
# This is unsafe! Only se for local development
enabled: false
hosts:
- localhost

Expand All @@ -24,6 +27,7 @@ binderhub:
static:
ingress:
tls:
# This is unsafe! Only se for local development
enabled: false
hosts:
- static.localhost
Expand Down

0 comments on commit 3a4c98a

Please sign in to comment.