From 70d13d21a719f032da39e410e680b8c12830b27b Mon Sep 17 00:00:00 2001
From: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Date: Thu, 28 Nov 2024 16:15:47 +0100
Subject: [PATCH] Add Json for Website

---
 json/hoarder.json | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 json/hoarder.json

diff --git a/json/hoarder.json b/json/hoarder.json
new file mode 100644
index 00000000..fd99c5a8
--- /dev/null
+++ b/json/hoarder.json
@@ -0,0 +1,34 @@
+{
+  "name": "Hoarder",
+  "slug": "hoarder",
+  "categories": [
+    14
+  ],
+  "date_created": "2024-11-28",
+  "type": "ct",
+  "updateable": true,
+  "privileged": false,
+  "interface_port": 3000,
+  "documentation": "https://docs.hoarder.app/",
+  "website": "https://hoarder.app/",
+  "logo": "https://raw.githubusercontent.com/hoarder-app/hoarder/refs/heads/main/screenshots/logo.png",
+  "description": "Hoarder is an AI-powered bookmarking tool that helps you save and organize your digital content. It automatically tags your links, notes, and images, making them easy to find later. With features like auto-fetching, lists, and full-text search, Hoarder is the perfect tool for anyone who wants to keep track of their digital life.",
+  "install_methods": [
+    {
+      "type": "default",
+      "script": "/ct/hoarder.sh",
+      "resources": {
+        "cpu": 4,
+        "ram": 4096,
+        "hdd": 10,
+        "os": "Debian",
+        "version": "12"
+      }
+    }
+  ],
+  "default_credentials": {
+    "username": null,
+    "password": null
+  },
+  "notes": []
+}
\ No newline at end of file