From 7e046d830dba3ec0b1ef8d890078d81473aa80bd Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:01:46 +0200 Subject: [PATCH] IPTag: Better explanation (#5213) --- frontend/public/json/add-iptag.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/public/json/add-iptag.json b/frontend/public/json/add-iptag.json index bc042fb55..7fd9fd35a 100644 --- a/frontend/public/json/add-iptag.json +++ b/frontend/public/json/add-iptag.json @@ -1,5 +1,5 @@ { - "name": "Proxmox VE LXC IP-Tag", + "name": "Proxmox VE LXC Tag", "slug": "add-iptag", "categories": [ 1 @@ -12,8 +12,8 @@ "documentation": null, "website": null, "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/proxmox.svg", - "config_path": "", - "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.", + "config_path": "/opt/iptag/iptag.conf", + "description": "This script automatically adds IP address as tags to LXC containers or VM's using a systemd service. The service also updates the tags if a LXC/VM IP address is changed.", "install_methods": [ { "type": "default",