restore script .jsons to upstream

This commit is contained in:
Sam Heinz
2025-05-13 00:47:33 +10:00
parent 3966d5ba6c
commit 8d4e261202
325 changed files with 523 additions and 783 deletions
+13 -14
View File
@@ -15,23 +15,22 @@
"config_path": "/etc/inspircd/inspircd.conf",
"description": "InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems.",
"install_methods": [
{
"type": "default",
"script": "ct/inspircd.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": null,
"version": null
}
{
"type": "default",
"script": "ct/inspircd.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": null,
"version": null
}
}
],
"default_credentials": {
"username": null,
"password": null
"username": null,
"password": null
},
"notes": [],
"status": "❌"
"notes": []
}