Jeremy Lin

Results 29 comments of Jeremy Lin

I'm actually pretty surprised a bug like this would remain in place for such a long time, so maybe I'm just missing something. I'm using the combined log format as...

Ah, I see. The description of `%^` in https://goaccess.io/man#custom-log doesn't seem to mention what constitutes a "field", and there are various other predefined log formats in goaccess that use adjacent...

Just to be clear (since the cited article doesn't mention it until almost the end, when it should be one of the first things mentioned), this issue likely has very...

I didn't say I had a problem with the PR itself, just with how the article was written. As such, I was simply making the observation that this issue has...

Note that executables running as non-root actually can already bind to "privileged" ports even without setting `cap_net_bind_service` in [Docker 20.10.0](https://docs.docker.com/engine/release-notes/#security-2) and later (see moby/moby#41030). Nevertheless, setting `cap_net_bind_service` should still be...

~~https://hub.docker.com/r/jjlin/vaultwarden/tags shows the results of this PR~~

> Bitwarden has apparently increased the encrypted string length to `35000` in [bitwarden/server#3193](https://github.com/bitwarden/server/pull/3193) (which should be relevant to this issue) That's for their secrets manager, not for the password manager...

@julsemaan In general, to run a container as non-root, you just pass `-u/--user` to `docker run`; see https://docs.docker.com/engine/reference/commandline/run/ for details. Some images (e.g., LinuxServer.io images) use environment variables like [`PUID/PGID`](https://docs.linuxserver.io/general/understanding-puid-and-pgid/)...

I can probably make some changes for GHCR support at least, but out of curiosity, what are you guys using this script for? I mainly wrote this script for use...