fix: admin console via Traefik port 3002 without forced TLS
All checks were successful
CI / build (push) Successful in 47s
CI / docker (push) Successful in 9s

Remove tls=true from the logto-console router so the entrypoint
accepts plain HTTP. Logto's internal self-calls via ADMIN_ENDPOINT
use HTTP and pass through Traefik transparently. Browsers can
access via HTTP on port 3002.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-07 00:21:12 +02:00
parent 6497b59c55
commit fdca4911ae
3 changed files with 2 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ services:
logto:
ports:
- "3001:3001"
- "3002:3002"
cameleer-saas:
ports: