Merge branch 'runtipi:master' into app/invoice-ninja

This commit is contained in:
Frédéric Cilia 2024-01-10 15:55:12 +01:00 committed by GitHub
commit c0e7902ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
51 changed files with 86 additions and 81 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8011,
"id": "actual-budget",
"tipi_version": 14,
"version": "23.12.1",
"tipi_version": 15,
"version": "24.1.0",
"categories": [
"finance"
],

View File

@ -2,7 +2,7 @@ version: "3.9"
services:
actual-budget:
container_name: actual-budget
image: actualbudget/actual-server:23.12.1
image: actualbudget/actual-server:24.1.0
restart: unless-stopped
ports:
- ${APP_PORT}:5006

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "authentik",
"tipi_version": 4,
"version": "2023.10.5",
"tipi_version": 5,
"version": "2023.10.6",
"categories": [
"development"
],

View File

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

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8119,
"id": "bookstack",
"tipi_version": 14,
"version": "23.12.20231229",
"tipi_version": 15,
"version": "23.12.20240108",
"description": "BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Default login: admin@admin.com password: password",
"short_desc": "BookStack is a self-hosted platform for organising and storing information.",
"author": "Dan Brown",

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
bookstack:
image: lscr.io/linuxserver/bookstack:23.12.20231229
image: lscr.io/linuxserver/bookstack:23.12.20240108
container_name: bookstack
environment:
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "budibase",
"tipi_version": 62,
"version": "2.14.3",
"tipi_version": 64,
"version": "2.14.5",
"categories": [
"development"
],

View File

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

View File

