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 5, 2024
2 parents 96ef164 + db94ae6 commit 81ac601
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions apps/grafana/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "grafana",
"tipi_version": 38,
"version": "11.3.1",
"tipi_version": 39,
"version": "11.3.2",
"categories": ["data"],
"description": "The open and composable observability and data visualization platform",
"short_desc": "The open and composable observability and data visualization platform",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732050931000
"updated_at": 1733350474000
}
2 changes: 1 addition & 1 deletion apps/grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
grafana:
container_name: grafana
image: grafana/grafana-oss:11.3.1
image: grafana/grafana-oss:11.3.2
ports:
- ${APP_PORT}:3000
volumes:
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": 40,
"version": "2024.11.3",
"tipi_version": 41,
"version": "2024.12.0",
"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": 1732276865000
"updated_at": 1733350475000
}
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.11.3
image: ghcr.io/home-assistant/home-assistant:2024.12.0
container_name: homeassistant-1
environment:
- TZ=${TZ}
Expand Down
6 changes: 3 additions & 3 deletions apps/invoice-ninja/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "invoice-ninja",
"tipi_version": 51,
"version": "5.10.59",
"tipi_version": 52,
"version": "5.10.60",
"categories": ["finance"],
"description": "Invoice Ninja is an invoicing application which makes sending invoices and receiving payments simple and easy. Our latest version is a clean slate rewrite of our popular invoicing application which builds on the existing feature set and adds a wide range of features and enhancements the community has asked for.",
"short_desc": "Invoices, Expenses and Tasks built with Laravel, Flutter and React.",
Expand Down Expand Up @@ -46,5 +46,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733204283000
"updated_at": 1733371188000
}
2 changes: 1 addition & 1 deletion apps/invoice-ninja/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
invoice-ninja:
image: invoiceninja/invoiceninja:5.10.59
image: invoiceninja/invoiceninja:5.10.60
container_name: invoice-ninja
restart: unless-stopped
user: 1500:1500
Expand Down
6 changes: 3 additions & 3 deletions apps/lobe-chat/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"id": "lobe-chat",
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
"tipi_version": 387,
"version": "1.35.10",
"tipi_version": 389,
"version": "1.35.12",
"categories": ["ai"],
"short_desc": "LLM chatbot framework",
"author": "https://github.com/lobehub",
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733246030000
"updated_at": 1733385637000
}
2 changes: 1 addition & 1 deletion apps/lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:
lobe-chat:
container_name: lobe-chat
image: lobehub/lobe-chat:v1.35.10
image: lobehub/lobe-chat:v1.35.12
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
Expand Down
6 changes: 3 additions & 3 deletions apps/mastodon/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"force_expose": true,
"generate_vapid_keys": true,
"id": "mastodon",
"tipi_version": 26,
"version": "4.3.1",
"tipi_version": 27,
"version": "4.3.2",
"categories": ["social"],
"description": "Your self-hosted, globally interconnected microblogging community",
"short_desc": "Your self-hosted, globally interconnected microblogging community",
Expand Down Expand Up @@ -114,5 +114,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1729508751000
"updated_at": 1733343512000
}
2 changes: 1 addition & 1 deletion apps/mastodon/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
mastodon:
container_name: mastodon
image: lscr.io/linuxserver/mastodon:4.3.1
image: lscr.io/linuxserver/mastodon:4.3.2
ports:
- 8209:80
- ${APP_PORT}:443
Expand Down
6 changes: 3 additions & 3 deletions apps/metabase/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "metabase",
"tipi_version": 10,
"version": "0.51.6",
"tipi_version": 11,
"version": "0.52.1",
"categories": ["data", "utilities"],
"description": "Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.",
"short_desc": "The simplest, fastest way to get business intelligence and analytics to everyone in your company",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1724831720870,
"updated_at": 1732824739000
"updated_at": 1733360883000
}
2 changes: 1 addition & 1 deletion apps/metabase/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "metabase",
"image": "metabase/metabase:v0.51.6",
"image": "metabase/metabase:v0.52.1",
"internalPort": 3000,
"isMain": true,
"volumes": [
Expand Down
2 changes: 1 addition & 1 deletion apps/metabase/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
metabase:
container_name: metabase
image: metabase/metabase:v0.51.6
image: metabase/metabase:v0.52.1
restart: unless-stopped
ports:
- ${APP_PORT}:3000
Expand Down
6 changes: 3 additions & 3 deletions apps/onedev/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "onedev",
"tipi_version": 129,
"version": "11.6.2",
"tipi_version": 130,
"version": "11.6.3",
"categories": ["development"],
"description": "Self-hosted Git Server with Kanban and CI/CD",
"short_desc": "Self-hosted Git Server with Kanban and CI/CD",
Expand Down Expand Up @@ -46,5 +46,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733124334000
"updated_at": 1733371189000
}
2 changes: 1 addition & 1 deletion apps/onedev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
onedev:
image: 1dev/server:11.6.2
image: 1dev/server:11.6.3
container_name: onedev
environment:
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
Expand Down
6 changes: 3 additions & 3 deletions apps/wekan/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "wekan",
"tipi_version": 39,
"version": "7.69",
"tipi_version": 40,
"version": "7.70",
"categories": ["development"],
"description": "Experience efficient task management with WeKan - the Open-Source, customizable, and privacy-focused kanban",
"short_desc": "Open-Source, customizable, and privacy-focused kanban",
Expand All @@ -30,5 +30,5 @@
],
"supported_architectures": ["amd64"],
"created_at": 1691943801422,
"updated_at": 1733124346000
"updated_at": 1733360869000
}
2 changes: 1 addition & 1 deletion apps/wekan/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
wekan:
image: ghcr.io/wekan/wekan:v7.69
image: ghcr.io/wekan/wekan:v7.70
container_name: wekan
environment:
# https://github.com/wekan/wekan/blob/main/docker-compose.yml
Expand Down

0 comments on commit 81ac601

Please sign in to comment.