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, "available": true,
"exposable": true, "exposable": true,
"id": "budibase", "id": "budibase",
"tipi_version": 75, "tipi_version": 76,
"version": "2.15.7", "version": "2.16.0",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -1,7 +1,7 @@
version: '3.7' version: '3.7'
services: services:
budibase: budibase:
image: budibase/budibase:2.15.7 image: budibase/budibase:2.16.0
restart: unless-stopped restart: unless-stopped
container_name: budibase container_name: budibase
ports: 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, "available": true,
"exposable": true, "exposable": true,
"id": "emulatorjs", "id": "emulatorjs",
"tipi_version": 9, "tipi_version": 10,
"version": "1.8.5", "version": "1.8.6",
"categories": [ "categories": [
"gaming" "gaming"
], ],

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
emulatorjs: emulatorjs:
container_name: emulatorjs container_name: emulatorjs
image: lscr.io/linuxserver/emulatorjs:1.8.5 image: lscr.io/linuxserver/emulatorjs:1.8.6
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80
- 8165:3000 - 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, "available": true,
"exposable": true, "exposable": true,
"id": "ghost", "id": "ghost",
"tipi_version": 70, "tipi_version": 71,
"version": "5.76.2", "version": "5.77.0",
"categories": [ "categories": [
"social", "social",
"media" "media"

View File

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

View File

@ -42,7 +42,7 @@ services:
traefik.http.routers.invoice-ninja-local.tls: true traefik.http.routers.invoice-ninja-local.tls: true
invoice-ninja-server: invoice-ninja-server:
image: invoiceninja/invoiceninja:5.8.18 image: invoiceninja/invoiceninja:5.8.19
container_name: invoice-ninja-server container_name: invoice-ninja-server
restart: unless-stopped restart: unless-stopped
user: 1500:1500 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, "exposable": true,
"id": "koillection", "id": "koillection",
"description": "Koillection is a self-hosted service allowing users to manage any kind of collections.", "description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
"tipi_version": 5, "tipi_version": 6,
"version": "1.5.2", "version": "1.5.3",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

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

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "lobe-chat", "id": "lobe-chat",
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.", "description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
"tipi_version": 20, "tipi_version": 21,
"version": "0.122.1", "version": "0.122.4",
"categories": [ "categories": [
"ai" "ai"
], ],

View File

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