Files
example-appstore/apps/openaudible/config.json
2025-11-27 18:45:44 -06:00

32 lines
1.2 KiB
JSON

{
"$schema": "../app-info-schema.json",
"name": "OpenAudible",
"port": 3000,
"available": true,
"exposable": true,
"dynamic_config": true,
"id": "openaudible",
"tipi_version": 24,
"version": "4.6.7",
"categories": ["entertainment"],
"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"
}
],
"gid": 1000,
"uid":1000,
"supported_architectures": ["amd64"],
"created_at": 1691943801422,
"updated_at": 1760070985003
}