@ -8,8 +8,8 @@
"uid": 1000,
"gid": 1000,
"id": "cross-seed",
"tipi_version": 11,
"version": "5.9.1",
"tipi_version": 12,
"version": "5.9.2",
"categories": [
"media",
"utilities"

View File

@ -1,7 +1,7 @@
services:
cross-seed:
container_name: cross-seed
image: ghcr.io/cross-seed/cross-seed:5.9.1
image: ghcr.io/cross-seed/cross-seed:5.9.2
user: 1000:1000
restart: unless-stopped
command: daemon

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "dashdot",
"tipi_version": 8,
"version": "5.3.2",
"tipi_version": 10,
"version": "5.5.1",
"categories": [
"utilities"
],

View File

@ -1,7 +1,7 @@
version: "3.5"
services:
dashdot:
image: mauricenino/dashdot:5.3.2
image: mauricenino/dashdot:5.5.1
restart: unless-stopped
container_name: dashdot
privileged: true

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "emulatorjs",
"tipi_version": 3,
"version": "1.7.3",
"tipi_version": 5,
"version": "1.8.1",
"categories": [
"gaming"
],

View File

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

View File

@ -6,8 +6,8 @@
"exposable": false,
"no_gui": true,
"id": "flaresolverr",
"tipi_version": 8,
"version": "3.3.12",
"tipi_version": 9,
"version": "3.3.13",
"categories": [
"media",
"security",

View File

@ -1,7 +1,7 @@
services:
flaresolverr:
container_name: flaresolverr
image: ghcr.io/flaresolverr/flaresolverr:v3.3.12
image: ghcr.io/flaresolverr/flaresolverr:v3.3.13
restart: unless-stopped
environment:
- LOG_LEVEL=${FLARESOLVERR_LOG_LEVEL-info}

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghostfolio",
"tipi_version": 33,
"version": "2.35.0",
"tipi_version": 34,
"version": "2.36.0",
"categories": [
"finance"
],

View File

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

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": false,
"id": "gladys",
"tipi_version": 24,
"version": "4.33.0",
"tipi_version": 25,
"version": "4.34.0",
"categories": [
"automation"
],

View File

@ -3,7 +3,7 @@ version: '3'
services:
gladys:
container_name: gladys
image: gladysassistant/gladys:v4.33.0
image: gladysassistant/gladys:v4.34.0
privileged: true
restart: on-failure
stop_grace_period: 1m

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8128,
"id": "immich",
"tipi_version": 66,
"version": "1.91.4",
"tipi_version": 68,
"version": "1.92.1",
"categories": [
"data",
"photography"

View File

@ -4,7 +4,7 @@ services:
immich:
container_name: immich
image: altran1502/immich-server:v1.91.4
image: altran1502/immich-server:v1.92.1
command: ["start-server.sh"]
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -53,7 +53,7 @@ services:
immich-microservices:
container_name: immich-microservices
image: altran1502/immich-server:v1.91.4
image: altran1502/immich-server:v1.92.1
command: ["start-microservices.sh"]
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
@ -75,7 +75,7 @@ services:
immich-machine-learning:
container_name: immich-machine-learning
image: altran1502/immich-machine-learning:v1.91.4
image: altran1502/immich-machine-learning:v1.92.1
volumes:
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "kavita",
"tipi_version": 9,
"version": "0.7.11",
"tipi_version": 10,
"version": "0.7.12",
"categories": [
"media"
],

View File

@ -3,7 +3,7 @@ version: "3.9"
services:
kavita:
container_name: kavita
image: jvmilazz0/kavita:0.7.11
image: jvmilazz0/kavita:0.7.12
ports:
- ${APP_PORT}:5000
volumes:

View File

@ -6,8 +6,8 @@
"exposable": true,
"id": "koillection",
"description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
"tipi_version": 3,
"version": "1.5.0",
"tipi_version": 4,
"version": "1.5.1",
"categories": [
"utilities"
],

View File

@ -2,7 +2,7 @@ version: '3'
services:
koillection:
image: koillection/koillection:1.5.0
image: koillection/koillection:1.5.1
container_name: koillection
restart: unless-stopped
ports:

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": 2,
"version": "0.119.7",
"tipi_version": 8,
"version": "0.119.13",
"categories": [
"ai"
],

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "onedev",
"tipi_version": 70,
"version": "9.4.8",
"tipi_version": 72,
"version": "9.5.1",
"categories": [
"development"
],

View File

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

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8012,
"id": "paperless-ngx",
"tipi_version": 12,
"version": "2.3.1",
"tipi_version": 13,
"version": "2.3.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.3.1
image: ghcr.io/paperless-ngx/paperless-ngx:2.3.2
restart: unless-stopped
depends_on:
- db

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -6,14 +6,18 @@
"exposable": true,
"id": "rallly",
"description": "Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.",
"tipi_version": 1,
"version": "3.4.2",
"categories": ["utilities"],
"tipi_version": 2,
"version": "3.5.0",
"categories": [
"utilities"
],
"short_desc": "Scheduling and collaboration tool",
"author": "lukevella",
"source": "https://github.com/lukevella/rallly",
"website": "https://rallly.co",
"supported_architectures": ["amd64"],
"supported_architectures": [
"amd64"
],
"form_fields": [
{
"type": "random",

View File

@ -1,7 +1,7 @@
services:
rallly:
container_name: rallly
image: lukevella/rallly:3.4.2
image: lukevella/rallly:3.5.0
restart: always
depends_on:
rallly_db:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8112,
"id": "readarr",
"tipi_version": 5,
"version": "0.3.14-nightly",
"tipi_version": 6,
"version": "0.3.15-nightly",
"categories": [
"books",
"media"
@ -16,5 +16,8 @@
"author": "readarr.com",
"source": "https://github.com/Readarr/Readarr",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

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

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "romm",
"tipi_version": 12,
"version": "2.2.1",
"tipi_version": 13,
"version": "2.3.1",
"categories": [
"gaming"
],

View File

@ -2,7 +2,7 @@ version: "3"
services:
romm:
image: zurdi15/romm:2.2.1
image: zurdi15/romm:2.3.1
container_name: romm
environment:
- ROMM_DB_DRIVER=mariadb

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "sshwifty",
"tipi_version": 9,
"version": "0.3.5-beta-release",
"tipi_version": 10,
"version": "0.3.6-beta-release",
"categories": [
"development"
],

View File

@ -1,7 +1,7 @@
version: "3.5"
services:
sshwifty:
image: niruix/sshwifty:0.3.5-beta-release
image: niruix/sshwifty:0.3.6-beta-release
restart: unless-stopped
container_name: sshwifty
privileged: true

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "stirling-pdf",
"tipi_version": 16,
"version": "0.19.0",
"tipi_version": 17,
"version": "0.19.1",
"categories": [
"data",
"utilities"

View File

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

View File

@ -5,11 +5,9 @@
"exposable": true,
"port": 8135,
"id": "vikunja",
"tipi_version": 7,
"version": "0.21.0",
"categories": [
"utilities"
],
"tipi_version": 8,
"version": "0.22.0",
"categories": ["utilities"],
"description": "The Todo-app to organize your life.",
"short_desc": "The Todo-app to organize your life.",
"author": "kolaente",

View File

@ -1,4 +1,4 @@
version: "3.7"
version: '3.7'
services:
vikunja-db:
container_name: vikunja-db
@ -10,7 +10,7 @@ services:
volumes:
- ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
test: ['CMD-SHELL', 'pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB']
interval: 5s
timeout: 5s
retries: 5
@ -18,7 +18,7 @@ services:
- tipi_main_network
vikunja-api:
container_name: vikunja-api
image: vikunja/api:0.21.0
image: vikunja/api:0.22.0
environment:
VIKUNJA_DATABASE_HOST: vikunja-db
VIKUNJA_DATABASE_PASSWORD: ${VIKUNJA_DB_PASSWORD}
@ -36,7 +36,7 @@ services:
networks:
- tipi_main_network
vikunja:
image: vikunja/frontend:0.21.0
image: vikunja/frontend:0.22.0
restart: unless-stopped
container_name: vikunja
networks: