Jérôme
Jérôme
I've got the same problem. Here is my models : **Team model** ``` export default class Team extends Model { static entity = 'teams'; static fields() { return { id:...
Hi , we're also using it in our company to offer a live TV system over WiFi coverage. I cannot send a demo because it works behind a captive portal,...
It would be better in the future to avoid referencing cdn url of type "latest", which can bring (as we've been confonted with) instability and unpredictability. In addition, that would...
I've got the same issue with debian 9.1, I make it works by replacing in defaults/main.yml : ``` fail2ban_jails: - name: 'ssh' enabled: 'true' ``` By : ``` fail2ban_jails: -...