Eric Nemchik
Eric Nemchik
Let's wait for https://github.com/linuxserver/docker-bookstack/pull/136 which touches some of the same code.
I would love to see imported keys retain the original comment supplied if the key is not blank. Prefixing the originally supplied comment with `ssham-` would also be fine. Newly...
Sorry for the delayed response. By default, most versions of `ssh-keygen` will set the comment in the `.pub` file to be something along the lines of `user@host` where `user` is...
I've pulled the snip from gist. I'll discuss that particular sample privately, but I also don't mind creating at least the basics for an installer and providing the source.
Found a fix that worked for me. I'm running in a docker container, and I believe the issue is the git user is not picked up because the user running...
I see now. That all makes sense. I apparently was using the `latest` tag on docker, which appeared to be 3.5.1 at the time, but I guess it's actually commits...
I think I'm happy to close this, unless anyone else feels the need to discuss the topic further.
Duplicate of https://github.com/browser-update/browser-update/issues/389
I wrote up a little helper: https://gist.github.com/nemchik/08297ef04366ca9a6064d5f0c27e582a With this, you can use `getRequiredFromList(queries)` to return the value of the `required` option accepted by `browserUpdate`. Note: you have to supply `queries`...
Thanks @andorfermichael I've added that change to my gist.