mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
Compare commits
3 Commits
a146ecf22a
...
ee7b8f7e78
Author | SHA1 | Date | |
---|---|---|---|
|
ee7b8f7e78 | ||
|
068e52adc8 | ||
|
378a9be1bc |
@ -1,5 +1,5 @@
|
||||
import { MessagesSquare, Scroll } from "lucide-react";
|
||||
import { FaGithub } from "react-icons/fa";
|
||||
import { FaDiscord, FaGithub } from "react-icons/fa";
|
||||
|
||||
export const basePath = process.env.BASE_PATH;
|
||||
|
||||
@ -10,16 +10,22 @@ 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" />,
|
||||
icon: <Scroll className="h-4 w-4 hidden sm:block" />,
|
||||
text: "Change Log",
|
||||
},
|
||||
{
|
||||
href: `https://github.com/community-scripts/${basePath}/discussions`,
|
||||
event: "Discussions",
|
||||
icon: <MessagesSquare className="h-4 w-4" />,
|
||||
icon: <MessagesSquare className="h-4 w-4 hidden sm:block" />,
|
||||
text: "Discussions",
|
||||
},
|
||||
];
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "2G",
|
||||
"hdd": "2",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "4096",
|
||||
"hdd": "32G",
|
||||
"hdd": "32",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "12G",
|
||||
"hdd": "12",
|
||||
"os": "debian",
|
||||
"version": 12
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "256",
|
||||
"hdd": "512M",
|
||||
"hdd": "0.5",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "12G",
|
||||
"hdd": "12",
|
||||
"os": "debian",
|
||||
"version": 12
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "4096",
|
||||
"hdd": "32G",
|
||||
"hdd": "32",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "2G",
|
||||
"hdd": "2",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"resources": {
|
||||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "2G",
|
||||
"hdd": "2",
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
@ -8,8 +8,8 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": true,
|
||||
"interface_port": null,
|
||||
"documentation": null,
|
||||
"interface_port": 9442,
|
||||
"documentation": "https://www.zigbee2mqtt.io/guide/getting-started/",
|
||||
"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,5 +41,10 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
"notes": [
|
||||
{
|
||||
"text": "You can find the post-install guide here: https://github.com/community-scripts/ProxmoxVE/discussions/410",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user