app-store/apps/hedgedoc/config.json

36 lines
1.1 KiB
JSON
Raw Normal View History

2023-02-28 05:30:01 +00:00
{
"$schema": "../schema.json",
"name": "HedgeDoc",
"port": 8142,
"available": true,
"exposable": true,
"id": "hedgedoc",
"tipi_version": 4,
"version": "1.9.9",
"categories": [
"media"
],
2023-02-28 05:30:01 +00:00
"description": "HedgeDoc (formerly known as CodiMD) is an open-source, web-based, self-hosted, collaborative markdown editor. You can use it to easily collaborate on notes, graphs and even presentations in real-time. All you need to do is to share your note-link to your co-workers and theyre ready to go.",
"short_desc": "A Collaborative Markdown and Note Taking App",
"website": "https://hedgedoc.org/",
"author": "https://github.com/hedgedoc",
"source": "https://github.com/hedgedoc/hedgedoc",
"supported_architectures": ["arm64", "amd64"],
2023-02-28 05:30:01 +00:00
"form_fields": [
{
"type": "random",
2023-03-01 19:58:44 +00:00
"label": "HEDGEDOC_DB_PASSWORD",
2023-02-28 05:30:01 +00:00
"min": 32,
2023-03-01 19:58:44 +00:00
"env_variable": "HEDGEDOC_DB_PASSWORD"
2023-02-28 05:30:01 +00:00
},
{
"type": "text",
"label": "Add port to URL",
2023-03-01 19:58:44 +00:00
"hint": "Set as false if you are exposing app, otherwise set as true",
2023-02-28 05:30:01 +00:00
"placeholder": "false",
"required": true,
2023-03-01 19:58:44 +00:00
"env_variable": "HEDGEDOC_ADDPORT"
2023-02-28 05:30:01 +00:00
}
]
}