Cronus89

Results 10 comments of Cronus89

Gonna PR that? :)

Statistics on what logins are working, and which are not. Curiosity mostly.

This below works for remote and normal connects in inspircd IP_REGEX = re.compile(r'Client connecting.*\(([0-9a-f\.:]+)\)')

I pulled that directly out of my working/running bot. I think github screwed with it, try below `IP_REGEX = re.compile(r'Client connecting.*\(([0-9a-f\.:]+)\)')`

Is this still not resolved?

I agree, it does help in the meantime, until a full fledged popup can be designed.

What are the suggested steps to migrate to v5, with an outdated 4.5.35?

Just upgraded to 7.3.0 and seeing this same issue. Cannot use Move-Item because it says directory already exists.

> +1. Would be nice to have the temperature as sensor to create automations based on this > > @Cronus89: How can you create the sensor manually? In my sensors.yml...

Had this same issue, Below is the command to fix it if you're running nextcloud with linuxserver.io's container. ```sudo docker exec -it nextcloud sudo -u abc php /config/www/nextcloud/occ app:disable documentserver_community```...