Oleksa
Oleksa
> That fixed it for me ☺️https://github.com/R0Wi/elasticsearch-nextcloud-docker How? Is it working with the Full Text Search Platform version 26.0.0 in your case? As in my case it said failed. Which...
> i use this Version. > >  Great! As far as I understand your app version is 26.0.0 and the ES Client id ocker is v.8.6.1, am I right?...
> Yes, correct @ostasevych. I had no index anymore. I index the files for the first time. Meanwhile, what about security concerns? Is it so safe to trust to dockerised...
> Yes, correct @ostasevych. I had no index anymore. I index the files for the first time. Need some help here. I have a lot of files, and the indexing...
Again about reindexing. I am still struggling to make the full text search working on my instance: - NC 26.0.3 (bare metal) - All fulltextsearch apps are update - Using...
> Or is it? https://github.com/nextcloud/fulltextsearch_elasticsearch/wiki#installation-of-elasticsearch-via-docker points to https://github.com/R0Wi/elasticsearch-nextcloud-docker, which suggests elasticsearch version 8.6.1. Exactly!
> yes please, give us an option to disable indexing on passive users. We have 50x more passive users than active users But, please, respect groupfolders.
UPD: My quick dirty hack in the `function getThermalZones()` in `lib/OperatingSystems/DefaultOs.php`, which analyses presence of thermal zones. If not getting data from hwmon. ``` public function getThermalZones(): array { if(is_dir("/sys/class/thermal/thermal_zone*"))...
> ```diff > $data = []; > > + $drivers = glob('/sys/class/hwmon/hwmon*'); > + foreach ($drivers as $driver) { > + $name = $this->readContent($driver . '/name'); > + > +...
Please, consider adding support for https://github.com/bbernhard/signal-cli-rest-api/ Here there are experiments with styled messages.