fix: admin console via Traefik port 3002 without forced TLS
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:
@@ -12,7 +12,7 @@ entryPoints:
|
||||
websecure:
|
||||
address: ":443"
|
||||
admin-console:
|
||||
address: ":3443"
|
||||
address: ":3002"
|
||||
|
||||
providers:
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user