1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
29 lines
715 B
JSON
29 lines
715 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Joplin Server",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8099,
|
|
"id": "joplin",
|
|
"tipi_version": 10,
|
|
"version": "2.13.2",
|
|
"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",
|
|
"form_fields": [
|
|
{
|
|
"type": "random",
|
|
"label": "Joplin DB password",
|
|
"max": 50,
|
|
"min": 8,
|
|
"env_variable": "JOPLIN_DB_PASSWORD"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|