Skip to content

Commit 53ebd3c

Browse files
Update date in json (#4150)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent ca35365 commit 53ebd3c

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

frontend/public/json/ollama.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "Ollama",
3-
"slug": "ollama",
4-
"categories": [
5-
20
6-
],
7-
"date_created": "2025-04-28",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 11434,
12-
"documentation": "https://github.com/ollama/ollama/tree/main/docs",
13-
"config_path": "/usr/local/lib/ollama",
14-
"website": "https://ollama.com/",
15-
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/ollama.svg",
16-
"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.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/ollama.sh",
21-
"resources": {
22-
"cpu": 4,
23-
"ram": 4096,
24-
"hdd": 35,
25-
"os": "Ubuntu",
26-
"version": "24.04"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
33-
},
34-
"notes": []
2+
"name": "Ollama",
3+
"slug": "ollama",
4+
"categories": [
5+
20
6+
],
7+
"date_created": "2025-04-30",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 11434,
12+
"documentation": "https://github.com/ollama/ollama/tree/main/docs",
13+
"config_path": "/usr/local/lib/ollama",
14+
"website": "https://ollama.com/",
15+
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/ollama.svg",
16+
"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.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/ollama.sh",
21+
"resources": {
22+
"cpu": 4,
23+
"ram": 4096,
24+
"hdd": 35,
25+
"os": "Ubuntu",
26+
"version": "24.04"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": []
3535
}

0 commit comments

Comments
 (0)