Luca Palano
Luca Palano
No, there is no official docker image on dockerhub.
@PackElend Yes. That's not an "official docker image" but may be useful also for #314 .
Did you set the **passwordComplexityRegEx** property in your _KeyBoxConfig.properties file_ accordingly? Here is a snippet: > #Regular expression to enforce password policy > passwordComplexityRegEx=((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])(?=.*[!@#$£"%^&*()+=]).{8\,20}) @Busindre: in your case, try with...
Hi everyone, A possible way to implement this feature is by adding a new management interface which allows to set a timeout on every association between the user and the...
Same issue for me. Any news about this?
Hi everyone, > is the locale you are using for testing, consistent with language used in your skill code base? I don't know what NodeJS version was used by @jhonj98...
Did you try ``apt install docbook-xsl`` as suggested in https://github.com/eclipse/mosquitto/issues/1733?
Mosquitto **v1.4.15** doesn't support MQTT v5. As from [the first README.md lines in v1.4.15](https://github.com/eclipse/mosquitto/tree/v1.4.15): > Mosquitto is an open source implementation of a server for version 3.1 and 3.1.1 of...