Skip to content

Commit 357287f

Browse files
authored
Merge pull request #164 from DonLocke/add-allstarlink-script
Add AllStarLink Script
2 parents 11c6c0a + 17b6f21 commit 357287f

File tree

2 files changed

+536
-0
lines changed

2 files changed

+536
-0
lines changed

frontend/public/json/allstarlink.json

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
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+
]
39+
}

0 commit comments

Comments
 (0)