From dba473b2b3203d92f42637694f571b62c1506cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 21 Jan 2026 06:47:22 +0100 Subject: [PATCH] Set disable flag to true in joplin-server.json (#11008) --- frontend/public/json/joplin-server.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/public/json/joplin-server.json b/frontend/public/json/joplin-server.json index 67bbdbd92..46b71fdfb 100644 --- a/frontend/public/json/joplin-server.json +++ b/frontend/public/json/joplin-server.json @@ -14,6 +14,7 @@ "website": "https://joplinapp.org/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/joplin.webp", "description": "Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.", + "disable": true, "install_methods": [ { "type": "default",