diff --git a/frontend/public/json/allstarlink.json b/frontend/public/json/allstarlink.json index c5d336e..a20d1bd 100644 --- a/frontend/public/json/allstarlink.json +++ b/frontend/public/json/allstarlink.json @@ -1,39 +1,40 @@ { - "name": "AllStarLink", - "slug": "allstarlink-vm", - "categories": [ - 24 - ], - "date_created": "2025-3-30", - "type": "vm", - "updateable": false, - "privileged": false, - "interface_port": null, - "documentation": "https://allstarlink.github.io/", - "website": "https://www.allstarlink.org/", - "logo": "https://raw.githubusercontent.com/AllStarLink/ASL3-Manual/blob/main/docs/assets/allstar-logo-small.png", - "description": "AllStarLink is a network of Amateur Radio repeaters, remote base stations and hot spots accessible to each other via Voice over Internet Protocol.", - "install_methods": [ - { - "type": "default", - "script": "vm/allstarlink-vm.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 8, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Options to Install Allmon3", - "type": "info" - } - ] + "name": "AllStarLink", + "slug": "allstarlink-vm", + "categories": [ + 24 + ], + "date_created": "2025-3-30", + "type": "vm", + "updateable": false, + "privileged": false, + "interface_port": null, + "documentation": "https://allstarlink.github.io/", + "website": "https://www.allstarlink.org/", + "logo": "https://raw.githubusercontent.com/AllStarLink/ASL3-Manual/blob/main/docs/assets/allstar-logo-small.png", + "config_path": "", + "description": "AllStarLink is a network of Amateur Radio repeaters, remote base stations and hot spots accessible to each other via Voice over Internet Protocol.", + "install_methods": [ + { + "type": "default", + "script": "vm/allstarlink-vm.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 8, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Options to Install Allmon3", + "type": "info" + } + ] } diff --git a/frontend/public/json/jumpserver.json b/frontend/public/json/jumpserver.json index 2d0cf57..56eabb6 100644 --- a/frontend/public/json/jumpserver.json +++ b/frontend/public/json/jumpserver.json @@ -2,7 +2,7 @@ "name": "JumpServer", "slug": "jumpserver", "categories": [ - 6 + 6 ], "date_created": "2025-04-08", "type": "ct", @@ -12,6 +12,7 @@ "documentation": "https://www.jumpserver.com/docs", "website": "https://www.jumpserver.com/", "logo": "https://raw.githubusercontent.com/jumpserver/jumpserver/refs/heads/dev/apps/static/img/logo.png", + "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": [ {