Readd frontend and JSON folders

This commit is contained in:
Sam
2025-01-09 17:13:53 +10:00
parent 8557dc16eb
commit 1b6faa5ce3
321 changed files with 24438 additions and 0 deletions

39
json/unbound.json Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "Unbound",
"slug": "unbound",
"categories": [
13
],
"date_created": "2024-12-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 5335,
"documentation": null,
"website": "https://www.nlnetlabs.nl/projects/unbound/about/",
"logo": "https://netdata.cloud/img/unbound.png",
"description": "Unbound is a validating, recursive, caching DNS resolver. It is designed to be fast and lean and incorporates modern features based on open standards.",
"install_methods": [
{
"type": "default",
"script": "ct/unbound.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Unbound Configuration Path: `/etc/unbound/unbound.conf.d/unbound.conf`",
"type": "info"
}
]
}