mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-27 00:31:32 +00:00
dovecot: replace solr fts with flatcurve (xapian) (#5680)
* fts-flatcurve: inital implementation * fts: removed solr from compose.yml * flatcurve: added heap and proc logic to dovecot * added logic for update.sh & generate for Flatcurve * delete old iteration of fts-flatcurve.conf * updated default fts.conf * updated .gitignore to exclude fts.conf for further git updates * Remove autogeneration of fts.conf (disable override) * cleanup all left solr stuff * renamed SKIP_FLATCURVE to SKIP_FTS * cleanup leftovers solr in lang files * moved lazy_expunge plugin only to mail_plugins * added fts timeout value * compose: remove dev image of dovecot * updated japanese translation
This commit is contained in:
@@ -5415,12 +5415,6 @@ paths:
|
||||
started_at: "2019-12-22T20:59:58.382274592Z"
|
||||
state: running
|
||||
type: info
|
||||
solr-mailcow:
|
||||
container: solr-mailcow
|
||||
image: "mailcow/solr:1.7"
|
||||
started_at: "2019-12-22T20:59:59.635413798Z"
|
||||
state: running
|
||||
type: info
|
||||
unbound-mailcow:
|
||||
container: unbound-mailcow
|
||||
image: "mailcow/unbound:1.10"
|
||||
@@ -5442,30 +5436,6 @@ paths:
|
||||
hey where started and a few other details.
|
||||
operationId: Get container status
|
||||
summary: Get container status
|
||||
/api/v1/get/status/solr:
|
||||
get:
|
||||
responses:
|
||||
"401":
|
||||
$ref: "#/components/responses/Unauthorized"
|
||||
"200":
|
||||
content:
|
||||
application/json:
|
||||
examples:
|
||||
response:
|
||||
value:
|
||||
solr_documents: null
|
||||
solr_enabled: false
|
||||
solr_size: null
|
||||
type: info
|
||||
description: OK
|
||||
headers: {}
|
||||
tags:
|
||||
- Status
|
||||
description: >-
|
||||
Using this endpoint you can get the status of all containers and when
|
||||
hey where started and a few other details.
|
||||
operationId: Get solr status
|
||||
summary: Get solr status
|
||||
/api/v1/get/status/vmail:
|
||||
get:
|
||||
responses:
|
||||
|
||||
Reference in New Issue
Block a user