1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-30 20:23:07 +00:00

Update date in json (#4150)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-04-30 10:19:18 +02:00 committed by GitHub
parent ca35365e42
commit 53ebd3ceac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,35 +1,35 @@
{ {
"name": "Ollama", "name": "Ollama",
"slug": "ollama", "slug": "ollama",
"categories": [ "categories": [
20 20
], ],
"date_created": "2025-04-28", "date_created": "2025-04-30",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 11434, "interface_port": 11434,
"documentation": "https://github.com/ollama/ollama/tree/main/docs", "documentation": "https://github.com/ollama/ollama/tree/main/docs",
"config_path": "/usr/local/lib/ollama", "config_path": "/usr/local/lib/ollama",
"website": "https://ollama.com/", "website": "https://ollama.com/",
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/ollama.svg", "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/ollama.svg",
"description": "Ollama is a tool that allows you to run large language models locally on your own computer. This means you can experiment with and use these AI models without needing an internet connection or relying on cloud-based services. It simplifies the process of managing and running these models, offering a way to keep your data private and potentially work faster. 1 You can use Ollama to create local chatbots, conduct AI research, develop privacy-focused AI applications, and integrate AI into existing systems.", "description": "Ollama is a tool that allows you to run large language models locally on your own computer. This means you can experiment with and use these AI models without needing an internet connection or relying on cloud-based services. It simplifies the process of managing and running these models, offering a way to keep your data private and potentially work faster. 1 You can use Ollama to create local chatbots, conduct AI research, develop privacy-focused AI applications, and integrate AI into existing systems.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/ollama.sh", "script": "ct/ollama.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 4,
"ram": 4096, "ram": 4096,
"hdd": 35, "hdd": 35,
"os": "Ubuntu", "os": "Ubuntu",
"version": "24.04" "version": "24.04"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }