Skip to content

Commit b67f31c

Browse files
committed
fix jsons
1 parent db98f61 commit b67f31c

File tree

2 files changed

+40
-38
lines changed

2 files changed

+40
-38
lines changed

frontend/public/json/allstarlink.json

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
{
2-
"name": "AllStarLink",
3-
"slug": "allstarlink-vm",
4-
"categories": [
5-
24
6-
],
7-
"date_created": "2025-3-30",
8-
"type": "vm",
9-
"updateable": false,
10-
"privileged": false,
11-
"interface_port": null,
12-
"documentation": "https://allstarlink.github.io/",
13-
"website": "https://www.allstarlink.org/",
14-
"logo": "https://raw.githubusercontent.com/AllStarLink/ASL3-Manual/blob/main/docs/assets/allstar-logo-small.png",
15-
"description": "AllStarLink is a network of Amateur Radio repeaters, remote base stations and hot spots accessible to each other via Voice over Internet Protocol.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "vm/allstarlink-vm.sh",
20-
"resources": {
21-
"cpu": 2,
22-
"ram": 2048,
23-
"hdd": 8,
24-
"os": "debian",
25-
"version": "12"
26-
}
27-
}
28-
],
29-
"default_credentials": {
30-
"username": null,
31-
"password": null
32-
},
33-
"notes": [
34-
{
35-
"text": "Options to Install Allmon3",
36-
"type": "info"
37-
}
38-
]
2+
"name": "AllStarLink",
3+
"slug": "allstarlink-vm",
4+
"categories": [
5+
24
6+
],
7+
"date_created": "2025-3-30",
8+
"type": "vm",
9+
"updateable": false,
10+
"privileged": false,
11+
"interface_port": null,
12+
"documentation": "https://allstarlink.github.io/",
13+
"website": "https://www.allstarlink.org/",
14+
"logo": "https://raw.githubusercontent.com/AllStarLink/ASL3-Manual/blob/main/docs/assets/allstar-logo-small.png",
15+
"config_path": "",
16+
"description": "AllStarLink is a network of Amateur Radio repeaters, remote base stations and hot spots accessible to each other via Voice over Internet Protocol.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "vm/allstarlink-vm.sh",
21+
"resources": {
22+
"cpu": 2,
23+
"ram": 2048,
24+
"hdd": 8,
25+
"os": "debian",
26+
"version": "12"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": [
35+
{
36+
"text": "Options to Install Allmon3",
37+
"type": "info"
38+
}
39+
]
3940
}

frontend/public/json/jumpserver.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "JumpServer",
33
"slug": "jumpserver",
44
"categories": [
5-
6
5+
6
66
],
77
"date_created": "2025-04-08",
88
"type": "ct",
@@ -12,6 +12,7 @@
1212
"documentation": "https://www.jumpserver.com/docs",
1313
"website": "https://www.jumpserver.com/",
1414
"logo": "https://raw.githubusercontent.com/jumpserver/jumpserver/refs/heads/dev/apps/static/img/logo.png",
15+
"config_path": "",
1516
"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.",
1617
"install_methods": [
1718
{

0 commit comments

Comments
 (0)