"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",
"type":"Info"
},
{
"text":"Configuration: `nano /opt/lxc-iptag/iptag.conf`. iptag.service must be restarted after change.",