{
  "$schema": "../schema.json",
  "name": "Joplin Server",
  "available": true,
  "exposable": true,
  "port": 8099,
  "id": "joplin",
  "tipi_version": 5,
  "version": "2.10.11",
  "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"
    }
  ]
}