Skip to content

DEVELOPMENT tier workflow with KeymanHosts? #6

@darcywong00

Description

@darcywong00

Currently, the DEVELOPMENT tier in KeymanHosts changes nearly all Keyman site links to http://host.docker.internal:{port}.

} else if($this->tier == KeymanHosts::TIER_DEVELOPMENT) {
// Locally running sites via Docker need to access "host.docker.internal:[port]"
$this->s_keyman_com = "http://host.docker.internal:8054";
$this->api_keyman_com = "http://host.docker.internal:8058";
$this->help_keyman_com = "http://host.docker.internal:8055";
$this->downloads_keyman_com = "https://downloads.keyman.com"; // local dev domain is usually not available
$this->keyman_com = "http://host.docker.internal:8053";
$this->keymanweb_com = "http://host.docker.internal:8057";
$this->r_keymanweb_com = "https://r.keymanweb.com"; /// local dev domain is usually not available

Is there a workaround for when I'm only running one site locally on docker, and would rather the external Keyman sites use live links?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions