app-store/apps/kiwix-serve/config.json

24 lines
555 B
JSON
Raw Permalink Normal View History

2023-09-27 15:34:01 +00:00
{
"$schema": "../schema.json",
2023-09-27 19:54:27 +00:00
"name": "Kiwix Server",
"port": 8169,
2023-09-27 15:34:01 +00:00
"available": true,
"exposable": true,
"id": "kiwix-serve",
"tipi_version": 2,
"version": "3.7.0-2",
"categories": [
"media"
],
2023-09-27 19:54:27 +00:00
"description": "Kiwix Server is a web server for hosting .zim files",
"short_desc": "Kiwix Server is a web server for hosting .zim files",
2023-09-27 15:34:01 +00:00
"author": "Kiwix",
"source": "https://github.com/kiwix/kiwix-tools/",
"website": "https://kiwix.org/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
}