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, "exposable": true,
"port": 8011, "port": 8011,
"id": "actual-budget", "id": "actual-budget",
"tipi_version": 14, "tipi_version": 15,
"version": "23.12.1", "version": "24.1.0",
"categories": [ "categories": [
"finance" "finance"
], ],

View File

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

View File

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

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
authentik: authentik:
image: ghcr.io/goauthentik/server:2023.10.5 image: ghcr.io/goauthentik/server:2023.10.6
restart: unless-stopped restart: unless-stopped
command: server command: server
container_name: authentik container_name: authentik
@ -50,7 +50,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:2023.10.5 image: ghcr.io/goauthentik/server:2023.10.6
restart: unless-stopped restart: unless-stopped
command: worker command: worker
container_name: authentik-worker container_name: authentik-worker

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8119, "port": 8119,
"id": "bookstack", "id": "bookstack",
"tipi_version": 14, "tipi_version": 15,
"version": "23.12.20231229", "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", "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.", "short_desc": "BookStack is a self-hosted platform for organising and storing information.",
"author": "Dan Brown", "author": "Dan Brown",

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
services: services:
cross-seed: cross-seed:
container_name: 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 user: 1000:1000
restart: unless-stopped restart: unless-stopped
command: daemon command: daemon

View File

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

View File

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

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": 16, "tipi_version": 17,
"version": "22.1.17", "version": "22.1.18",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
drawio: drawio:
image: jgraph/drawio:22.1.17 image: jgraph/drawio:22.1.18
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
container_name: drawio 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, "available": true,
"exposable": true, "exposable": true,
"id": "emulatorjs", "id": "emulatorjs",
"tipi_version": 3, "tipi_version": 5,
"version": "1.7.3", "version": "1.8.1",
"categories": [ "categories": [
"gaming" "gaming"
], ],

View File

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

View File

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

View File

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

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghostfolio", "id": "ghostfolio",
"tipi_version": 33, "tipi_version": 34,
"version": "2.35.0", "version": "2.36.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.35.0 image: ghostfolio/ghostfolio:2.36.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:3333 - ${APP_PORT}:3333

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@ services:
immich: immich:
container_name: immich container_name: immich
image: altran1502/immich-server:v1.91.4 image: altran1502/immich-server:v1.92.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
@ -53,7 +53,7 @@ services:
immich-microservices: immich-microservices:
container_name: immich-microservices container_name: immich-microservices
image: altran1502/immich-server:v1.91.4 image: altran1502/immich-server:v1.92.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
@ -75,7 +75,7 @@ services:
immich-machine-learning: immich-machine-learning:
container_name: 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: 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

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

View File

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

View File

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

View File

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

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": 2, "tipi_version": 8,
"version": "0.119.7", "version": "0.119.13",
"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.119.7 image: lobehub/lobe-chat:v0.119.13
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}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

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

View File

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

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8012, "port": 8012,
"id": "paperless-ngx", "id": "paperless-ngx",
"tipi_version": 12, "tipi_version": 13,
"version": "2.3.1", "version": "2.3.2",
"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.3.1 image: ghcr.io/paperless-ngx/paperless-ngx:2.3.2
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - 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, "exposable": true,
"id": "rallly", "id": "rallly",
"description": "Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.", "description": "Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.",
"tipi_version": 1, "tipi_version": 2,
"version": "3.4.2", "version": "3.5.0",
"categories": ["utilities"], "categories": [
"utilities"
],
"short_desc": "Scheduling and collaboration tool", "short_desc": "Scheduling and collaboration tool",
"author": "lukevella", "author": "lukevella",
"source": "https://github.com/lukevella/rallly", "source": "https://github.com/lukevella/rallly",
"website": "https://rallly.co", "website": "https://rallly.co",
"supported_architectures": ["amd64"], "supported_architectures": [
"amd64"
],
"form_fields": [ "form_fields": [
{ {
"type": "random", "type": "random",

View File

@ -1,7 +1,7 @@
services: services:
rallly: rallly:
container_name: rallly container_name: rallly
image: lukevella/rallly:3.4.2 image: lukevella/rallly:3.5.0
restart: always restart: always
depends_on: depends_on:
rallly_db: 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, "exposable": true,
"port": 8112, "port": 8112,
"id": "readarr", "id": "readarr",
"tipi_version": 5, "tipi_version": 6,
"version": "0.3.14-nightly", "version": "0.3.15-nightly",
"categories": [ "categories": [
"books", "books",
"media" "media"
@ -16,5 +16,8 @@
"author": "readarr.com", "author": "readarr.com",
"source": "https://github.com/Readarr/Readarr", "source": "https://github.com/Readarr/Readarr",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "stirling-pdf", "id": "stirling-pdf",
"tipi_version": 16, "tipi_version": 17,
"version": "0.19.0", "version": "0.19.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.19.0 image: frooodle/s-pdf:0.19.1
restart: unless-stopped restart: unless-stopped
container_name: stirling-pdf container_name: stirling-pdf
privileged: true privileged: true

View File

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

View File

@ -1,4 +1,4 @@
version: "3.7" version: '3.7'
services: services:
vikunja-db: vikunja-db:
container_name: vikunja-db container_name: vikunja-db
@ -10,7 +10,7 @@ services:
volumes: volumes:
- ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data - ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data
healthcheck: 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 interval: 5s
timeout: 5s timeout: 5s
retries: 5 retries: 5
@ -18,7 +18,7 @@ services:
- tipi_main_network - tipi_main_network
vikunja-api: vikunja-api:
container_name: vikunja-api container_name: vikunja-api
image: vikunja/api:0.21.0 image: vikunja/api:0.22.0
environment: environment:
VIKUNJA_DATABASE_HOST: vikunja-db VIKUNJA_DATABASE_HOST: vikunja-db
VIKUNJA_DATABASE_PASSWORD: ${VIKUNJA_DB_PASSWORD} VIKUNJA_DATABASE_PASSWORD: ${VIKUNJA_DB_PASSWORD}
@ -36,7 +36,7 @@ services:
networks: networks:
- tipi_main_network - tipi_main_network
vikunja: vikunja:
image: vikunja/frontend:0.21.0 image: vikunja/frontend:0.22.0
restart: unless-stopped restart: unless-stopped
container_name: vikunja container_name: vikunja
networks: networks: