Add JSON for each Script and a metadata.json file (#86)

* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories

* Renamed categories.json to metadata.json
This commit is contained in:
Paul
2024-11-06 20:14:59 +13:00
committed by GitHub
parent 0cd5ff3f3d
commit 4d68c2e1ef
208 changed files with 7474 additions and 0 deletions

34
json/wireguard.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "WireGuard",
"slug": "wireguard",
"categories": [
11
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "10086",
"documentation": null,
"website": "https://www.wireguard.com/",
"logo": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.icon-icons.com%2Ficons2%2F2699%2FPNG%2F512%2Fwireguard_logo_icon_168760.png&f=1&nofb=1",
"description": "WireGuard is a free and open-source virtual private network (VPN) software that uses modern cryptography to secure the data transmitted over a network. It is designed to be fast, secure, and easy to use. WireGuard supports various operating systems, including Linux, Windows, macOS, Android, and iOS. It operates at the network layer and is capable of being used with a wide range of protocols and configurations. Unlike other VPN protocols, WireGuard is designed to be simple and fast, with a focus on security and speed. It is known for its ease of setup and configuration, making it a popular choice for personal and commercial use.",
"install_methods": [
{
"type": "default",
"script": "ct/wireguard.sh",
"resources": {
"cpu": "1",
"ram": "512",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "admin"
},
"notes": []
}