2023-03-01 17:59:16 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "openbooks",
|
|
|
|
"port": 8152,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "openbooks",
|
2023-06-12 19:58:59 +00:00
|
|
|
"tipi_version": 3,
|
2023-03-20 21:37:16 +00:00
|
|
|
"url_suffix": "/openbooks/",
|
2023-06-20 20:52:42 +00:00
|
|
|
"version": "4.5.0",
|
|
|
|
"categories": [
|
|
|
|
"media",
|
|
|
|
"books"
|
|
|
|
],
|
2023-03-01 17:59:16 +00:00
|
|
|
"description": "Openbooks allows you to download ebooks from irc.irchighway.net quickly and easily. ",
|
|
|
|
"short_desc": "Search and Download eBooks",
|
|
|
|
"author": "https://github.com/evan-buss",
|
|
|
|
"source": "https://github.com/evan-buss/openbooks",
|
2023-03-20 21:37:16 +00:00
|
|
|
"form_fields": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "IRC Username",
|
|
|
|
"required": true,
|
|
|
|
"min": 5,
|
|
|
|
"max": 20,
|
|
|
|
"hint": "Username used to connect to IRC server",
|
|
|
|
"placeholder": "sjdfksd",
|
|
|
|
"env_variable": "OPENBOOKS_IRC_USERNAME"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-03-01 17:59:16 +00:00
|
|
|
}
|