forked from TheWrightServer/ProxmoxVE
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "Proxmox VE LXC IP-Tag",
|
|
"slug": "add-lxc-iptag",
|
|
"categories": [
|
|
1
|
|
],
|
|
"date_created": "2024-11-27",
|
|
"type": "misc",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": null,
|
|
"documentation": null,
|
|
"website": null,
|
|
"logo": "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/proxmoxve/icon.png",
|
|
"description": "This script automatically writes the IP address as a tag to each LXC container using a Systemd service. If the IP should be changed, this is also updated by the script.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "misc/add-lxc-iptag.sh",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Execute within the Proxmox shell",
|
|
"type": "Info"
|
|
}
|
|
{
|
|
"text": "The CIDR list can modify here: `nano /usr/local/etc/iptag.conf`",
|
|
"type": "Info"
|
|
}
|
|
]
|
|
} |