There is a discussion in community forum but for now, custome CSS may be helpful. #header-menu-unified-search { max-width: 1000px; } #header-menu-unified-search > div { width: 100%; } #header-menu-unified-search > .header-menu__carret…
There is a discussion in community forum but for now, custome CSS may be helpful. #header-menu-unified-search { max-width: 1000px; } #header-menu-unified-search > div { width: 100%; } #header-menu-unified-search > .header-menu__carret…
Full text search in Nextcloud is a great feature. It includes LibreOffice files. However, I found that Draw.io files are not included. This is just some notes on the idea…
c.f. https://blog.eagerelk.com/securing-elasticsearch-using-nginx-as-a-proxy/ Nginx with BASIC auth Install nginx, apach2-utils sudo apt install nginx apache2-utils Add new BASIC authentication file sudo htpasswd -c /etc/nginx/conf.d/search.htpasswd myelasticsearchuser New password: ******** ... Nginx conf…
Configuring Nextcloud Full Text Search with Elasticsearch. Installing Elasticsearch (elastic-7.x) c.f. https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-ubuntu-20-04 curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list…