From 26576c272c0318ad4b12ee9309f719537b325328 Mon Sep 17 00:00:00 2001 From: cody conder Date: Thu, 27 Nov 2025 19:47:38 -0600 Subject: [PATCH] trying to fix --- apps/openaudible/config.json | 4 +++- apps/openaudible/docker-compose.json | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/openaudible/config.json b/apps/openaudible/config.json index 1727799..885c418 100644 --- a/apps/openaudible/config.json +++ b/apps/openaudible/config.json @@ -1,11 +1,13 @@ { "name": "OpenAudible", + "min_tipi_version": "4.5.0", "port": 3000, + "dynamic":true, "available": true, "exposable": true, "dynamic_config": true, "id": "openaudible", - "tipi_version": 24, + "tipi_version": 2, "version": "4.6.7", "categories": ["media"], "description": "OpenAudible is a cross-platform audiobook manager designed for Audible users. Manage/Download all your audiobooks with this easy-to-use desktop application", diff --git a/apps/openaudible/docker-compose.json b/apps/openaudible/docker-compose.json index f43d511..c59431c 100644 --- a/apps/openaudible/docker-compose.json +++ b/apps/openaudible/docker-compose.json @@ -4,8 +4,12 @@ { "name": "openaudible", "image": "openaudible/openaudible:latest", - "isMain": true, - "internalPort": 3000, + "addPorts": [ + {"containerPort":3000, + "hostPort":"$APP_PORT", + "tcp":true, + "udp":false} + ], "environment": {}, "volumes": [ {