1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-20 05:08:06 +00:00

Update date in json (#3672)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-04-05 01:10:26 +02:00 committed by GitHub
parent 214d21f91e
commit 71a37368b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,43 +1,43 @@
{ {
"name": "Meilisearch", "name": "Meilisearch",
"slug": "meilisearch", "slug": "meilisearch",
"categories": [ "categories": [
8 8
], ],
"date_created": "2025-04-03", "date_created": "2025-04-04",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 7700, "interface_port": 7700,
"documentation": "https://www.meilisearch.com/docs", "documentation": "https://www.meilisearch.com/docs",
"website": "https://www.meilisearch.com/", "website": "https://www.meilisearch.com/",
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/meilisearch.svg", "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/meilisearch.svg",
"description": "Meilisearch is a fast, open-source search engine designed for instant, full-text search with typo tolerance. It provides an API that allows developers to integrate powerful search features into applications. Meilisearch-UI is an optional web-based interface that provides a simple way to interact with Meilisearch, visualize indexed data, and test queries without needing to use the API directly.", "description": "Meilisearch is a fast, open-source search engine designed for instant, full-text search with typo tolerance. It provides an API that allows developers to integrate powerful search features into applications. Meilisearch-UI is an optional web-based interface that provides a simple way to interact with Meilisearch, visualize indexed data, and test queries without needing to use the API directly.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/meilisearch.sh", "script": "ct/meilisearch.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 4096, "ram": 4096,
"hdd": 7, "hdd": 7,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
},
"notes": [
{
"text": "Meilisearch-UI can optionally be installed for a web-based search interface",
"type": "info"
}, },
"notes": [ {
{ "text": "Meilisearch-UI has early development status and can caused performance issues",
"text": "Meilisearch-UI can optionally be installed for a web-based search interface", "type": "warn"
"type": "info" }
}, ]
{
"text": "Meilisearch-UI has early development status and can caused performance issues",
"type": "warn"
}
]
} }