01c6836796
* feat(halo): change config to support local domain * feat(hammond): change config to support local domain * feat(haven): change config to support local domain * feat(hedgedoc): change config to support local domain * feat(hello-world): change config to support local domain * feat(homarr): change config to support local domain * feat(homebox): change config to support local domain * feat(immich): change config to support local domain * feat(invidious): change config to support local domain * feat(it-tools): change config to support local domain * feat(jackett): change config to support local domain * feat(jellyseerr): change config to support local domain * feat(joplin): change config to support local domain * feat(kandboard): change config to support local domain * feat(kapowarr): change config to support local domain * feat(kavita): change config to support local domain * feat(libreddit): change config to support local domain * feat(librephotos): change config to support local domain * feat(libretranslate): change config to support local domain * feat(lidarr): change config to support local domain * feat(lidarr-deemix): change config to support local domain * feat(linkstack): change config to support local domain * feat(lodestone-core): change config to support local domain
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
||
"$schema": "../schema.json",
|
||
"name": "HedgeDoc",
|
||
"port": 8142,
|
||
"available": true,
|
||
"exposable": true,
|
||
"id": "hedgedoc",
|
||
"tipi_version": 3,
|
||
"version": "1.9.8",
|
||
"categories": ["media"],
|
||
"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 they’re 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": ["amd64"],
|
||
"form_fields": [
|
||
{
|
||
"type": "random",
|
||
"label": "HEDGEDOC_DB_PASSWORD",
|
||
"min": 32,
|
||
"env_variable": "HEDGEDOC_DB_PASSWORD"
|
||
},
|
||
{
|
||
"type": "text",
|
||
"label": "Add port to URL",
|
||
"hint": "Set as false if you are exposing app, otherwise set as true",
|
||
"placeholder": "false",
|
||
"required": true,
|
||
"env_variable": "HEDGEDOC_ADDPORT"
|
||
}
|
||
]
|
||
}
|