Skip to content

Commit

Permalink
Traefik is now the default router in ddev (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral authored Jul 5, 2024
2 parents ad3bfa6 + 5fae35c commit 32bebf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ ddev exec -d /var/www/html/test/playwright npm init playwright@latest
# Or yarn.
ddev exec -d /var/www/html/test/playwright yarn create playwright

# Required for KasmVNC to work until ddev 1.22 is released.
# https://ddev.readthedocs.io/en/latest/users/configuration/experimental/
ddev config global --use-traefik

# Add ignoreHTTPSErrors: true in test/playwright/playwright.config.ts to support HTTPS in tests.
# Now, install playwright dependencies and cache them for later.
ddev install-playwright
Expand Down
4 changes: 0 additions & 4 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ setup() {
echo "# configuring project..." >&3
ddev config --project-name="${PROJNAME}" --docroot=web --project-type=php

# Traefik is required for basic auth to pass through to KasmVNC correctly.
# Allow to fail on ddev HEAD.
ddev config global --use-traefik || true

echo "# ddev start" >&3
ddev start -y >/dev/null
}
Expand Down

0 comments on commit 32bebf7

Please sign in to comment.