sooslaca

Results 25 comments of sooslaca

Hi @JaylinYu , I'm not sure its working as expected. docker command to start: `docker run --rm -it -e NANOMQ_CONF_PATH=/etc/nanomq/nanomq.conf -v /docker/nanomq/etc:/etc/nanomq --name nanomq --entrypoint /bin/sh emqx/nanomq:0.11.3-alpine` ``` /usr/local/nanomq #...

Hi @JaylinYu , I doubt, the same conf file works with non-alpine docker image. There's something wrong with the alpine based version.

same, subscribing for updates

Hi @Wobbley , I'm interested in solving this one too, right now I see it's truncated at 20k. Thank you

I found this issue, I also had acme issues with 2.11.0 Namely it's not starting to renew expired certificates. No logs either on traefik or on the acme server (StepCA)....

This should be a whole new issue in 2024. Old API (what is used by medusa) ended end 2023. Reference for the old api closure: https://forum.opensubtitles.org/viewtopic.php?t=17930#p47873 New API docs: https://opensubtitles.stoplight.io/docs/opensubtitles-api/e3750fd63a100-getting-started...

Hi @JaylinYu , either it's not working or I'm not sure exactly how to test. 1) conf environment variable set ``` [nanomq]/usr/local/nanomq# echo $NANOMQ_CONF_PATH /etc/nanomq/nanomq.conf ``` 2) conf file copied...

Hi @JaylinYu , after I changed command to be explicit `nanomq start --conf /etc/nanomq/nanomq.conf` looks like config file has been read. Looks like ACLs (`type = file`) are working however...

Here is another version on how to achieve this. Create a `pwstrength.overload.js` file and include that right after the original js. Then get the score by `$("#element").pwstrength("score")` ``` if (jQuery.fn.pwstrength)...

Hi @ioolkos , thanks for your response. My use case would be to carve out 'Organization' from the Client Certificate and use that as identity and also post a message...