Jump to content

Wavelog ERB Desktop Setup: Difference between revisions

From BARS W9YT
Created page with "''For getting started with Wavelog and your account see Wavelog, this is an administrative page'' === Overview === Wavelog and the W9YT website automatically launch on Firefox when any user logs into the two CAE desktops in the ERB shack === Browser Auto Launch === Firefox is configured to start automatically for all users on login. A link to the shared Firefox executable was placed in: <code>C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp</code> ===..."
 
Add OverrideFirstRunPage
 
Line 19: Line 19:
       "URL": "https://wavelog.w9yt.org",
       "URL": "https://wavelog.w9yt.org",
       "Locked": true,
       "Locked": true,
       "Additional": ["https://www.w9yt.org"],
       "Additional": ["https://wiki.w9yt.org", "https://www.w9yt.org"],
       "StartPage": "homepage"
       "StartPage": "homepage"
     }
     },
    "UserMessaging" : {
      "SkipOnboarding": true
    },
    "OverrideFirstRunPage": "https://wavelog.w9yt.org|https://wiki.w9yt.org|https://www.w9yt.org"
   }
   }
}</nowiki>
}
</nowiki>
[[Category:Wavelog]]
[[Category:Wavelog]]

Latest revision as of 14:37, 19 May 2026

For getting started with Wavelog and your account see Wavelog, this is an administrative page

Overview

Wavelog and the W9YT website automatically launch on Firefox when any user logs into the two CAE desktops in the ERB shack

Browser Auto Launch

Firefox is configured to start automatically for all users on login. A link to the shared Firefox executable was placed in:

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

Wavelog Open

Firefox policies.json file was configured to open Wavelog and the W9YT website on launch.

distribution/policies.json

 {
  "policies": {
    "Homepage": {
      "URL": "https://wavelog.w9yt.org",
      "Locked": true,
      "Additional": ["https://wiki.w9yt.org", "https://www.w9yt.org"],
      "StartPage": "homepage"
    },
    "UserMessaging" : {
      "SkipOnboarding": true
    },
    "OverrideFirstRunPage": "https://wavelog.w9yt.org|https://wiki.w9yt.org|https://www.w9yt.org"
  }
}