mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-29 07:08:56 +00:00
fix(gnore): Onboarding fixes (#26824)
This commit is contained in:
@@ -371,7 +371,7 @@ function generateHtmlError(errors: string): string {
|
||||
}
|
||||
|
||||
function getServerUrl(): URL {
|
||||
return new URL(process.env.Z2M_ONBOARD_URL ?? 'http://localhost:8080');
|
||||
return new URL(process.env.Z2M_ONBOARD_URL ?? 'http://0.0.0.0:8080');
|
||||
}
|
||||
|
||||
async function startOnboardingServer(): Promise<boolean> {
|
||||
|
||||
Reference in New Issue
Block a user