Jeremy Ruston

Results 1119 comments of Jeremy Ruston

Hi @webplusai I checked out the latest commits, ran `npm install` and then `npm test`, but received the following error: ``` Running Server Test: Check index page Failed "Check index...

Hi @webplusai that's great. I want to merge this now because it will make further refinements easier to be working with smaller PRs. But right now the user experience is...

> @Jermolene we can add a flag to the start command that instructs the server to allow anonymous users or not. What do you think? Flags on the start command...

> I think having anonymous access by default is a security risk. I would prefer "secure by default", even if it is different at the moment. I don't think that's...

> I am OK, if the first (non skippable) step of the standard anonymous web-UI is setting up an admin account, and the dashboard of the admin prominently shows the...

> As long as the servers are used on private networks only. But that's not what our users request. They request access from everywhere. So they want a simple way...

> @Jermolene @pmario Do we all agree to build interactive UI so that users can configure when they start the project? Or what approach would we proceed on? I think...

> @Jermolene so just to confirm, we will proceed on this way. Right? `The best I can think of is an interactive wizard that kicks in at startup to ask...

> I have implemented a flag that allows the app to toggle on authentication. By default, when the user starts the app using the `npm run start` command, it runs...