trying to fix

This commit is contained in:
cody conder
2025-11-27 19:47:38 -06:00
parent 41373f618b
commit 26576c272c
2 changed files with 9 additions and 3 deletions

View File

@@ -1,11 +1,13 @@
{ {
"name": "OpenAudible", "name": "OpenAudible",
"min_tipi_version": "4.5.0",
"port": 3000, "port": 3000,
"dynamic":true,
"available": true, "available": true,
"exposable": true, "exposable": true,
"dynamic_config": true, "dynamic_config": true,
"id": "openaudible", "id": "openaudible",
"tipi_version": 24, "tipi_version": 2,
"version": "4.6.7", "version": "4.6.7",
"categories": ["media"], "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", "description": "OpenAudible is a cross-platform audiobook manager designed for Audible users. Manage/Download all your audiobooks with this easy-to-use desktop application",

View File

@@ -4,8 +4,12 @@
{ {
"name": "openaudible", "name": "openaudible",
"image": "openaudible/openaudible:latest", "image": "openaudible/openaudible:latest",
"isMain": true, "addPorts": [
"internalPort": 3000, {"containerPort":3000,
"hostPort":"$APP_PORT",
"tcp":true,
"udp":false}
],
"environment": {}, "environment": {},
"volumes": [ "volumes": [
{ {