Files
ProxmoxVE/frontend/public/json/zoraxy.json

36 lines
871 B
JSON
Raw Normal View History

{
"name": "Zoraxy",
"slug": "zoraxy",
"categories": [
4
],
"date_created": "2024-05-02",
"type": "ct",
2025-02-13 15:05:39 +01:00
"updateable": true,
"privileged": false,
"interface_port": 8000,
"documentation": null,
2024-11-25 17:56:26 +01:00
"website": "https://zoraxy.aroz.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/zoraxy.webp",
"config_path": "",
"description": "Zoraxy is an all in one homelab network routing solution.",
"install_methods": [
{
"type": "default",
"script": "ct/zoraxy.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 6,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
2024-11-25 17:56:26 +01:00
}