2022-08-03 19:29:10 +00:00
|
|
|
{
|
2022-08-24 09:18:00 +00:00
|
|
|
"$schema": "../schema.json",
|
2022-08-04 15:34:02 +00:00
|
|
|
"name": "Booksonic",
|
|
|
|
"available": true,
|
2022-11-11 19:33:58 +00:00
|
|
|
"exposable": true,
|
2022-08-04 15:34:02 +00:00
|
|
|
"port": 8040,
|
2023-06-10 14:46:05 +00:00
|
|
|
"tipi_version": 5,
|
2023-05-23 12:43:52 +00:00
|
|
|
"version": "2201.1.0",
|
2022-08-04 15:34:02 +00:00
|
|
|
"id": "booksonic",
|
|
|
|
"categories": ["books", "media"],
|
2023-05-23 12:43:52 +00:00
|
|
|
"description": "The selfhosted audiobook server",
|
2022-08-04 15:34:02 +00:00
|
|
|
"short_desc": "The selfhosted audiobook server",
|
|
|
|
"author": "https://github.com/popeen",
|
|
|
|
"source": "https://github.com/popeen/Booksonic-Air",
|
2023-10-29 19:43:17 +00:00
|
|
|
"form_fields": [],
|
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2022-08-04 15:34:02 +00:00
|
|
|
}
|