app-store/apps/codex-docs/config.json

43 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-02-28 00:21:35 +00:00
{
"$schema": "../schema.json",
"name": "CodeX.docs",
"available": true,
"exposable": true,
"port": 8101,
2023-02-28 00:21:35 +00:00
"id": "codex-docs",
"tipi_version": 3,
"version": "2.2",
"categories": [
"media"
],
2023-02-28 00:21:35 +00:00
"description": "CodeX Docs is a free docs application. It's based on Editor.js ecosystem which gives all modern opportunities for working with content. You can use it for product documentation, for internal team docs, for personal notes or any other need. ",
"short_desc": "Free Docs app powered by Editor.js ecosystem.",
"author": "https://docs.codex.so/",
"source": "https://github.com/codex-team/codex.docs",
"form_fields": [
{
"type": "password",
"label": "Auth Password",
"max": 50,
"min": 3,
"required": true,
"env_variable": "CODEX_AUTH_PASSWORD"
2023-02-28 00:21:35 +00:00
},
{
"type": "random",
"label": "CODEX_DB_PASSWORD",
2023-02-28 00:21:35 +00:00
"min": 32,
"env_variable": "CODEX_DB_PASSWORD"
2023-02-28 00:21:35 +00:00
},
{
"type": "random",
"label": "CODEX_AUTH_SECRET",
2023-02-28 00:21:35 +00:00
"min": 32,
"env_variable": "CODEX_AUTH_SECRET"
2023-02-28 00:21:35 +00:00
}
],
"supported_architectures": [
"amd64"
]
2023-02-28 00:21:35 +00:00
}