app-store/apps/notemark/config.json
Stavros 952454efda
Add Notemark. (#1200)
* Add notemark.

* Fix error.

* Fix nginx conf.

* Update description.md

---------

Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com>
2023-09-27 21:41:34 +02:00

26 lines
651 B
JSON

{
"$schema": "../schema.json",
"name": "Notemark",
"available": true,
"exposable": true,
"port": 8567,
"id": "notemark",
"tipi_version": 1,
"version": "0.7.0",
"categories": [
"utilities"
],
"description": "Note Mark is a lighting fast and minimal web-based Markdown notes app.",
"short_desc": "Lighting fast web-based Markdown notes app.",
"author": "enchant97",
"source": "https://github.com/enchant97/note-mark/",
"website": "https://notemark.docs.enchantedcode.co.uk/",
"form_fields": [
{
"type": "random",
"label": "Notemark secret",
"env_variable": "NOTEMARK_SERVICE_SECRET"
}
]
}