From b036e744e1f62defac37891724a986d7aa22c40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20D=C3=BCren?= Date: Mon, 29 Dec 2025 19:22:42 -0600 Subject: [PATCH] v1.0.0: Rename package to blinko-cloudron - Change package id to ren.due.blinko-cloudron - Update author and contact email - Reset version to 1.0.0 for initial release --- CloudronManifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 08098ff..d120d66 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,10 +1,10 @@ { - "id": "io.blinko.cloudronapp", + "id": "ren.due.blinko-cloudron", "title": "Blinko", - "author": "Blinko Space", + "author": "Andreas Dueren", "description": "AI-powered card note-taking application for capturing fleeting thoughts with RAG-enhanced search, markdown support, and self-hosted privacy.", "tagline": "AI-powered note-taking", - "version": "1.0.8", + "version": "1.0.0", "healthCheckPath": "/", "httpPort": 8000, "addons": { @@ -13,7 +13,7 @@ }, "manifestVersion": 2, "website": "https://blinko.mintlify.app/", - "contactEmail": "support@blinko.space", + "contactEmail": "andreas@due.ren", "icon": "file://logo.png", "tags": [ "notes", @@ -24,5 +24,5 @@ "memoryLimit": 512000000, "minBoxVersion": "7.0.0", "postInstallMessage": "Blinko has been installed successfully!\n\nVisit your Blinko instance to create your first account.\nThe first user to register will become the administrator.\n\nData is stored in /app/data and will be backed up automatically.", - "changelog": "1.0.8: Add NGINX location for vditor static files (lute.min.js)" + "changelog": "1.0.0: Initial Cloudron package for Blinko" }