Merge branch 'runtipi:master' into app/homeassistant-1

This commit is contained in:
falkheiland 2024-02-13 16:02:56 +01:00 committed by GitHub
commit e5cc79ea87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
24 changed files with 35 additions and 35 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "autobrr", "id": "autobrr",
"tipi_version": 18, "tipi_version": 19,
"version": "1.36.0", "version": "1.37.0",
"categories": [ "categories": [
"media" "media"
], ],

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
autobrr: autobrr:
container_name: autobrr container_name: autobrr
image: ghcr.io/autobrr/autobrr:v1.36.0 image: ghcr.io/autobrr/autobrr:v1.37.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:7474 - ${APP_PORT}:7474

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "budibase", "id": "budibase",
"tipi_version": 82, "tipi_version": 83,
"version": "2.19.0", "version": "2.19.1",
"categories": [ "categories": [
"development" "development"
], ],

View File

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

View File

@ -102,7 +102,7 @@
"supported_architectures": [ "supported_architectures": [
"amd64" "amd64"
], ],
"tipi_version": 3, "tipi_version": 4,
"version": "3.7.15", "version": "3.7.16",
"website": "https://cal.com/" "website": "https://cal.com/"
} }

View File

@ -4,7 +4,7 @@ services:
calcom: calcom:
container_name: calcom container_name: calcom
image: calcom/cal.com:v3.7.15 image: calcom/cal.com:v3.7.16
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:3000 - ${APP_PORT}:3000

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghost", "id": "ghost",
"tipi_version": 73, "tipi_version": 74,
"version": "5.79.0", "version": "5.79.1",
"categories": [ "categories": [
"social", "social",
"media" "media"

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
ghost: ghost:
image: ghost:5.79.0 image: ghost:5.79.1
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": "ghostfolio", "id": "ghostfolio",
"tipi_version": 46, "tipi_version": 48,
"version": "2.49.0", "version": "2.51.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.49.0 image: ghostfolio/ghostfolio:2.51.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:3333 - ${APP_PORT}:3333

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": 25, "tipi_version": 26,
"version": "0.126.3", "version": "0.126.5",
"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.126.3 image: lobehub/lobe-chat:v0.126.5
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

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "netdata", "id": "netdata",
"description": "Stream any metrics from every physical and virtual server, container and IoT device, to one dashboard, in real-time.", "description": "Stream any metrics from every physical and virtual server, container and IoT device, to one dashboard, in real-time.",
"tipi_version": 7, "tipi_version": 8,
"version": "1.44.2", "version": "1.44.3",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
netdata: netdata:
image: netdata/netdata:v1.44.2 image: netdata/netdata:v1.44.3
container_name: netdata container_name: netdata
pid: host pid: host
restart: unless-stopped restart: unless-stopped

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8012, "port": 8012,
"id": "paperless-ngx", "id": "paperless-ngx",
"tipi_version": 19, "tipi_version": 20,
"version": "2.5.0", "version": "2.5.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.5.0 image: ghcr.io/paperless-ngx/paperless-ngx:2.5.1
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8122, "port": 8122,
"id": "privatebin", "id": "privatebin",
"tipi_version": 7, "tipi_version": 8,
"version": "1.6.2", "version": "1.7.1",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
privatebin: privatebin:
image: privatebin/nginx-fpm-alpine:1.6.2 image: privatebin/nginx-fpm-alpine:1.7.1
container_name: privatebin container_name: privatebin
dns: dns:
- ${DNS_IP} - ${DNS_IP}

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8112, "port": 8112,
"id": "readarr", "id": "readarr",
"tipi_version": 9, "tipi_version": 10,
"version": "0.3.18-nightly", "version": "0.3.19-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.18-nightly image: lscr.io/linuxserver/readarr:0.3.19-nightly
container_name: readarr container_name: readarr
environment: environment:
- PUID=1000 - PUID=1000

View File

@ -67,7 +67,7 @@ services:
# Postgres SQL # Postgres SQL
sftpgo-db: sftpgo-db:
container_name: sftpgo-db container_name: sftpgo-db
image: docker.io/library/postgres:16.1-alpine image: docker.io/library/postgres:16.2-alpine
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network

View File

@ -46,7 +46,7 @@ services:
traefik.http.routers.shlink-local.tls: true traefik.http.routers.shlink-local.tls: true
shlink-db: shlink-db:
container_name: shlink-db container_name: shlink-db
image: docker.io/library/postgres:16.1-alpine image: docker.io/library/postgres:16.2-alpine
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "speedtest-tracker", "id": "speedtest-tracker",
"tipi_version": 11, "tipi_version": 12,
"version": "0.15.2", "version": "0.15.3",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
speedtest-tracker: speedtest-tracker:
image: ghcr.io/alexjustesen/speedtest-tracker:v0.15.2 image: ghcr.io/alexjustesen/speedtest-tracker:v0.15.3
container_name: speedtest-tracker container_name: speedtest-tracker
environment: environment:
- PUID=1000 - PUID=1000