-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
questionFurther information is requestedFurther information is requested
Milestone
Description
Currently, the DEVELOPMENT tier in KeymanHosts changes nearly all Keyman site links to http://host.docker.internal:{port}.
shared-sites/_common/KeymanHosts.php
Lines 134 to 142 in c7586ec
| } 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
Type
Projects
Status
No status