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",
"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",

View File

@@ -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": [
{