app-store/apps/wikijs/config.json

26 lines
674 B
JSON
Raw Permalink Normal View History

2023-02-28 21:41:38 +00:00
{
"$schema": "../schema.json",
"name": "WikiJS",
"port": 8148,
"available": true,
"exposable": true,
"id": "wikijs",
"tipi_version": 8,
"version": "2.5.303",
"categories": ["media"],
2023-02-28 21:41:38 +00:00
"description": "A modern, lightweight and powerful wiki app built on NodeJS ",
"short_desc": "A modern and powerful wiki app built on Node.js",
"author": "https://github.com/requarks",
"source": "https://github.com/requarks/wiki",
"website": "https://js.wiki/",
"form_fields": [
{
"type": "random",
2023-03-11 15:38:57 +00:00
"label": "WIKI_JS_DB_PASS",
2023-02-28 21:41:38 +00:00
"min": 32,
2023-03-11 15:38:57 +00:00
"env_variable": "WIKI_JS_DB_PASS"
2023-02-28 21:41:38 +00:00
}
],
"supported_architectures": ["arm64", "amd64"]
2023-02-28 21:41:38 +00:00
}