From e7fb73a4f61568077aa70352346a7eed484b06d1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 25 Mar 2025 12:33:41 +0100 Subject: [PATCH] add jsons --- frontend/public/json/fumadocs.json | 34 ++++++++++++++++++++++++++++++ frontend/public/json/polaris.json | 34 ++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 frontend/public/json/fumadocs.json create mode 100644 frontend/public/json/polaris.json diff --git a/frontend/public/json/fumadocs.json b/frontend/public/json/fumadocs.json new file mode 100644 index 0000000..59d73df --- /dev/null +++ b/frontend/public/json/fumadocs.json @@ -0,0 +1,34 @@ +{ + "name": "Fumadocs", + "slug": "fumadocs", + "categories": [ + 10 + ], + "date_created": "2025-03-25", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 3000, + "documentation": "https://fumadocs.vercel.app/docs/ui", + "website": "https://fumadocs.vercel.app/", + "logo": "https://raw.githubusercontent.com/fuma-nama/fumadocs/refs/heads/dev/documents/logo.png", + "description": "Fumadocs is a flexible and high-performance framework for creating well-structured documentation websites using Next.js. It allows developers to write content and transform it into structured data. Fumadocs supports various content sources, including MDX and Content Collections, and integrates search solutions like Orama and Algolia. It also provides interactive components to enhance the user experience.", + "install_methods": [ + { + "type": "default", + "script": "ct/fumadocs.sh", + "resources": { + "cpu": 3, + "ram": 2048, + "hdd": 7, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file diff --git a/frontend/public/json/polaris.json b/frontend/public/json/polaris.json new file mode 100644 index 0000000..d63a432 --- /dev/null +++ b/frontend/public/json/polaris.json @@ -0,0 +1,34 @@ +{ + "name": "Polaris", + "slug": "polaris", + "categories": [ + 13 + ], + "date_created": "2025-03-25", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 80, + "documentation": "https://github.com/agersant/polaris/blob/master/docs/SETUP.md", + "website": "https://github.com/agersant/polaris", + "logo": "https://raw.githubusercontent.com/agersant/polaris/refs/heads/master/res/branding/logo/sticker_print.svg", + "description": "Polaris is a self-hosted music streaming server that allows you to enjoy your personal music collection from any computer or mobile device. It is a free and open-source application with no premium version. Polaris is highly performant and responsive, supporting large music libraries with over 100,000 tracks. It features an intuitive user interface and supports various audio formats, including FLAC, MP3, MP4, OGG, and WAV. There is an Android client available through the Google Play Store, F-Droid, or GitHub Releases.", + "install_methods": [ + { + "type": "default", + "script": "ct/polaris.sh", + "resources": { + "cpu": 3, + "ram": 2048, + "hdd": 7, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} \ No newline at end of file