Merge branch 'runtipi:master' into app/rsshub

This commit is contained in:
litneet64 2024-04-20 08:50:36 +00:00 committed by GitHub
commit 6c7d6cb389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 27 additions and 27 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "budibase",
"tipi_version": 125,
"version": "2.23.9",
"tipi_version": 126,
"version": "2.23.10",
"categories": [
"development"
],

View File

@ -1,7 +1,7 @@
version: '3.7'
services:
budibase:
image: budibase/budibase:2.23.9
image: budibase/budibase:2.23.10
restart: unless-stopped
container_name: budibase
ports:

View File

@ -6,8 +6,8 @@
"url_suffix": "?offline=1",
"id": "drawio",
"description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.",
"tipi_version": 37,
"version": "24.2.5",
"tipi_version": 38,
"version": "24.2.7",
"categories": [
"utilities"
],

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
drawio:
image: jgraph/drawio:24.2.5
image: jgraph/drawio:24.2.7
ports:
- ${APP_PORT}:8080
container_name: drawio

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8128,
"id": "immich",
"tipi_version": 83,
"version": "1.101.0",
"tipi_version": 84,
"version": "1.102.0",
"categories": [
"data",
"photography"

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
immich:
container_name: immich
image: ghcr.io/immich-app/immich-server:v1.101.0
image: ghcr.io/immich-app/immich-server:v1.102.0
command: ["start-server.sh"]
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -52,7 +52,7 @@ services:
immich-microservices:
container_name: immich-microservices
image: ghcr.io/immich-app/immich-server:v1.101.0
image: ghcr.io/immich-app/immich-server:v1.102.0
command: ["start-microservices.sh"]
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -74,7 +74,7 @@ services:
immich-machine-learning:
container_name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v1.101.0
image: ghcr.io/immich-app/immich-machine-learning:v1.102.0
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache

View File

@ -42,7 +42,7 @@ services:
traefik.http.routers.invoice-ninja-local.tls: true
invoice-ninja-server:
image: invoiceninja/invoiceninja:5.8.49
image: invoiceninja/invoiceninja:5.8.50
container_name: invoice-ninja-server
restart: unless-stopped
user: 1500:1500

View File

@ -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": 99,
"version": "0.147.20",
"tipi_version": 101,
"version": "0.147.22",
"categories": [
"ai"
],

View File

@ -2,7 +2,7 @@ version: '3.9'
services:
lobe-chat:
container_name: lobe-chat
image: lobehub/lobe-chat:v0.147.20
image: lobehub/lobe-chat:v0.147.22
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}

View File

@ -4,8 +4,8 @@
"available": true,
"exposable": true,
"id": "octobot",
"tipi_version": 7,
"version": "1.0.9",
"tipi_version": 8,
"version": "1.0.10",
"categories": [
"automation",
"finance"

View File

@ -2,7 +2,7 @@ version: '3.9'
services:
octobot:
container_name: octobot
image: drakkarsoftware/octobot:1.0.9
image: drakkarsoftware/octobot:1.0.10
environment:
- TZ=${TZ}
volumes:

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8112,
"id": "readarr",
"tipi_version": 14,
"version": "0.3.23-nightly",
"tipi_version": 15,
"version": "0.3.24-nightly",
"categories": [
"books",
"media"

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
readarr:
image: lscr.io/linuxserver/readarr:0.3.23-nightly
image: lscr.io/linuxserver/readarr:0.3.24-nightly
container_name: readarr
environment:
- PUID=1000

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "wallos",
"tipi_version": 25,
"version": "1.20.2",
"tipi_version": 27,
"version": "1.21.1",
"categories": [
"finance"
],

View File

@ -2,7 +2,7 @@ version: '3'
services:
wallos:
image: bellamy/wallos:1.20.2
image: bellamy/wallos:1.21.1
container_name: wallos
environment:
- TZ=${TZ}

View File

@ -5,8 +5,8 @@
"exposable": true,
"id": "windows",
"description": "Run windows in docker...because why not?",
"tipi_version": 12,
"version": "2.13",
"tipi_version": 13,
"version": "2.14",
"categories": [
"utilities"
],

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
windows:
container_name: windows
image: dockurr/windows:2.13
image: dockurr/windows:2.14
restart: unless-stopped
devices:
- /dev/kvm