Merge branch 'master' into master

This commit is contained in:
Tommy Hartmann 2024-02-24 11:11:13 +01:00 committed by GitHub
commit 8929c790eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
20 changed files with 29 additions and 29 deletions

View File

@ -7,8 +7,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "2fauth", "id": "2fauth",
"tipi_version": 12, "tipi_version": 13,
"version": "5.0.3", "version": "5.0.4",
"categories": [ "categories": [
"security" "security"
], ],

View File

@ -1,6 +1,6 @@
services: services:
2fauth: 2fauth:
image: 2fauth/2fauth:5.0.3 image: 2fauth/2fauth:5.0.4
container_name: 2fauth container_name: 2fauth
volumes: volumes:
- ${APP_DATA_DIR}/data:/2fauth - ${APP_DATA_DIR}/data:/2fauth

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 6767, "port": 6767,
"id": "bazarr", "id": "bazarr",
"tipi_version": 13, "tipi_version": 14,
"version": "1.4.1", "version": "1.4.2",
"categories": [ "categories": [
"media", "media",
"utilities" "utilities"

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
bazarr: bazarr:
image: lscr.io/linuxserver/bazarr:1.4.1 image: lscr.io/linuxserver/bazarr:1.4.2
container_name: bazarr container_name: bazarr
environment: environment:
- PUID=1000 - PUID=1000

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "bitmagnet", "id": "bitmagnet",
"tipi_version": 10, "tipi_version": 11,
"version": "0.7.2", "version": "0.7.5",
"categories": [ "categories": [
"media" "media"
], ],

View File

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

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghost", "id": "ghost",
"tipi_version": 75, "tipi_version": 76,
"version": "5.79.3", "version": "5.79.4",
"categories": [ "categories": [
"social", "social",
"media" "media"

View File

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

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "homeassistant-1", "id": "homeassistant-1",
"tipi_version": 2, "tipi_version": 3,
"version": "2024.2.2", "version": "2024.2.3",
"categories": [ "categories": [
"automation" "automation"
], ],

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
homeassistant-1: homeassistant-1:
image: ghcr.io/home-assistant/home-assistant:2024.2.2 image: ghcr.io/home-assistant/home-assistant:2024.2.3
container_name: homeassistant-1 container_name: homeassistant-1
environment: environment:
- TZ=${TZ} - TZ=${TZ}

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": 32, "tipi_version": 33,
"version": "0.129.1", "version": "0.129.3",
"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.129.1 image: lobehub/lobe-chat:v0.129.3
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": 17, "tipi_version": 18,
"version": "4.2.7", "version": "4.2.8",
"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.7 image: lscr.io/linuxserver/mastodon:4.2.8
ports: ports:
- 8209:80 - 8209:80
- ${APP_PORT}:443 - ${APP_PORT}:443

View File

@ -75,7 +75,7 @@ services:
- tipi_main_network - tipi_main_network
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.1 image: docker.io/gotenberg/gotenberg:8.2
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 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "viewtube", "id": "viewtube",
"tipi_version": 8, "tipi_version": 9,
"version": "0.15.1", "version": "0.15.2",
"categories": [ "categories": [
"media" "media"
], ],

View File

@ -4,7 +4,7 @@ services:
viewtube: viewtube:
restart: unless-stopped restart: unless-stopped
container_name: viewtube container_name: viewtube
image: mauriceo/viewtube:0.15.1 image: mauriceo/viewtube:0.15.2
depends_on: depends_on:
- viewtube-mongodb - viewtube-mongodb
- viewtube-redis - viewtube-redis

View File

@ -4,7 +4,7 @@ services:
viewtube: viewtube:
restart: unless-stopped restart: unless-stopped
container_name: viewtube container_name: viewtube
image: mauriceo/viewtube:0.15.1 image: mauriceo/viewtube:0.15.2
depends_on: depends_on:
- viewtube-mongodb - viewtube-mongodb
- viewtube-redis - viewtube-redis

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "wekan", "id": "wekan",
"tipi_version": 7, "tipi_version": 8,
"version": "7.32", "version": "7.34",
"categories": [ "categories": [
"development" "development"
], ],

View File

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