Files
example-appstore/apps/openaudible/config.json

33 lines
1.2 KiB
JSON
Raw Normal View History

2025-11-27 18:45:44 -06:00
{
"name": "OpenAudible",
2025-11-27 19:47:38 -06:00
"min_tipi_version": "4.5.0",
2025-11-27 18:45:44 -06:00
"port": 3000,
2025-11-27 19:47:38 -06:00
"dynamic":true,
2025-11-27 18:45:44 -06:00
"available": true,
"exposable": true,
"dynamic_config": true,
"id": "openaudible",
2025-11-27 19:47:38 -06:00
"tipi_version": 2,
2025-11-27 18:45:44 -06:00
"version": "4.6.7",
2025-11-27 18:46:39 -06:00
"categories": ["media"],
2025-11-27 18:45:44 -06:00
"description": "OpenAudible is a cross-platform audiobook manager designed for Audible users. Manage/Download all your audiobooks with this easy-to-use desktop application",
"short_desc": "OpenAudible is a cross-platform audiobook manager designed for Audible users. Manage/Download all your audiobooks with this easy-to-use desktop applicationOpenAudible is a cross-platform audiobook manager designed for Audible users. Manage/Download all your audiobooks with this easy-to-use desktop application",
"author": "OpenAudible",
"source": "https://github.com/openaudible/openaudible_docker",
"website": "https://openaudible.org",
"form_fields": [
{
"type": "text",
"label":"rootPath",
"min":1,
"default":"${APP_DATA_DIR}",
"env_variable":"ROOTPATH"
}
],
2025-11-27 20:46:25 -06:00
"gid": 0,
"uid":0,
2025-11-27 18:45:44 -06:00
"supported_architectures": ["amd64"],
"created_at": 1691943801422,
"updated_at": 1760070985003
}