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 { 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; export const basePath = process.env.BASE_PATH;
@ -10,22 +10,16 @@ export const navbarLinks = [
icon: <FaGithub className="h-4 w-4" />, icon: <FaGithub className="h-4 w-4" />,
text: "Github", 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`, href: `https://github.com/community-scripts/${basePath}/blob/main/CHANGELOG.md`,
event: "Change Log", event: "Change Log",
icon: <Scroll className="h-4 w-4 hidden sm:block" />, icon: <Scroll className="h-4 w-4" />,
text: "Change Log", text: "Change Log",
}, },
{ {
href: `https://github.com/community-scripts/${basePath}/discussions`, href: `https://github.com/community-scripts/${basePath}/discussions`,
event: "Discussions", event: "Discussions",
icon: <MessagesSquare className="h-4 w-4 hidden sm:block" />, icon: <MessagesSquare className="h-4 w-4" />,
text: "Discussions", text: "Discussions",
}, },
]; ];

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -8,8 +8,8 @@
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": true, "privileged": true,
"interface_port": 9442, "interface_port": null,
"documentation": "https://www.zigbee2mqtt.io/guide/getting-started/", "documentation": null,
"website": "https://www.zigbee2mqtt.io/", "website": "https://www.zigbee2mqtt.io/",
"logo": "https://github.com/Koenkk/zigbee2mqtt/blob/master/images/logo_bee_only.png?raw=true", "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.", "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, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": []
{
"text": "You can find the post-install guide here: https://github.com/community-scripts/ProxmoxVE/discussions/410",
"type": "info"
}
]
} }