ProxmoxVE/json/add-lxc-iptag.json

48 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "Proxmox VE LXC IP-Tag",
"slug": "add-lxc-iptag",
"categories": [
1
],
2024-12-16 12:49:32 +00:00
"date_created": "2024-12-16",
"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 adds IP address as tags to LXC containers using a Systemd service. The service also updates the tags if a LXC IP address is changed.",
"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",
2024-12-19 09:15:42 +00:00
"type": "info"
},
{
"text": "Configuration: `nano /opt/lxc-iptag/iptag.conf`. iptag.service must be restarted after change.",
2024-12-19 09:15:42 +00:00
"type": "info"
2024-12-19 08:27:10 +00:00
},
{
2024-12-19 08:36:46 +00:00
"text": "The Proxmox Node must contain ipcalc and net-tools. `apt-get install -y ipcalc net-tools`",
2024-12-29 20:13:23 +00:00
"type": "warning"
}
]
}