get/set solr config

This commit is contained in:
Girish Ramakrishnan
2020-11-19 17:45:16 -08:00
parent cac8659fbd
commit 3125e1b386
5 changed files with 340 additions and 8 deletions

View File

@@ -448,7 +448,10 @@
"maxMailSize": "Maximum email size",
"spamFilter": "Spam filtering",
"spamFilterOverview": "{{ blacklistCount }} address(es) blacklisted.",
"changeDomainProgress": "Changing Email domain:"
"changeDomainProgress": "Changing Email domain:",
"solrFts": "Full Text Search (Solr)",
"solrEnabled": "Enabled",
"solrDisabled": "Disabled"
},
"eventlog": {
"title": "Event Log",
@@ -501,6 +504,11 @@
"mailTo": "Email to",
"mailToPlaceholder": "Email address",
"sendAction": "Send"
},
"solrConfig": {
"title": "Full Text Search (Solr)",
"description": "Solr can be used to provide full-text search in Dovecot. Solr requires a lot of RAM and as such should only be enabled if your server has more than 3GB RAM.",
"enableSolrCheckbox": "Enable Full Text Search using Solr"
}
},
"network": {
@@ -1314,5 +1322,8 @@
"title": "Your Account is ready",
"openDashboardAction": "Open Dashboard"
}
},
"welcomeEmail": {
"welcomeTo": "Welcome to <%= cloudronName %>!"
}
}