Merge branch 'master' into app/pinchflat

This commit is contained in:
falkheiland 2024-05-03 11:16:47 +02:00 committed by GitHub
commit 2fb0ce68a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
56 changed files with 98 additions and 89 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "authentik", "id": "authentik",
"tipi_version": 12, "tipi_version": 13,
"version": "2024.4.0", "version": "2024.4.1",
"https": true, "https": true,
"categories": [ "categories": [
"development" "development"

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
authentik: authentik:
image: ghcr.io/goauthentik/server:2024.4.0 image: ghcr.io/goauthentik/server:2024.4.1
restart: unless-stopped restart: unless-stopped
command: server command: server
container_name: authentik container_name: authentik
@ -49,7 +49,7 @@ services:
traefik.http.routers.authentik-local.service: authentik traefik.http.routers.authentik-local.service: authentik
traefik.http.routers.authentik-local.tls: true traefik.http.routers.authentik-local.tls: true
authentik-worker: authentik-worker:
image: ghcr.io/goauthentik/server:2024.4.0 image: ghcr.io/goauthentik/server:2024.4.1
restart: unless-stopped restart: unless-stopped
command: worker command: worker
container_name: authentik-worker container_name: authentik-worker

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "bitmagnet", "id": "bitmagnet",
"tipi_version": 17, "tipi_version": 18,
"version": "0.7.14", "version": "0.8.0",
"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.14 image: ghcr.io/bitmagnet-io/bitmagnet:v0.8.0
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": "budibase", "id": "budibase",
"tipi_version": 128, "tipi_version": 130,
"version": "2.23.12", "version": "2.24.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.23.12 image: budibase/budibase:2.24.1
restart: unless-stopped restart: unless-stopped
container_name: budibase container_name: budibase
ports: ports:

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "changedetection", "id": "changedetection",
"description": "The best and simplest free open source website change detection, restock monitor and notification service.", "description": "The best and simplest free open source website change detection, restock monitor and notification service.",
"tipi_version": 19, "tipi_version": 20,
"version": "0.45.21", "version": "0.45.22",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
changedetection: changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:0.45.21 image: ghcr.io/dgtlmoon/changedetection.io:0.45.22
container_name: changedetection container_name: changedetection
hostname: changedetection hostname: changedetection
volumes: volumes:

View File

@ -5,9 +5,11 @@
"exposable": true, "exposable": true,
"port": 8101, "port": 8101,
"id": "codex-docs", "id": "codex-docs",
"tipi_version": 2, "tipi_version": 3,
"version": "v2.1", "version": "2.2",
"categories": ["media"], "categories": [
"media"
],
"description": "CodeX Docs is a free docs application. It's based on Editor.js ecosystem which gives all modern opportunities for working with content. You can use it for product documentation, for internal team docs, for personal notes or any other need. ", "description": "CodeX Docs is a free docs application. It's based on Editor.js ecosystem which gives all modern opportunities for working with content. You can use it for product documentation, for internal team docs, for personal notes or any other need. ",
"short_desc": "Free Docs app powered by Editor.js ecosystem.", "short_desc": "Free Docs app powered by Editor.js ecosystem.",
"author": "https://docs.codex.so/", "author": "https://docs.codex.so/",
@ -34,5 +36,7 @@
"env_variable": "CODEX_AUTH_SECRET" "env_variable": "CODEX_AUTH_SECRET"
} }
], ],
"supported_architectures": ["amd64"] "supported_architectures": [
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3.2"
services: services:
codex-docs: codex-docs:
container_name: codex-docs container_name: codex-docs
image: ghcr.io/codex-team/codex.docs:v2.1 image: ghcr.io/codex-team/codex.docs:v2.2
ports: ports:
- ${APP_PORT}:3000 - ${APP_PORT}:3000
restart: unless-stopped restart: unless-stopped

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8013, "port": 8013,
"id": "dozzle", "id": "dozzle",
"tipi_version": 22, "tipi_version": 23,
"version": "6.5.1", "version": "6.5.2",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -1,7 +1,7 @@
services: services:
dozzle: dozzle:
container_name: dozzle container_name: dozzle
image: amir20/dozzle:v6.5.1 image: amir20/dozzle:v6.5.2
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

@ -6,8 +6,8 @@
"url_suffix": "?offline=1", "url_suffix": "?offline=1",
"id": "drawio", "id": "drawio",
"description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.", "description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.",
"tipi_version": 38, "tipi_version": 39,
"version": "24.2.7", "version": "24.3.1",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
drawio: drawio:
image: jgraph/drawio:24.2.7 image: jgraph/drawio:24.3.1
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
container_name: drawio container_name: drawio

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "fireshare", "id": "fireshare",
"tipi_version": 12, "tipi_version": 13,
"version": "1.2.19", "version": "1.2.20",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
fireshare: fireshare:
container_name: fireshare container_name: fireshare
image: shaneisrael/fireshare:v1.2.19 image: shaneisrael/fireshare:v1.2.20
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80
volumes: volumes:

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghostfolio", "id": "ghostfolio",
"tipi_version": 77, "tipi_version": 80,
"version": "2.76.0", "version": "2.78.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.76.0 image: ghostfolio/ghostfolio:2.78.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,
"port": 8092, "port": 8092,
"id": "halo", "id": "halo",
"tipi_version": 25, "tipi_version": 26,
"version": "2.14.1", "version": "2.15.0",
"description": "Halo is a powerful and easy-to-use open source website building tool.", "description": "Halo is a powerful and easy-to-use open source website building tool.",
"short_desc": "Halo - Open source website building tool.", "short_desc": "Halo - Open source website building tool.",
"categories": [ "categories": [

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
halo: halo:
image: halohub/halo:2.14.1 image: halohub/halo:2.15.0
container_name: halo container_name: halo
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "homeassistant-1", "id": "homeassistant-1",
"tipi_version": 13, "tipi_version": 14,
"version": "2024.4.4", "version": "2024.5.0",
"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.4.4 image: ghcr.io/home-assistant/home-assistant:2024.5.0
container_name: homeassistant-1 container_name: homeassistant-1
environment: environment:
- TZ=${TZ} - TZ=${TZ}

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8128, "port": 8128,
"id": "immich", "id": "immich",
"tipi_version": 86, "tipi_version": 88,
"version": "1.102.3", "version": "1.103.1",
"categories": [ "categories": [
"data", "data",
"photography" "photography"

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
immich: immich:
container_name: immich container_name: immich
image: ghcr.io/immich-app/immich-server:v1.102.3 image: ghcr.io/immich-app/immich-server:v1.103.1
command: ["start-server.sh"] command: ["start-server.sh"]
volumes: volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -52,7 +52,7 @@ services:
immich-microservices: immich-microservices:
container_name: immich-microservices container_name: immich-microservices
image: ghcr.io/immich-app/immich-server:v1.102.3 image: ghcr.io/immich-app/immich-server:v1.103.1
command: ["start-microservices.sh"] command: ["start-microservices.sh"]
volumes: volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -74,7 +74,7 @@ services:
immich-machine-learning: immich-machine-learning:
container_name: immich-machine-learning container_name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v1.102.3 image: ghcr.io/immich-app/immich-machine-learning:v1.103.1
volumes: volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache - ${APP_DATA_DIR}/data/immich-ml-cache:/cache

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.51 image: invoiceninja/invoiceninja:5.8.53
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 @@
"port": 8010, "port": 8010,
"id": "kanboard", "id": "kanboard",
"description": "Kanboard is a free and open source Kanban project management software.", "description": "Kanboard is a free and open source Kanban project management software.",
"tipi_version": 9, "tipi_version": 10,
"version": "1.2.35", "version": "1.2.36",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -3,7 +3,7 @@ version: "3.9"
services: services:
kanboard: kanboard:
container_name: kanboard container_name: kanboard
image: kanboard/kanboard:v1.2.35 image: kanboard/kanboard:v1.2.36
environment: environment:
- PLUGIN_INSTALLER=${PLUGIN_INSTALLER} - PLUGIN_INSTALLER=${PLUGIN_INSTALLER}
ports: ports:

View File

@ -5,14 +5,19 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "kiwix-serve", "id": "kiwix-serve",
"tipi_version": 1, "tipi_version": 2,
"version": "3.5.0-2", "version": "3.7.0-2",
"categories": ["media"], "categories": [
"media"
],
"description": "Kiwix Server is a web server for hosting .zim files", "description": "Kiwix Server is a web server for hosting .zim files",
"short_desc": "Kiwix Server is a web server for hosting .zim files", "short_desc": "Kiwix Server is a web server for hosting .zim files",
"author": "Kiwix", "author": "Kiwix",
"source": "https://github.com/kiwix/kiwix-tools/", "source": "https://github.com/kiwix/kiwix-tools/",
"website": "https://kiwix.org/", "website": "https://kiwix.org/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: '3.9'
services: services:
kiwix-serve: kiwix-serve:
container_name: kiwix-serve container_name: kiwix-serve
image: ghcr.io/kiwix/kiwix-serve:3.5.0-2 image: ghcr.io/kiwix/kiwix-serve:3.7.0-2
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
volumes: volumes:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 48 KiB

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": 115, "tipi_version": 135,
"version": "0.149.5", "version": "0.152.8",
"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.149.5 image: lobehub/lobe-chat:v0.152.8
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": "navidrome", "id": "navidrome",
"description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic", "description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
"tipi_version": 10, "tipi_version": 11,
"version": "0.51.1", "version": "0.52.0",
"categories": [ "categories": [
"media", "media",
"music" "music"

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
navidrome: navidrome:
container_name: navidrome container_name: navidrome
image: deluan/navidrome:0.51.1 image: deluan/navidrome:0.52.0
ports: ports:
- ${APP_PORT}:4533 - ${APP_PORT}:4533
restart: unless-stopped restart: unless-stopped

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "onedev", "id": "onedev",
"tipi_version": 89, "tipi_version": 91,
"version": "10.5.1", "version": "10.5.3",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
onedev: onedev:
image: 1dev/server:10.5.1 image: 1dev/server:10.5.3
container_name: onedev container_name: onedev
environment: environment:
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect - hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect

View File

@ -6,8 +6,8 @@
"exposable": true, "exposable": true,
"https": true, "https": true,
"id": "portainer", "id": "portainer",
"tipi_version": 20, "tipi_version": 21,
"version": "2.20.1-alpine", "version": "2.20.2-alpine",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
portainer: portainer:
image: portainer/portainer-ce:2.20.1-alpine image: portainer/portainer-ce:2.20.2-alpine
container_name: portainer container_name: portainer
restart: unless-stopped restart: unless-stopped
ports: ports:

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "sabnzbd", "id": "sabnzbd",
"tipi_version": 12, "tipi_version": 13,
"version": "4.2.3", "version": "4.3.0",
"categories": [ "categories": [
"media", "media",
"utilities" "utilities"

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
sabnzbd: sabnzbd:
image: lscr.io/linuxserver/sabnzbd:4.2.3 image: lscr.io/linuxserver/sabnzbd:4.3.0
container_name: sabnzbd container_name: sabnzbd
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "silverbullet", "id": "silverbullet",
"tipi_version": 7, "tipi_version": 8,
"version": "0.7.6", "version": "0.7.7",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -2,7 +2,7 @@ version: '3.9'
services: services:
silverbullet: silverbullet:
image: zefhemel/silverbullet:0.7.6 image: zefhemel/silverbullet:0.7.7
container_name: 'silverbullet' container_name: 'silverbullet'
restart: unless-stopped restart: unless-stopped
volumes: volumes:

View File

@ -6,8 +6,8 @@
"exposable": true, "exposable": true,
"no_gui": true, "no_gui": true,
"id": "simplex-smp", "id": "simplex-smp",
"tipi_version": 16, "tipi_version": 18,
"version": "5.6.2", "version": "5.7.1",
"categories": [ "categories": [
"social" "social"
], ],

View File

@ -1,7 +1,7 @@
version: '3.9' version: '3.9'
services: services:
simplex-smp: simplex-smp:
image: simplexchat/smp-server:v5.6.2 image: simplexchat/smp-server:v5.7.1
container_name: simplex-smp container_name: simplex-smp
volumes: volumes:
- ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z - ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z

View File

@ -3,8 +3,8 @@
"name": "Stalwart Mail", "name": "Stalwart Mail",
"available": true, "available": true,
"exposable": true, "exposable": true,
"tipi_version": 2, "tipi_version": 3,
"version": "0.7.2", "version": "0.7.3",
"port": 8677, "port": 8677,
"id": "stalwart-mail", "id": "stalwart-mail",
"categories": [ "categories": [

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
stalwart-mail: stalwart-mail:
image: stalwartlabs/mail-server:v0.7.2 image: stalwartlabs/mail-server:v0.7.3
container_name: stalwart-mail container_name: stalwart-mail
volumes: volumes:
- ${APP_DATA_DIR}/data:/opt/stalwart-mail - ${APP_DATA_DIR}/data:/opt/stalwart-mail

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "stirling-pdf", "id": "stirling-pdf",
"tipi_version": 31, "tipi_version": 32,
"version": "0.23.0", "version": "0.23.1",
"categories": [ "categories": [
"data", "data",
"utilities" "utilities"

View File

@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
stirling-pdf: stirling-pdf:
image: frooodle/s-pdf:0.23.0 image: frooodle/s-pdf:0.23.1
restart: unless-stopped restart: unless-stopped
container_name: stirling-pdf container_name: stirling-pdf
privileged: true privileged: true

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "wallos", "id": "wallos",
"tipi_version": 28, "tipi_version": 29,
"version": "1.22.0", "version": "1.23.0",
"categories": [ "categories": [
"finance" "finance"
], ],

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
wallos: wallos:
image: bellamy/wallos:1.22.0 image: bellamy/wallos:1.23.0
container_name: wallos container_name: wallos
environment: environment:
- TZ=${TZ} - TZ=${TZ}

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "wekan", "id": "wekan",
"tipi_version": 17, "tipi_version": 18,
"version": "7.43", "version": "7.44",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
wekan: wekan:
image: ghcr.io/wekan/wekan:v7.43 image: ghcr.io/wekan/wekan:v7.44
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

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "windows", "id": "windows",
"description": "Run windows in docker...because why not?", "description": "Run windows in docker...because why not?",
"tipi_version": 17, "tipi_version": 23,
"version": "2.18", "version": "3.01",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
windows: windows:
container_name: windows container_name: windows
image: dockurr/windows:2.18 image: dockurr/windows:3.01
restart: unless-stopped restart: unless-stopped
devices: devices:
- /dev/kvm - /dev/kvm

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "zigbee2mqtt", "id": "zigbee2mqtt",
"tipi_version": 3, "tipi_version": 4,
"version": "1.36.1", "version": "1.37.0",
"categories": [ "categories": [
"utilities", "utilities",
"automation" "automation"

View File

@ -3,7 +3,7 @@ version: '3.7'
services: services:
zigbee2mqtt: zigbee2mqtt:
container_name: zigbee2mqtt container_name: zigbee2mqtt
image: koenkk/zigbee2mqtt:1.36.1 image: koenkk/zigbee2mqtt:1.37.0
environment: environment:
- TZ=${TZ} - TZ=${TZ}
volumes: volumes: