From 82240eda70404d3313b6b9e977212f4bf434e857 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Fri, 12 Sep 2025 11:48:19 +0200 Subject: [PATCH] Add Joplin Server json --- frontend/public/json/joplin-server.json | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 frontend/public/json/joplin-server.json diff --git a/frontend/public/json/joplin-server.json b/frontend/public/json/joplin-server.json new file mode 100644 index 00000000..49db6448 --- /dev/null +++ b/frontend/public/json/joplin-server.json @@ -0,0 +1,40 @@ +{ + "name": "Joplin Server", + "slug": "joplin-server", + "categories": [ + 12 + ], + "date_created": "2025-09-12", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 22300, + "documentation": "https://joplinapp.org/help/", + "config_path": "/opt/joplin-server/.env", + "website": "https://joplinapp.org/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/joplin.webp", + "description": "Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.", + "install_methods": [ + { + "type": "default", + "script": "ct/joplin-server.sh", + "resources": { + "cpu": 2, + "ram": 4096, + "hdd": 20, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": "admin@localhost", + "password": "admin" + }, + "notes": [ + { + "text": "Application can take some time to build, depending on your host speed. Please be patient.", + "type": "info" + } + ] +}