app-store/apps/openbooks/config.json
2023-03-20 22:37:16 +01:00

29 lines
778 B
JSON

{
"$schema": "../schema.json",
"name": "openbooks",
"port": 8152,
"available": true,
"exposable": true,
"id": "openbooks",
"tipi_version": 1,
"url_suffix": "/openbooks/",
"version": "v4.5.0",
"categories": ["media", "books"],
"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",
"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"
}
]
}