Ricardo
Ricardo
Hi @kocolosk, Im using a local docker clouseau image. Maybe this save you some time ```ini ; ./etc/clouseau.ini [clouseau] [email protected] cookie=monster dir=/var/lib/clouseau max_indexes_open=500 ``` ```properties # ./etc/log4j.properties log4j.rootLogger=debug, CONSOLE log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender...
Hi, here is a simple docker-compose example using search plugin without any hack, just standard compose yaml. ```shell mkdir -p ./config/{couchdb,clouseau} ``` **./config/clouseau/clouseau.ini** ```ini [clouseau] [email protected] cookie=monster dir=/data max_indexes_open=500 ```...
- [x] Rename `sr-only` classname to `visually-hidden`. https://getbootstrap.com/docs/5.0/migration/#helpers