Merge branch 'master' into anse

This commit is contained in:
nrvo 2024-01-31 00:00:59 +01:00 committed by GitHub
commit fdf7a0aa67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 16 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "budibase",
"tipi_version": 75,
"version": "2.15.7",
"tipi_version": 76,
"version": "2.16.0",
"categories": [
"development"
],

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "emulatorjs",
"tipi_version": 9,
"version": "1.8.5",
"tipi_version": 10,
"version": "1.8.6",
"categories": [
"gaming"
],

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
emulatorjs:
container_name: emulatorjs
image: lscr.io/linuxserver/emulatorjs:1.8.5
image: lscr.io/linuxserver/emulatorjs:1.8.6
ports:
- ${APP_PORT}:80
- 8165:3000

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghost",
"tipi_version": 70,
"version": "5.76.2",
"tipi_version": 71,
"version": "5.77.0",
"categories": [
"social",
"media"

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
ghost:
image: ghost:5.76.2
image: ghost:5.77.0
container_name: ghost
depends_on:
- ghostdb

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -6,8 +6,8 @@
"exposable": true,
"id": "koillection",
"description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
"tipi_version": 5,
"version": "1.5.2",
"tipi_version": 6,
"version": "1.5.3",
"categories": [
"utilities"
],

View File

@ -2,7 +2,7 @@ version: '3'
services:
koillection:
image: koillection/koillection:1.5.2
image: koillection/koillection:1.5.3
container_name: koillection
restart: unless-stopped
ports:

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": 20,
"version": "0.122.1",
"tipi_version": 21,
"version": "0.122.4",
"categories": [
"ai"
],

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB