Merge branch 'master' into app/Atuin

This commit is contained in:
cori schlegel 2024-01-25 15:40:59 -06:00 committed by GitHub
commit 1b52bdbe61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 17 additions and 11 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "budibase", "id": "budibase",
"tipi_version": 73, "tipi_version": 74,
"version": "2.15.5", "version": "2.15.6",
"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.5 image: budibase/budibase:2.15.6
restart: unless-stopped restart: unless-stopped
container_name: budibase container_name: budibase
ports: ports:

View File

@ -5,9 +5,12 @@
"exposable": true, "exposable": true,
"port": 8009, "port": 8009,
"id": "flowise", "id": "flowise",
"tipi_version": 1, "tipi_version": 2,
"version": "1.4.10", "version": "1.4.11",
"categories": ["ai", "automation"], "categories": [
"ai",
"automation"
],
"description": "Flowise AI is an Open source UI visual tool to build your customized LLM ochestration flow & AI agents. Developing LLM apps takes countless iterations. With low code approach, Flowise AI enable quick iterations to go from testing to production.", "description": "Flowise AI is an Open source UI visual tool to build your customized LLM ochestration flow & AI agents. Developing LLM apps takes countless iterations. With low code approach, Flowise AI enable quick iterations to go from testing to production.",
"short_desc": "Build LLM Apps Easily", "short_desc": "Build LLM Apps Easily",
"author": "flowise.ai", "author": "flowise.ai",
@ -72,5 +75,8 @@
"env_variable": "DISABLE_FLOWISE_TELEMETRY" "env_variable": "DISABLE_FLOWISE_TELEMETRY"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
flowise: flowise:
image: flowiseai/flowise:1.4.10 image: flowiseai/flowise:1.4.11
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,
"port": 8112, "port": 8112,
"id": "readarr", "id": "readarr",
"tipi_version": 7, "tipi_version": 8,
"version": "0.3.16-nightly", "version": "0.3.17-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.16-nightly image: lscr.io/linuxserver/readarr:0.3.17-nightly
container_name: readarr container_name: readarr
environment: environment:
- PUID=1000 - PUID=1000