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:
Paulo Truta
2023-10-28 18:43:18 +02:00
parent 8bf26a334c
commit 445bc41d0e
4 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -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,