app-store/apps/joplin/config.json

32 lines
727 B
JSON
Raw Normal View History

2022-07-28 17:46:12 +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",
"tipi_version": 13,
"version": "2.14.2",
"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"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
2022-07-28 17:46:12 +00:00
}