Merge branch 'master' into anse
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 15 KiB |
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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:
|
||||
|
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 13 KiB |
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 12 KiB |
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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}
|
||||
|
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB |