ProxmoxVE > PVE

This commit is contained in:
CanbiZ 2025-09-15 09:56:58 +02:00
parent e521185392
commit 89af41b323
3 changed files with 47 additions and 47 deletions

View File

@ -1,48 +1,48 @@
{ {
"name": "Proxmox VE VM Startup Dependency Check", "name": "PVE Startup Dependency Check",
"slug": "dependency-check", "slug": "dependency-check",
"categories": [ "categories": [
1 1
], ],
"date_created": "2025-08-12", "date_created": "2025-08-12",
"type": "pve", "type": "pve",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": null,
"documentation": null, "documentation": null,
"website": null, "website": null,
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/proxmox.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/proxmox.webp",
"config_path": "/etc/default/pve-auto-hook", "config_path": "/etc/default/pve-auto-hook",
"description": "This script checks for the presence of required dependencies before starting a VM or LXC container in Proxmox. It ensures that all referenced storages are available and, additionally, supports the usage of tags to check for specific dependencies. If any required dependency is missing, the VM or container will not start until the issue is resolved. This script is designed to be used as a Proxmox hookscript, which can be applied to both QEMU VMs and LXC containers.", "description": "This script checks for the presence of required dependencies before starting a VM or LXC container in Proxmox. It ensures that all referenced storages are available and, additionally, supports the usage of tags to check for specific dependencies. If any required dependency is missing, the VM or container will not start until the issue is resolved. This script is designed to be used as a Proxmox hookscript, which can be applied to both QEMU VMs and LXC containers.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "tools/pve/dependency-check.sh", "script": "tools/pve/dependency-check.sh",
"resources": { "resources": {
"cpu": null, "cpu": null,
"ram": null, "ram": null,
"hdd": null, "hdd": null,
"os": null, "os": null,
"version": null "version": null
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
},
"notes": [
{
"text": "Execute within the Proxmox shell",
"type": "info"
}, },
"notes": [ {
{ "text": "To wait until a certain host is available, tag the VM or container with `dep_ping_<hostname>` where `<hostname>` is the name or IP of the host to ping. The script will wait until the host is reachable before proceeding with the startup.",
"text": "Execute within the Proxmox shell", "type": "info"
"type": "info" },
}, {
{ "text": "To wait until a certain TCP port is open, tag the VM or container with `dep_tcp_<hostname>_<port>` where `<hostname>` is the name or IP of the host and `<port>` is the TCP port number. The script will wait until the port is open before proceeding with the startup.",
"text": "To wait until a certain host is available, tag the VM or container with `dep_ping_<hostname>` where `<hostname>` is the name or IP of the host to ping. The script will wait until the host is reachable before proceeding with the startup.", "type": "info"
"type": "info" }
}, ]
{
"text": "To wait until a certain TCP port is open, tag the VM or container with `dep_tcp_<hostname>_<port>` where `<hostname>` is the name or IP of the host and `<port>` is the TCP port number. The script will wait until the port is open before proceeding with the startup.",
"type": "info"
}
]
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "Proxmox VE LXC Execute Command", "name": "PVE LXC Execute Command",
"slug": "lxc-execute", "slug": "lxc-execute",
"categories": [ "categories": [
1 1

View File

@ -1,5 +1,5 @@
{ {
"name": "Proxmox VE LXC Apps Update", "name": "PVE LXC Apps Update",
"slug": "update-apps", "slug": "update-apps",
"categories": [ "categories": [
1 1