From d7e09467eece495f38512868eabc0bfb606c9a91 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Wed, 23 Apr 2025 14:08:51 +0200 Subject: [PATCH] Change Json --- frontend/public/json/add-iptag.json | 2 ++ frontend/public/json/alpine-rclone.json | 2 ++ frontend/public/json/documenso.json | 2 ++ frontend/public/json/freepbx.json | 2 ++ frontend/public/json/fumadocs.json | 3 ++- frontend/public/json/immich.json | 2 ++ frontend/public/json/librenms.json | 2 ++ frontend/public/json/manyfold.json | 2 ++ frontend/public/json/metadata.json | 1 + frontend/public/json/openproject.json | 2 ++ frontend/public/json/polaris.json | 3 ++- frontend/public/json/umlautadaptarr.json | 1 + frontend/public/json/versions.json | 1 + 13 files changed, 23 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/add-iptag.json b/frontend/public/json/add-iptag.json index fbfe279a..da84c850 100644 --- a/frontend/public/json/add-iptag.json +++ b/frontend/public/json/add-iptag.json @@ -12,6 +12,7 @@ "documentation": null, "website": null, "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/proxmox.svg", + "config_path": "", "description": "This script automatically adds IP address as tags to LXC containers using a Systemd service. The service also updates the tags if a LXC IP address is changed.", "install_methods": [ { @@ -45,3 +46,4 @@ } ] } + diff --git a/frontend/public/json/alpine-rclone.json b/frontend/public/json/alpine-rclone.json index 2bd2b85b..23d89925 100644 --- a/frontend/public/json/alpine-rclone.json +++ b/frontend/public/json/alpine-rclone.json @@ -12,6 +12,7 @@ "documentation": "https://rclone.org/docs/", "website": "https://rclone.org/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/rclone.svg", + "config_path": "", "description": "Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces", "install_methods": [ { @@ -52,3 +53,4 @@ } ] } + diff --git a/frontend/public/json/documenso.json b/frontend/public/json/documenso.json index 4a44fb30..569ba93f 100644 --- a/frontend/public/json/documenso.json +++ b/frontend/public/json/documenso.json @@ -12,6 +12,7 @@ "documentation": "https://documenso.com/", "website": "https://documenso.com/", "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/documenso.svg", + "config_path": "", "description": "Signing documents digitally should be fast and easy and should be the best practice for every document signed worldwide. This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work. Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood.", "install_methods": [ { @@ -32,3 +33,4 @@ }, "notes": [] } + diff --git a/frontend/public/json/freepbx.json b/frontend/public/json/freepbx.json index 0b01f73a..90208f68 100644 --- a/frontend/public/json/freepbx.json +++ b/frontend/public/json/freepbx.json @@ -12,6 +12,7 @@ "documentation": "https://sangomakb.atlassian.net/wiki/spaces/FP/overview?homepageId=8454359", "website": "https://www.freepbx.org/", "logo": "https://avatars.githubusercontent.com/u/696423?s=200&v=4", + "config_path": "", "description": "FreePBX is a web-based open-source graphical user interface that manages Asterisk, a voice over IP and telephony server.", "install_methods": [ { @@ -32,3 +33,4 @@ }, "notes": [] } + diff --git a/frontend/public/json/fumadocs.json b/frontend/public/json/fumadocs.json index 59d73df2..69376b4f 100644 --- a/frontend/public/json/fumadocs.json +++ b/frontend/public/json/fumadocs.json @@ -12,6 +12,7 @@ "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", + "config_path": "", "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": [ { @@ -31,4 +32,4 @@ "password": null }, "notes": [] -} \ No newline at end of file +} diff --git a/frontend/public/json/immich.json b/frontend/public/json/immich.json index ca884a38..37ae1681 100644 --- a/frontend/public/json/immich.json +++ b/frontend/public/json/immich.json @@ -12,6 +12,7 @@ "documentation": "https://immich.app/docs/overview/introduction", "website": "https://immich.app", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png", + "config_path": "", "description": "High performance self-hosted photo and video management solution.", "install_methods": [ { @@ -41,3 +42,4 @@ } ] } + diff --git a/frontend/public/json/librenms.json b/frontend/public/json/librenms.json index 0ac6c49a..d59cdc17 100644 --- a/frontend/public/json/librenms.json +++ b/frontend/public/json/librenms.json @@ -13,6 +13,7 @@ "documentation": "https://docs.librenms.org/", "website": "https://librenms.org/", "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/librenms.svg", + "config_path": "", "description": "LibreNMS is an open-source, community-driven network monitoring system that provides automatic discovery, alerting, and performance tracking for network devices. It supports a wide range of hardware and integrates with various notification and logging platforms.", "install_methods": [ { @@ -33,3 +34,4 @@ }, "notes": [] } + diff --git a/frontend/public/json/manyfold.json b/frontend/public/json/manyfold.json index b8241f3d..512963b2 100644 --- a/frontend/public/json/manyfold.json +++ b/frontend/public/json/manyfold.json @@ -12,6 +12,7 @@ "documentation": "https://manyfold.app/sysadmin/", "website": "https://manyfold.app/", "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/webp/manyfold.webp", + "config_path": "", "description": "Manyfold is an open source, self-hosted web application for managing a collection of 3d models, particularly focused on 3d printing.", "install_methods": [ { @@ -32,3 +33,4 @@ }, "notes": [] } + diff --git a/frontend/public/json/metadata.json b/frontend/public/json/metadata.json index e25f0ee7..16c71220 100644 --- a/frontend/public/json/metadata.json +++ b/frontend/public/json/metadata.json @@ -28,3 +28,4 @@ { "name": "Miscellaneous", "id": 0, "sort_order": 99.0, "description": "General scripts and tools that don't fit into other categories." } ] } + diff --git a/frontend/public/json/openproject.json b/frontend/public/json/openproject.json index b697b134..cd27f6cc 100644 --- a/frontend/public/json/openproject.json +++ b/frontend/public/json/openproject.json @@ -12,6 +12,7 @@ "documentation": "https://www.openproject.org", "website": "https://www.openproject.org", "logo": "https://raw.githubusercontent.com/opf/openproject/dev/docker/prod/logo.png", + "config_path": "", "description": "OpenProject is a web-based project management software. Use OpenProject to manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on Github. Read more about the OpenProject GitHub integration.", "install_methods": [ { @@ -32,3 +33,4 @@ }, "notes": [] } + diff --git a/frontend/public/json/polaris.json b/frontend/public/json/polaris.json index d63a4325..908d868e 100644 --- a/frontend/public/json/polaris.json +++ b/frontend/public/json/polaris.json @@ -12,6 +12,7 @@ "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", + "config_path": "", "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": [ { @@ -31,4 +32,4 @@ "password": null }, "notes": [] -} \ No newline at end of file +} diff --git a/frontend/public/json/umlautadaptarr.json b/frontend/public/json/umlautadaptarr.json index 0b8c9270..cb600fd8 100644 --- a/frontend/public/json/umlautadaptarr.json +++ b/frontend/public/json/umlautadaptarr.json @@ -32,3 +32,4 @@ }, "notes": [] } + diff --git a/frontend/public/json/versions.json b/frontend/public/json/versions.json index 2b484c57..b180f5a0 100644 --- a/frontend/public/json/versions.json +++ b/frontend/public/json/versions.json @@ -495,3 +495,4 @@ "date": "2025-04-10T19:48:43Z" } ] +