Migrated all 80 app JSON files to place config_path inside each install_methods object instead of at the root level. This allows different install methods (e.g. Debian vs Alpine) to have distinct config paths. Also updated AGENTS.md JSON structure example to reflect the change.
41 lines
988 B
JSON
41 lines
988 B
JSON
{
|
|
"name": "AllStarLink",
|
|
"slug": "allstarlink-vm",
|
|
"categories": [
|
|
24
|
|
],
|
|
"date_created": "2025-05-05",
|
|
"type": "vm",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": null,
|
|
"documentation": "https://allstarlink.github.io/",
|
|
"website": "https://www.allstarlink.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/allstar-link.webp",
|
|
"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",
|
|
"config_path": "",
|
|
"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"
|
|
}
|
|
]
|
|
}
|