mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update helpers_cache.json
This commit is contained in:
parent
958c567b6b
commit
b1f5860335
@ -28,18 +28,19 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Proxmox VE LXC IP-Tag",
|
"name": "Proxmox VE LXC IP-Tag",
|
||||||
"slug": "add-lxc-iptag",
|
"slug": "add-iptag",
|
||||||
"desc": "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.",
|
"desc": "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.",
|
||||||
"script": "tools/pve/add-lxc-iptag.sh",
|
"script": "tools/pve/add-iptag.sh",
|
||||||
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/add-lxc-iptag.sh",
|
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/add-iptag.sh",
|
||||||
"categories": [
|
"categories": [
|
||||||
1
|
1
|
||||||
],
|
],
|
||||||
"notes": [
|
"notes": [
|
||||||
"Execute within the Proxmox shell",
|
"Execute within the Proxmox shell",
|
||||||
|
"Configuration: `nano /opt/iptag/iptag.conf`. iptag.service must be restarted after change.",
|
||||||
"The Proxmox Node must contain ipcalc and net-tools. `apt-get install -y ipcalc net-tools`"
|
"The Proxmox Node must contain ipcalc and net-tools. `apt-get install -y ipcalc net-tools`"
|
||||||
],
|
],
|
||||||
"type": "pve"
|
"type": "addon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetBird",
|
"name": "NetBird",
|
||||||
@ -1192,6 +1193,7 @@
|
|||||||
23
|
23
|
||||||
],
|
],
|
||||||
"notes": [
|
"notes": [
|
||||||
|
"Data Importer is at `http://<LXC_IP>/dataimporter/`",
|
||||||
"Database credentials: `cat ~/firefly.creds`"
|
"Database credentials: `cat ~/firefly.creds`"
|
||||||
],
|
],
|
||||||
"type": "ct"
|
"type": "ct"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user