Merge branch 'master' into app/pinchflat
This commit is contained in:
commit
11da9185e2
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "changedetection",
|
||||
"description": "The best and simplest free open source website change detection, restock monitor and notification service.",
|
||||
"tipi_version": 18,
|
||||
"version": "0.45.20",
|
||||
"tipi_version": 19,
|
||||
"version": "0.45.21",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
changedetection:
|
||||
image: ghcr.io/dgtlmoon/changedetection.io:0.45.20
|
||||
image: ghcr.io/dgtlmoon/changedetection.io:0.45.21
|
||||
container_name: changedetection
|
||||
hostname: changedetection
|
||||
volumes:
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8009,
|
||||
"id": "flowise",
|
||||
"tipi_version": 11,
|
||||
"version": "1.6.5",
|
||||
"tipi_version": 12,
|
||||
"version": "1.6.6",
|
||||
"categories": [
|
||||
"ai",
|
||||
"automation"
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
flowise:
|
||||
image: flowiseai/flowise:1.6.5
|
||||
image: flowiseai/flowise:1.6.6
|
||||
restart: unless-stopped
|
||||
command: /bin/sh -c "sleep 3; flowise start"
|
||||
container_name: flowise
|
||||
|
|
|
@ -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": 113,
|
||||
"version": "0.149.2",
|
||||
"tipi_version": 115,
|
||||
"version": "0.149.5",
|
||||
"categories": [
|
||||
"ai"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
services:
|
||||
lobe-chat:
|
||||
container_name: lobe-chat
|
||||
image: lobehub/lobe-chat:v0.149.2
|
||||
image: lobehub/lobe-chat:v0.149.5
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
|
||||
|
|
|
@ -75,7 +75,7 @@ services:
|
|||
- tipi_main_network
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:8.4
|
||||
image: docker.io/gotenberg/gotenberg:8.5
|
||||
restart: unless-stopped
|
||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||
# want to allow external content like tracking pixels or even javascript.
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8088,
|
||||
"id": "radarr",
|
||||
"tipi_version": 12,
|
||||
"version": "5.3.6",
|
||||
"tipi_version": 13,
|
||||
"version": "5.4.6",
|
||||
"categories": [
|
||||
"media",
|
||||
"utilities"
|
||||
|
@ -16,5 +16,8 @@
|
|||
"author": "radarr.video",
|
||||
"source": "https://github.com/Radarr/Radarr",
|
||||
"form_fields": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
radarr:
|
||||
image: ghcr.io/linuxserver/radarr:5.3.6
|
||||
image: ghcr.io/linuxserver/radarr:5.4.6
|
||||
container_name: radarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "sshwifty",
|
||||
"tipi_version": 12,
|
||||
"version": "0.3.8-beta-release",
|
||||
"tipi_version": 13,
|
||||
"version": "0.3.9-beta-release",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.5"
|
||||
services:
|
||||
sshwifty:
|
||||
image: niruix/sshwifty:0.3.8-beta-release
|
||||
image: niruix/sshwifty:0.3.9-beta-release
|
||||
restart: unless-stopped
|
||||
container_name: sshwifty
|
||||
privileged: true
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "windows",
|
||||
"description": "Run windows in docker...because why not?",
|
||||
"tipi_version": 16,
|
||||
"version": "2.17",
|
||||
"tipi_version": 17,
|
||||
"version": "2.18",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
|||
services:
|
||||
windows:
|
||||
container_name: windows
|
||||
image: dockurr/windows:2.17
|
||||
image: dockurr/windows:2.18
|
||||
restart: unless-stopped
|
||||
devices:
|
||||
- /dev/kvm
|
||||
|
|
Loading…
Reference in New Issue
Block a user