This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : " Ollama"
22description : " The easiest way to get up and running with large language models locally"
3- version : " 0.1.33-rc5"
43slug : " ollama"
54init : false
65arch :
@@ -10,6 +9,7 @@ url: https://ollama.com
109ports :
1110 11434/tcp : 11434
1211image : docker.io/ollama/ollama
12+ version : " 0.1.33-rc5"
1313ingress : true
1414ingress_port : 11434
1515ingress_stream : true
Original file line number Diff line number Diff line change 77 " ollama/config.yaml"
88 ],
99 "matchStrings" : [
10- " image:\\ s*(?<depName>.+)\n\\ s*version:\\ s*(?<currentValue>.+)"
10+ " image:\\ s*(?<depName>.+)\\ s* \ n\\ s*version:\\ s*(?<currentValue>.+)"
1111 ]
1212 }
1313 ],
4242 " **/config.yaml"
4343 ],
4444 "matchPackagePatterns" : [
45- " (?<registry> \\ S+ \\ . \\ S+)/ (?<depName>[a-z0-9-]+/[a-z0-9-]+)(?::(?< currentValue>[a-z0-9.-]+))? "
45+ " image: \\ s* (?<depName>.+) \\ s* \n\\ s*version: \\ s* (?<currentValue>.+) "
4646 ],
4747 "prBodyColumns" : [
4848 " Package" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Ava Server
22description : >-
33 Self-hosted personal assistant in minutes with built-in Home Assistant
44 integration and great extensibility and customizability
5- version : 0.0.1
65slug : server
76init : false
87arch :
@@ -12,6 +11,7 @@ url: https://ava.0x77.dev
1211ports :
1312 2881/tcp : 2881
1413image : ghcr.io/0x77dev/ava/server
14+ version : 0.0.1
1515homeassistant_api : true
1616ingress : true
1717ingress_port : 2881
You can’t perform that action at this time.
0 commit comments