Merge branch 'master' into app/pinchflat

This commit is contained in:
falkheiland 2024-04-26 11:52:08 +02:00 committed by GitHub
commit 11da9185e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 23 additions and 20 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "changedetection", "id": "changedetection",
"description": "The best and simplest free open source website change detection, restock monitor and notification service.", "description": "The best and simplest free open source website change detection, restock monitor and notification service.",
"tipi_version": 18, "tipi_version": 19,
"version": "0.45.20", "version": "0.45.21",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
changedetection: changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:0.45.20 image: ghcr.io/dgtlmoon/changedetection.io:0.45.21
container_name: changedetection container_name: changedetection
hostname: changedetection hostname: changedetection
volumes: volumes:

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8009, "port": 8009,
"id": "flowise", "id": "flowise",
"tipi_version": 11, "tipi_version": 12,
"version": "1.6.5", "version": "1.6.6",
"categories": [ "categories": [
"ai", "ai",
"automation" "automation"

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
flowise: flowise:
image: flowiseai/flowise:1.6.5 image: flowiseai/flowise:1.6.6
restart: unless-stopped restart: unless-stopped
command: /bin/sh -c "sleep 3; flowise start" command: /bin/sh -c "sleep 3; flowise start"
container_name: flowise container_name: flowise

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": 113, "tipi_version": 115,
"version": "0.149.2", "version": "0.149.5",
"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.149.2 image: lobehub/lobe-chat:v0.149.5
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

@ -75,7 +75,7 @@ services:
- tipi_main_network - tipi_main_network
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.4 image: docker.io/gotenberg/gotenberg:8.5
restart: unless-stopped restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not # The gotenberg chromium route is used to convert .eml files. We do not
# want to allow external content like tracking pixels or even javascript. # want to allow external content like tracking pixels or even javascript.

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8088, "port": 8088,
"id": "radarr", "id": "radarr",
"tipi_version": 12, "tipi_version": 13,
"version": "5.3.6", "version": "5.4.6",
"categories": [ "categories": [
"media", "media",
"utilities" "utilities"
@ -16,5 +16,8 @@
"author": "radarr.video", "author": "radarr.video",
"source": "https://github.com/Radarr/Radarr", "source": "https://github.com/Radarr/Radarr",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
radarr: radarr:
image: ghcr.io/linuxserver/radarr:5.3.6 image: ghcr.io/linuxserver/radarr:5.4.6
container_name: radarr container_name: radarr
environment: environment:
- PUID=1000 - PUID=1000

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "sshwifty", "id": "sshwifty",
"tipi_version": 12, "tipi_version": 13,
"version": "0.3.8-beta-release", "version": "0.3.9-beta-release",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -1,7 +1,7 @@
version: "3.5" version: "3.5"
services: services:
sshwifty: sshwifty:
image: niruix/sshwifty:0.3.8-beta-release image: niruix/sshwifty:0.3.9-beta-release
restart: unless-stopped restart: unless-stopped
container_name: sshwifty container_name: sshwifty
privileged: true privileged: true

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": 16, "tipi_version": 17,
"version": "2.17", "version": "2.18",
"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.17 image: dockurr/windows:2.18
restart: unless-stopped restart: unless-stopped
devices: devices:
- /dev/kvm - /dev/kvm