Compare commits

..

No commits in common. "ee7b8f7e78a4cc0ef22451de5ebe6af52c22fe4f" and "a146ecf22a173f71c010e89de7e9eaa0f3380792" have entirely different histories.

10 changed files with 15 additions and 26 deletions

View File

@ -1,5 +1,5 @@
import { MessagesSquare, Scroll } from "lucide-react";
import { FaDiscord, FaGithub } from "react-icons/fa";
import { FaGithub } from "react-icons/fa";
export const basePath = process.env.BASE_PATH;
@ -10,22 +10,16 @@ export const navbarLinks = [
icon: <FaGithub className="h-4 w-4" />,
text: "Github",
},
{
href: `https://discord.gg/2wvnMDgdnU`,
event: "Discord",
icon: <FaDiscord className="h-4 w-4" />,
text: "Discord",
},
{
href: `https://github.com/community-scripts/${basePath}/blob/main/CHANGELOG.md`,
event: "Change Log",
icon: <Scroll className="h-4 w-4 hidden sm:block" />,
icon: <Scroll className="h-4 w-4" />,
text: "Change Log",
},
{
href: `https://github.com/community-scripts/${basePath}/discussions`,
event: "Discussions",
icon: <MessagesSquare className="h-4 w-4 hidden sm:block" />,
icon: <MessagesSquare className="h-4 w-4" />,
text: "Discussions",
},
];

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "2",
"hdd": "2G",
"os": null,
"version": null
}

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "4096",
"hdd": "32",
"hdd": "32G",
"os": null,
"version": null
}

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "12",
"hdd": "12G",
"os": "debian",
"version": 12
}

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": "1",
"ram": "256",
"hdd": "0.5",
"hdd": "512M",
"os": null,
"version": null
}

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "12",
"hdd": "12G",
"os": "debian",
"version": 12
}

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "4096",
"hdd": "32",
"hdd": "32G",
"os": null,
"version": null
}

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "2",
"hdd": "2G",
"os": null,
"version": null
}

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "2",
"hdd": "2G",
"os": null,
"version": null
}

View File

@ -8,8 +8,8 @@
"type": "ct",
"updateable": true,
"privileged": true,
"interface_port": 9442,
"documentation": "https://www.zigbee2mqtt.io/guide/getting-started/",
"interface_port": null,
"documentation": null,
"website": "https://www.zigbee2mqtt.io/",
"logo": "https://github.com/Koenkk/zigbee2mqtt/blob/master/images/logo_bee_only.png?raw=true",
"description": "Zigbee2MQTT is an open-source software project that allows you to use Zigbee-based smart home devices (such as those sold under the Philips Hue and Ikea Tradfri brands) with MQTT-based home automation systems, like Home Assistant, Node-RED, and others. The software acts as a bridge between your Zigbee devices and MQTT, allowing you to control and monitor these devices from your home automation system.",
@ -41,10 +41,5 @@
"username": null,
"password": null
},
"notes": [
{
"text": "You can find the post-install guide here: https://github.com/community-scripts/ProxmoxVE/discussions/410",
"type": "info"
}
]
}
"notes": []
}