Skip to content

Commit

Permalink
Merge branch 'runtipi:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomescua authored Dec 17, 2024
2 parents eadfbfe + a26534a commit 2d8bb85
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions apps/halo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8092,
"id": "halo",
"tipi_version": 38,
"version": "2.20.11",
"tipi_version": 39,
"version": "2.20.12",
"description": "Halo is a powerful and easy-to-use open source website building tool.",
"short_desc": "Halo - Open source website building tool.",
"categories": ["social", "media"],
Expand All @@ -28,5 +28,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733311558000
"updated_at": 1734430834000
}
2 changes: 1 addition & 1 deletion apps/halo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
halo:
image: halohub/halo:2.20.11
image: halohub/halo:2.20.12
container_name: halo
restart: unless-stopped
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions apps/homeassistant-1/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "homeassistant-1",
"tipi_version": 44,
"version": "2024.12.3",
"tipi_version": 45,
"version": "2024.12.4",
"categories": ["automation"],
"description": "Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.",
"short_desc": "Open source home automation that puts local control and privacy first",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734098522000
"updated_at": 1734450623000
}
2 changes: 1 addition & 1 deletion apps/homeassistant-1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
homeassistant-1:
image: ghcr.io/home-assistant/home-assistant:2024.12.3
image: ghcr.io/home-assistant/home-assistant:2024.12.4
container_name: homeassistant-1
environment:
- TZ=${TZ}
Expand Down
6 changes: 3 additions & 3 deletions apps/komga/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "komga",
"tipi_version": 11,
"version": "1.15.0",
"tipi_version": 12,
"version": "1.15.1",
"categories": ["media"],
"description": "A media server for your comics, mangas, BDs, magazines and eBooks.",
"short_desc": "A media server for your comics, mangas, BDs, magazines and eBooks.",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734322322000
"updated_at": 1734430832000
}
2 changes: 1 addition & 1 deletion apps/komga/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
komga:
image: ghcr.io/gotson/komga:1.15.0
image: ghcr.io/gotson/komga:1.15.1
container_name: komga
volumes:
- ${APP_DATA_DIR}/data/config:/config
Expand Down
6 changes: 3 additions & 3 deletions apps/ollama-amd/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 11434,
"id": "ollama-amd",
"tipi_version": 47,
"version": "0.5.2-rocm",
"tipi_version": 48,
"version": "0.5.3-rocm",
"categories": ["ai"],
"description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.",
"short_desc": "LLMs inference server with OpenAI compatible API",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734148493000
"updated_at": 1734450622000
}
2 changes: 1 addition & 1 deletion apps/ollama-amd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
ollama-amd:
image: ollama/ollama:0.5.2-rocm
image: ollama/ollama:0.5.3-rocm
restart: unless-stopped
container_name: ollama-amd
environment:
Expand Down
6 changes: 3 additions & 3 deletions apps/ollama-cpu/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"port": 11436,
"id": "ollama-cpu",
"tipi_version": 48,
"version": "0.5.2",
"tipi_version": 49,
"version": "0.5.3",
"categories": ["ai"],
"description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.",
"short_desc": "LLMs inference server with OpenAI compatible API",
Expand All @@ -17,5 +17,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734148497000
"updated_at": 1734450630000
}
2 changes: 1 addition & 1 deletion apps/ollama-cpu/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "ollama-cpu",
"image": "ollama/ollama:0.5.2",
"image": "ollama/ollama:0.5.3",
"isMain": true,
"internalPort": 11434,
"volumes": [
Expand Down
2 changes: 1 addition & 1 deletion apps/ollama-cpu/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
ollama-cpu:
image: ollama/ollama:0.5.2
image: ollama/ollama:0.5.3
restart: unless-stopped
container_name: ollama-cpu
ports:
Expand Down
6 changes: 3 additions & 3 deletions apps/ollama-nvidia/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 11435,
"id": "ollama-nvidia",
"tipi_version": 47,
"version": "0.5.2",
"tipi_version": 48,
"version": "0.5.3",
"categories": ["ai"],
"description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.",
"short_desc": "LLMs inference server with OpenAI compatible API",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734148498000
"updated_at": 1734450631000
}
2 changes: 1 addition & 1 deletion apps/ollama-nvidia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
ollama-nvidia:
image: ollama/ollama:0.5.2
image: ollama/ollama:0.5.3
restart: unless-stopped
container_name: ollama-nvidia
ports:
Expand Down

0 comments on commit 2d8bb85

Please sign in to comment.