ProxmoxVE/json/typesense.json

40 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "TypeSense",
"slug": "typesense",
"categories": [
5
],
"date_created": "2025-01-06",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": "https://typesense.org/docs/",
"website": "https://typesense.org/",
"logo": "https://typesense.org/_nuxt/img/typesense_logo_white.0f9fb0a.svg",
"description": "Typesense is an open-source, fast, and lightweight search engine optimized for delivering instant, relevant, and typo-tolerant search results. Designed for ease of use and high performance, it offers features like real-time indexing, fuzzy matching, customizable relevance ranking, and a simple API for integration. Typesense is particularly well-suited for applications requiring instant search capabilities, such as e-commerce, documentation, or any content-rich websites. It is often compared to tools like Elasticsearch but is more developer-friendly and less resource-intensive.",
"install_methods": [
{
"type": "default",
"script": "ct/typesense.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "This script requires some extra steps after the installation, Please checkout the 'documentation' Button",
"type": "info"
}
]
}