mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-25 06:13:03 +02:00
Fixes to install make command, fixes to local network app url definition, run ws build on start and every 24 hours
This commit is contained in:
@@ -98,7 +98,7 @@ func GetEdgeApp(ID string) MaybeEdgeApp {
|
||||
Status: GetEdgeAppStatus(ID),
|
||||
Services: GetEdgeAppServices(ID),
|
||||
InternetAccessible: edgeAppInternetAccessible,
|
||||
NetworkURL: ID + system.GetHostname() + ".local",
|
||||
NetworkURL: ID + "." + system.GetHostname() + ".local",
|
||||
InternetURL: edgeAppInternetURL,
|
||||
},
|
||||
Valid: true,
|
||||
|
||||
Reference in New Issue
Block a user