app-store/apps/audiobookshelf/config.json

18 lines
672 B
JSON
Raw Normal View History

2023-08-25 21:48:40 +00:00
{
"$schema": "../schema.json",
"name": "Audiobookshelf",
"available": true,
"exposable": true,
2023-08-25 22:02:24 +00:00
"port": 13378,
2023-08-25 21:48:40 +00:00
"id": "audiobookshelf",
"tipi_version": 15,
"version": "2.10.1",
"categories": ["books", "media"],
2023-08-25 21:48:40 +00:00
"description": "Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. Audiobookshelf has a clean, accessible design that's loaded with features but not overly complicated.",
"short_desc": "Audiobookshelf is a self-hosted audiobook and podcast server.",
"author": "advplyr",
"source": "https://github.com/advplyr/audiobookshelf",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
2023-08-25 21:48:40 +00:00
}