2022-07-28 17:46:12 +00:00
|
|
|
{
|
2022-08-24 09:18:00 +00:00
|
|
|
"$schema": "../schema.json",
|
2022-07-28 17:46:12 +00:00
|
|
|
"name": "Joplin Server",
|
|
|
|
"available": true,
|
2022-09-09 19:51:53 +00:00
|
|
|
"exposable": true,
|
2022-07-28 17:46:12 +00:00
|
|
|
"port": 8099,
|
|
|
|
"id": "joplin",
|
2022-08-04 15:34:02 +00:00
|
|
|
"tipi_version": 1,
|
|
|
|
"version": "2.7.4",
|
2022-07-28 17:46:12 +00:00
|
|
|
"categories": ["utilities"],
|
|
|
|
"description": "Default credentials: admin@localhost / admin",
|
|
|
|
"short_desc": "Note taking and to-do application with synchronisation",
|
|
|
|
"author": "https://github.com/laurent22",
|
|
|
|
"source": "https://github.com/laurent22/joplin",
|
|
|
|
"website": "https://joplinapp.org",
|
2022-09-09 19:51:53 +00:00
|
|
|
"form_fields": [
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"label": "Joplin DB password",
|
|
|
|
"max": 50,
|
|
|
|
"min": 8,
|
|
|
|
"required": true,
|
|
|
|
"env_variable": "JOPLIN_DB_PASSWORD"
|
|
|
|
}
|
|
|
|
]
|
2022-07-28 17:46:12 +00:00
|
|
|
}
|