Merge branch 'master' into app/Atuin

This commit is contained in:
cori schlegel 2024-01-25 06:18:47 -06:00 committed by GitHub
commit 80688dce5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 16 additions and 16 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8013, "port": 8013,
"id": "dozzle", "id": "dozzle",
"tipi_version": 7, "tipi_version": 8,
"version": "6.1.0", "version": "6.1.1",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -1,7 +1,7 @@
services: services:
dozzle: dozzle:
container_name: dozzle container_name: dozzle
image: amir20/dozzle:v6.1.0 image: amir20/dozzle:v6.1.1
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock

View File

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

View File

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

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.15 image: invoiceninja/invoiceninja:5.8.16
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": 15, "tipi_version": 17,
"version": "0.121.0", "version": "0.121.2",
"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.121.0 image: lobehub/lobe-chat:v0.121.2
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

@ -7,8 +7,8 @@
"force_expose": true, "force_expose": true,
"generate_vapid_keys": true, "generate_vapid_keys": true,
"id": "mastodon", "id": "mastodon",
"tipi_version": 13, "tipi_version": 14,
"version": "4.2.3", "version": "4.2.4",
"categories": [ "categories": [
"social" "social"
], ],

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
mastodon: mastodon:
container_name: mastodon container_name: mastodon
image: lscr.io/linuxserver/mastodon:4.2.3 image: lscr.io/linuxserver/mastodon:4.2.4
ports: ports:
- 8209:80 - 8209:80
- ${APP_PORT}:443 - ${APP_PORT}:443

View File

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

View File

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