diff --git a/frontend/public/json/add-lxc-iptag.json b/frontend/public/json/add-lxc-iptag.json index 379b6e046..91b3f189e 100644 --- a/frontend/public/json/add-lxc-iptag.json +++ b/frontend/public/json/add-lxc-iptag.json @@ -3,7 +3,7 @@ "slug": "add-lxc-iptag", "categories": [1], "date_created": "2024-12-16", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/add-netbird-lxc.json b/frontend/public/json/add-netbird-lxc.json index 6ae68f4bc..ebfafa51b 100644 --- a/frontend/public/json/add-netbird-lxc.json +++ b/frontend/public/json/add-netbird-lxc.json @@ -3,7 +3,7 @@ "slug": "add-netbird-lxc", "categories": [1], "date_created": "2024-05-19", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/add-tailscale-lxc.json b/frontend/public/json/add-tailscale-lxc.json index 1b089e29f..b0943772b 100644 --- a/frontend/public/json/add-tailscale-lxc.json +++ b/frontend/public/json/add-tailscale-lxc.json @@ -3,7 +3,7 @@ "slug": "add-tailscale-lxc", "categories": [1], "date_created": "2024-05-02", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/all-templates.json b/frontend/public/json/all-templates.json index 6d6a7a1d5..7e9474319 100644 --- a/frontend/public/json/all-templates.json +++ b/frontend/public/json/all-templates.json @@ -3,7 +3,7 @@ "slug": "all-templates", "categories": [1], "date_created": "2024-05-02", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/clean-lxcs.json b/frontend/public/json/clean-lxcs.json index 018fbd134..1a164023f 100644 --- a/frontend/public/json/clean-lxcs.json +++ b/frontend/public/json/clean-lxcs.json @@ -3,7 +3,7 @@ "slug": "clean-lxcs", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/clean-orphaned-lvm.json b/frontend/public/json/clean-orphaned-lvm.json index e009987dc..6f9475a6e 100644 --- a/frontend/public/json/clean-orphaned-lvm.json +++ b/frontend/public/json/clean-orphaned-lvm.json @@ -3,7 +3,7 @@ "slug": "clean-orphaned-lvm", "categories": [1], "date_created": "2025-01-29", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/code-server.json b/frontend/public/json/code-server.json index 35931243f..30b35d8a6 100644 --- a/frontend/public/json/code-server.json +++ b/frontend/public/json/code-server.json @@ -3,7 +3,7 @@ "slug": "code-server", "categories": [1, 20, 11], "date_created": "2024-05-02", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": 8680, diff --git a/frontend/public/json/cron-update-lxcs.json b/frontend/public/json/cron-update-lxcs.json index 3cfc0bfc2..22f2033fd 100644 --- a/frontend/public/json/cron-update-lxcs.json +++ b/frontend/public/json/cron-update-lxcs.json @@ -3,7 +3,7 @@ "slug": "cron-update-lxcs", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, @@ -34,7 +34,7 @@ "type": "info" }, { - "text": "To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c '$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/update-lxcs-cron.sh)' -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`", + "text": "To exclude LXCs from updating, edit the crontab using `crontab -e` and add CTID as shown in the example below:\n\n\n\n`0 0 * * 0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /bin/bash -c '$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-lxcs-cron.sh)' -s 103 111 >>/var/log/update-lxcs-cron.log 2>/dev/null`", "type": "info" } ] diff --git a/frontend/public/json/crowdsec.json b/frontend/public/json/crowdsec.json index 3f9d80972..04e5354b4 100644 --- a/frontend/public/json/crowdsec.json +++ b/frontend/public/json/crowdsec.json @@ -3,7 +3,7 @@ "slug": "crowdsec", "categories": [6], "date_created": "2024-05-02", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/filebrowser.json b/frontend/public/json/filebrowser.json index 9fa172eac..62cb6520d 100644 --- a/frontend/public/json/filebrowser.json +++ b/frontend/public/json/filebrowser.json @@ -3,7 +3,7 @@ "slug": "filebrowser", "categories": [1], "date_created": "2024-05-02", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": 8080, diff --git a/frontend/public/json/fstrim.json b/frontend/public/json/fstrim.json index 401f31976..d64fdf07f 100644 --- a/frontend/public/json/fstrim.json +++ b/frontend/public/json/fstrim.json @@ -3,7 +3,7 @@ "slug": "fstrim", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/glances.json b/frontend/public/json/glances.json index dc4b532ae..031d81d8e 100644 --- a/frontend/public/json/glances.json +++ b/frontend/public/json/glances.json @@ -3,7 +3,7 @@ "slug": "glances", "categories": [9], "date_created": "2024-05-02", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": 61208, diff --git a/frontend/public/json/host-backup.json b/frontend/public/json/host-backup.json index f78c98bee..138db07b6 100644 --- a/frontend/public/json/host-backup.json +++ b/frontend/public/json/host-backup.json @@ -3,7 +3,7 @@ "slug": "host-backup", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/kernel-clean.json b/frontend/public/json/kernel-clean.json index 4bb04af78..a95b8296a 100644 --- a/frontend/public/json/kernel-clean.json +++ b/frontend/public/json/kernel-clean.json @@ -3,7 +3,7 @@ "slug": "kernel-clean", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/kernel-pin.json b/frontend/public/json/kernel-pin.json index a2cca1212..9dfc5d297 100644 --- a/frontend/public/json/kernel-pin.json +++ b/frontend/public/json/kernel-pin.json @@ -3,7 +3,7 @@ "slug": "kernel-pin", "categories": [1], "date_created": "2024-05-08", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/lxc-delete.json b/frontend/public/json/lxc-delete.json index 32eacb142..b1cabc5ea 100644 --- a/frontend/public/json/lxc-delete.json +++ b/frontend/public/json/lxc-delete.json @@ -3,7 +3,7 @@ "slug": "lxc-delete", "categories": [1], "date_created": "2025-01-21", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/microcode.json b/frontend/public/json/microcode.json index 8c7965bd1..bc79b0eb4 100644 --- a/frontend/public/json/microcode.json +++ b/frontend/public/json/microcode.json @@ -3,7 +3,7 @@ "slug": "microcode", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/monitor-all.json b/frontend/public/json/monitor-all.json index a7a0b97e3..4332fe68f 100644 --- a/frontend/public/json/monitor-all.json +++ b/frontend/public/json/monitor-all.json @@ -3,7 +3,7 @@ "slug": "monitor-all", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/netdata.json b/frontend/public/json/netdata.json index 9d83debb5..0dd78bacd 100644 --- a/frontend/public/json/netdata.json +++ b/frontend/public/json/netdata.json @@ -3,7 +3,7 @@ "slug": "netdata", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/olivetin.json b/frontend/public/json/olivetin.json index 9d46542b9..cdbc684ee 100644 --- a/frontend/public/json/olivetin.json +++ b/frontend/public/json/olivetin.json @@ -3,7 +3,7 @@ "slug": "olivetin", "categories": [10], "date_created": "2024-05-02", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": 1337, diff --git a/frontend/public/json/pbs-microcode.json b/frontend/public/json/pbs-microcode.json index f81819b28..e066d0e39 100644 --- a/frontend/public/json/pbs-microcode.json +++ b/frontend/public/json/pbs-microcode.json @@ -3,7 +3,7 @@ "slug": "pbs-microcode", "categories": [1], "date_created": "2025-02-07", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/post-pbs-install.json b/frontend/public/json/post-pbs-install.json index c8df62220..d5e4e9ce1 100644 --- a/frontend/public/json/post-pbs-install.json +++ b/frontend/public/json/post-pbs-install.json @@ -3,7 +3,7 @@ "slug": "post-pbs-install", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/post-pmg-install.json b/frontend/public/json/post-pmg-install.json index 05ba59cdd..9875f5289 100644 --- a/frontend/public/json/post-pmg-install.json +++ b/frontend/public/json/post-pmg-install.json @@ -3,7 +3,7 @@ "slug": "post-pmg-install", "categories": [1], "date_created": "2025-01-20", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/post-pve-install.json b/frontend/public/json/post-pve-install.json index 4a1031e8b..ef7fa12eb 100644 --- a/frontend/public/json/post-pve-install.json +++ b/frontend/public/json/post-pve-install.json @@ -3,7 +3,7 @@ "slug": "post-pve-install", "categories": [1], "date_created": "2024-04-28", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/scaling-governor.json b/frontend/public/json/scaling-governor.json index 3c1332545..f8a41ebca 100644 --- a/frontend/public/json/scaling-governor.json +++ b/frontend/public/json/scaling-governor.json @@ -3,7 +3,7 @@ "slug": "scaling-governor", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/update-lxcs.json b/frontend/public/json/update-lxcs.json index 0c11fcdd1..e294122eb 100644 --- a/frontend/public/json/update-lxcs.json +++ b/frontend/public/json/update-lxcs.json @@ -3,7 +3,7 @@ "slug": "update-lxcs", "categories": [1], "date_created": "2024-04-29", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/update-repo.json b/frontend/public/json/update-repo.json index a155c52a9..2eafa86ff 100644 --- a/frontend/public/json/update-repo.json +++ b/frontend/public/json/update-repo.json @@ -3,7 +3,7 @@ "slug": "update-repo", "categories": [1], "date_created": "2024-11-04", - "type": "misc", + "type": "pve", "updateable": false, "privileged": false, "interface_port": null, diff --git a/frontend/public/json/webmin.json b/frontend/public/json/webmin.json index 5f6df559d..f1b3972b9 100644 --- a/frontend/public/json/webmin.json +++ b/frontend/public/json/webmin.json @@ -3,7 +3,7 @@ "slug": "webmin", "categories": [1], "date_created": "2024-05-02", - "type": "misc", + "type": "addon", "updateable": false, "privileged": false, "interface_port": 10000,