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, "available": true,
"exposable": true, "exposable": true,
"id": "budibase", "id": "budibase",
"tipi_version": 125, "tipi_version": 126,
"version": "2.23.9", "version": "2.23.10",
"categories": [ "categories": [
"development" "development"
], ],

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
immich: immich:
container_name: 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"] command: ["start-server.sh"]
volumes: volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -52,7 +52,7 @@ services:
immich-microservices: immich-microservices:
container_name: 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"] command: ["start-microservices.sh"]
volumes: volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -74,7 +74,7 @@ services:
immich-machine-learning: immich-machine-learning:
container_name: 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: volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache - ${APP_DATA_DIR}/data/immich-ml-cache:/cache

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.49 image: invoiceninja/invoiceninja:5.8.50
container_name: invoice-ninja-server container_name: invoice-ninja-server
restart: unless-stopped restart: unless-stopped
user: 1500:1500 user: 1500:1500

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": 99, "tipi_version": 101,
"version": "0.147.20", "version": "0.147.22",
"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.147.20 image: lobehub/lobe-chat:v0.147.22
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}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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