mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-21 17:28:00 +02:00
Add Meilisearch indexer (#444)
This commit is contained in:
5
templates/pages/admin_config.html
vendored
5
templates/pages/admin_config.html
vendored
@ -19,8 +19,9 @@
|
||||
<dt>Opengist home</dt><dd>{{ .c.OpengistHome }}</dd>
|
||||
<dt>Database type</dt><dd>{{ .dbtype }}{{ if eq .dbtype "SQLite" }} ({{ .c.SqliteJournalMode }}){{ end }}</dd>
|
||||
<dt>Database name</dt><dd>{{ .dbname }}</dd>
|
||||
<dt>Index Enabled</dt><dd>{{ .c.IndexEnabled }}</dd>
|
||||
<dt>Index Dirname</dt><dd>{{ .c.IndexDirname }}</dd>
|
||||
<dt>Index</dt><dd>{{ .c.Index }}</dd>
|
||||
<dt>MeiliSearch Host</dt><dd>{{ .c.MeiliHost }}</dd>
|
||||
<dt>MeiliSearch API Key</dt><dd>{{ if .c.MeiliAPIKey }}<defined>{{ end }}</dd>
|
||||
<dt>Git default branch</dt><dd>{{ .c.GitDefaultBranch }}</dd>
|
||||
<div class="relative col-span-3 mt-4">
|
||||
<div class="absolute inset-0 flex items-center" aria-hidden="true">
|
||||
|
Reference in New Issue
Block a user