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",
|
2024-01-18 21:03:36 +00:00
|
|
|
"tipi_version": 13,
|
|
|
|
"version": "2.14.2",
|
2023-06-20 22:54:29 +00:00
|
|
|
"categories": [
|
|
|
|
"utilities"
|
|
|
|
],
|
2022-07-28 17:46:12 +00:00
|
|
|
"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,
|
|
|
|
"env_variable": "JOPLIN_DB_PASSWORD"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
2023-11-19 22:56:03 +00:00
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
2022-07-28 17:46:12 +00:00
|
|
|
}
|