fix jsons

This commit is contained in:
CanbiZ 2025-05-05 14:28:54 +02:00
parent db98f619ea
commit b67f31cf7a
2 changed files with 40 additions and 38 deletions

View File

@ -1,39 +1,40 @@
{ {
"name": "AllStarLink", "name": "AllStarLink",
"slug": "allstarlink-vm", "slug": "allstarlink-vm",
"categories": [ "categories": [
24 24
], ],
"date_created": "2025-3-30", "date_created": "2025-3-30",
"type": "vm", "type": "vm",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": null,
"documentation": "https://allstarlink.github.io/", "documentation": "https://allstarlink.github.io/",
"website": "https://www.allstarlink.org/", "website": "https://www.allstarlink.org/",
"logo": "https://raw.githubusercontent.com/AllStarLink/ASL3-Manual/blob/main/docs/assets/allstar-logo-small.png", "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.", "config_path": "",
"install_methods": [ "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", "type": "default",
"resources": { "script": "vm/allstarlink-vm.sh",
"cpu": 2, "resources": {
"ram": 2048, "cpu": 2,
"hdd": 8, "ram": 2048,
"os": "debian", "hdd": 8,
"version": "12" "os": "debian",
} "version": "12"
} }
], }
"default_credentials": { ],
"username": null, "default_credentials": {
"password": null "username": null,
}, "password": null
"notes": [ },
{ "notes": [
"text": "Options to Install Allmon3", {
"type": "info" "text": "Options to Install Allmon3",
} "type": "info"
] }
]
} }

View File

@ -2,7 +2,7 @@
"name": "JumpServer", "name": "JumpServer",
"slug": "jumpserver", "slug": "jumpserver",
"categories": [ "categories": [
6 6
], ],
"date_created": "2025-04-08", "date_created": "2025-04-08",
"type": "ct", "type": "ct",
@ -12,6 +12,7 @@
"documentation": "https://www.jumpserver.com/docs", "documentation": "https://www.jumpserver.com/docs",
"website": "https://www.jumpserver.com/", "website": "https://www.jumpserver.com/",
"logo": "https://raw.githubusercontent.com/jumpserver/jumpserver/refs/heads/dev/apps/static/img/logo.png", "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.", "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": [ "install_methods": [
{ {