Merge branch 'master' into app/Atuin

This commit is contained in:
cori schlegel 2024-01-28 09:31:48 -06:00 committed by GitHub
commit 63daefea5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
27 changed files with 40 additions and 40 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "bitmagnet",
"tipi_version": 4,
"version": "0.4.1",
"tipi_version": 6,
"version": "0.5.1",
"categories": [
"media"
],

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
bitmagnet:
image: ghcr.io/bitmagnet-io/bitmagnet:0.4.1
image: ghcr.io/bitmagnet-io/bitmagnet:0.5.1
restart: unless-stopped
command:
- worker

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "budibase",
"tipi_version": 74,
"version": "2.15.6",
"tipi_version": 75,
"version": "2.15.7",
"categories": [
"development"
],

View File

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

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "emulatorjs",
"tipi_version": 7,
"version": "1.8.3",
"tipi_version": 9,
"version": "1.8.5",
"categories": [
"gaming"
],

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
emulatorjs:
container_name: emulatorjs
image: lscr.io/linuxserver/emulatorjs:1.8.3
image: lscr.io/linuxserver/emulatorjs:1.8.5
ports:
- ${APP_PORT}:80
- 8165:3000

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghost",
"tipi_version": 69,
"version": "5.76.1",
"tipi_version": 70,
"version": "5.76.2",
"categories": [
"social",
"media"

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
ghost:
image: ghost:5.76.1
image: ghost:5.76.2
container_name: ghost
depends_on:
- ghostdb

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghostfolio",
"tipi_version": 43,
"version": "2.44.0",
"tipi_version": 44,
"version": "2.45.0",
"categories": [
"finance"
],

View File

@ -3,7 +3,7 @@ version: "3.9"
services:
ghostfolio:
container_name: ghostfolio
image: ghostfolio/ghostfolio:2.44.0
image: ghostfolio/ghostfolio:2.45.0
restart: unless-stopped
ports:
- ${APP_PORT}:3333

View File

@ -4,8 +4,8 @@
"available": true,
"exposable": true,
"port": 8756,
"tipi_version": 4,
"version": "0.8.6",
"tipi_version": 5,
"version": "0.8.7",
"id": "homepage",
"categories": [
"utilities"

View File

@ -1,7 +1,7 @@
version: "3.9"
services:
homepage:
image: ghcr.io/gethomepage/homepage:v0.8.6
image: ghcr.io/gethomepage/homepage:v0.8.7
container_name: homepage
restart: unless-stopped
ports:

View File

@ -42,7 +42,7 @@ services:
traefik.http.routers.invoice-ninja-local.tls: true
invoice-ninja-server:
image: invoiceninja/invoiceninja:5.8.16
image: invoiceninja/invoiceninja:5.8.17
container_name: invoice-ninja-server
restart: unless-stopped
user: 1500:1500

View File

@ -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": 17,
"version": "0.121.2",
"tipi_version": 18,
"version": "0.121.3",
"categories": [
"ai"
],

View File

@ -2,7 +2,7 @@ version: '3.9'
services:
lobe-chat:
container_name: lobe-chat
image: lobehub/lobe-chat:v0.121.2
image: lobehub/lobe-chat:v0.121.3
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 5230,
"id": "memos",
"tipi_version": 23,
"version": "0.18.2",
"tipi_version": 24,
"version": "0.19.0",
"categories": [
"utilities"
],

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
memos:
image: neosmemo/memos:0.18.2
image: neosmemo/memos:0.19.0
container_name: memos
volumes:
- ${APP_DATA_DIR}/memos:/var/opt/memos

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8083,
"id": "nextcloud",
"tipi_version": 20,
"version": "26.0.10-apache",
"tipi_version": 21,
"version": "26.0.11-apache",
"categories": [
"data"
],

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
nextcloud:
container_name: nextcloud
image: nextcloud:26.0.10-apache
image: nextcloud:26.0.11-apache
restart: unless-stopped
ports:
- ${APP_PORT}:80

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8012,
"id": "paperless-ngx",
"tipi_version": 16,
"version": "2.4.1",
"tipi_version": 17,
"version": "2.4.2",
"categories": [
"utilities"
],

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
paperless-ngx:
container_name: paperless-ngx
image: ghcr.io/paperless-ngx/paperless-ngx:2.4.1
image: ghcr.io/paperless-ngx/paperless-ngx:2.4.2
restart: unless-stopped
depends_on:
- db

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8112,
"id": "readarr",
"tipi_version": 8,
"version": "0.3.17-nightly",
"tipi_version": 9,
"version": "0.3.18-nightly",
"categories": [
"books",
"media"

View File

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

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8120,
"id": "tubearchivist",
"tipi_version": 10,
"version": "0.4.5",
"tipi_version": 11,
"version": "0.4.6",
"categories": [
"media"
],

View File

@ -4,7 +4,7 @@ services:
tubearchivist:
container_name: tubearchivist
restart: unless-stopped
image: bbilly1/tubearchivist:v0.4.5
image: bbilly1/tubearchivist:v0.4.6
ports:
- ${APP_PORT}:8000
dns:

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "wekan",
"tipi_version": 3,
"version": "7.28",
"tipi_version": 5,
"version": "7.30",
"categories": [
"development"
],

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
wekan:
image: ghcr.io/wekan/wekan:v7.28
image: ghcr.io/wekan/wekan:v7.30
container_name: wekan
environment:
# https://github.com/wekan/wekan/blob/main/docker-compose.yml