From 12c08fe55f41430d16b809394fda10ccc3e67d16 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:53:42 +0200 Subject: [PATCH] remove old --- frontend/public/json/deferred/jumpserver.json | 35 ------------------- frontend/public/json/deferred/polaris.json | 35 ------------------- 2 files changed, 70 deletions(-) delete mode 100644 frontend/public/json/deferred/jumpserver.json delete mode 100644 frontend/public/json/deferred/polaris.json diff --git a/frontend/public/json/deferred/jumpserver.json b/frontend/public/json/deferred/jumpserver.json deleted file mode 100644 index 38868220..00000000 --- a/frontend/public/json/deferred/jumpserver.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "JumpServer", - "slug": "jumpserver", - "categories": [ - 6 - ], - "date_created": "2025-05-05", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://www.jumpserver.com/docs", - "website": "https://www.jumpserver.com/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/jumpserver.webp", - "config_path": "", - "description": "JumpServer is an open-source Privileged Access Management (PAM) tool that provides DevOps and IT teams with on-demand and secure access to SSH, RDP, Kubernetes, Database and RemoteApp endpoints through a web browser.", - "install_methods": [ - { - "type": "default", - "script": "ct/jumpserver.sh", - "resources": { - "cpu": 2, - "ram": 8192, - "hdd": 60, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": "admin", - "password": "ChangeMe" - }, - "notes": [] -} diff --git a/frontend/public/json/deferred/polaris.json b/frontend/public/json/deferred/polaris.json deleted file mode 100644 index 8f63da58..00000000 --- a/frontend/public/json/deferred/polaris.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "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://cdn.jsdelivr.net/gh/selfhst/icons/webp/polaris.webp", - "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": [ - { - "type": "default", - "script": "ct/polaris.sh", - "resources": { - "cpu": 3, - "ram": 2048, - "hdd": 7, - "os": "Debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -}