6 Commits

Author SHA1 Message Date
MacRimi
10f37b88c3 Upgrade GitHub Actions to v6 for build workflow 2026-03-24 10:58:16 +01:00
MacRimi
9bfacd9da9 Upgrade GitHub Actions to version 6 2026-03-24 10:57:45 +01:00
MacRimi
a286770fd2 Upgrade GitHub Actions to version 6 2026-03-24 10:56:50 +01:00
ProxMenuxBot
6f99e1e8c1 Update helpers_cache.json 2026-03-23 18:14:42 +00:00
ProxMenuxBot
4545aeb9c6 Update helpers_cache.json 2026-03-23 12:13:22 +00:00
ProxMenuxBot
84cf3e6a15 Update helpers_cache.json 2026-03-23 00:17:27 +00:00
4 changed files with 21 additions and 54 deletions

View File

@@ -15,13 +15,13 @@ jobs:
steps: steps:
- name: Checkout main - name: Checkout main
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: main ref: main
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v5 uses: actions/setup-node@v6
with: with:
node-version: '22' node-version: '22'
@@ -59,7 +59,7 @@ jobs:
cat ProxMenux-Monitor.AppImage.sha256 cat ProxMenux-Monitor.AppImage.sha256
- name: Upload AppImage artifact - name: Upload AppImage artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage
path: | path: |

View File

@@ -15,13 +15,13 @@ jobs:
steps: steps:
- name: Checkout develop - name: Checkout develop
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: develop ref: develop
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v5 uses: actions/setup-node@v6
with: with:
node-version: '22' node-version: '22'
@@ -59,7 +59,7 @@ jobs:
cat ProxMenux-Monitor.AppImage.sha256 cat ProxMenux-Monitor.AppImage.sha256
- name: Upload AppImage artifact - name: Upload AppImage artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ProxMenux-${{ steps.version.outputs.VERSION }}-beta-AppImage name: ProxMenux-${{ steps.version.outputs.VERSION }}-beta-AppImage
path: | path: |

View File

@@ -18,10 +18,10 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v5 uses: actions/setup-node@v6
with: with:
node-version: '22' node-version: '22'
@@ -52,7 +52,7 @@ jobs:
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
- name: Upload AppImage artifact - name: Upload AppImage artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage
path: AppImage/dist/*.AppImage path: AppImage/dist/*.AppImage

View File

@@ -426,38 +426,6 @@
"config_path": "", "config_path": "",
"os": "debian" "os": "debian"
}, },
{
"name": "AllStarLink",
"slug": "allstarlink-vm",
"desc": "AllStarLink is a network of Amateur Radio repeaters, remote base stations and hot spots accessible to each other via Voice over Internet Protocol.",
"script": "vm/allstarlink-vm.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/allstarlink-vm.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/vm/allstarlink-vm.sh",
"type": "vm",
"type_id": "lte524abgx960bd",
"categories": [
"scriptcat00024"
],
"category_names": [
"Gaming & Leisure"
],
"notes": [
"Options to Install Allmon3"
],
"port": 0,
"website": "https://www.allstarlink.org/",
"documentation": "https://allstarlink.github.io/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/allstar-link.webp",
"updateable": false,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"pve"
],
"config_path": "",
"os": "debian"
},
{ {
"name": "AlmaLinux 10", "name": "AlmaLinux 10",
"slug": "almalinux-10-vm", "slug": "almalinux-10-vm",
@@ -551,7 +519,7 @@
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"has_arm": false, "has_arm": false,
"is_dev": true, "is_dev": false,
"execute_in": [ "execute_in": [
"pve" "pve"
], ],
@@ -3042,17 +3010,17 @@
{ {
"name": "ddclient", "name": "ddclient",
"slug": "ddclient", "slug": "ddclient",
"desc": "ddclient is a Perl client used to update dynamic DNS entries for accounts on a wide range of dynamic DNS service providers. It supports multiple protocols and providers, allowing automatic IP address updates for your domain names.", "desc": "<p>ddclient is a Perl client used to update dynamic DNS entries for accounts on a wide range of dynamic DNS service providers. It supports multiple protocols and providers, allowing automatic IP address updates for your domain names.</p>",
"script": "ct/ddclient.sh", "script": "ct/ddclient.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ddclient.sh", "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ddclient.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/ddclient.sh", "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/ddclient.sh",
"type": "lxc", "type": "lxc",
"type_id": "nm9bra8mzye2scg", "type_id": "nm9bra8mzye2scg",
"categories": [ "categories": [
"scriptcat00004" "scriptcat00005"
], ],
"category_names": [ "category_names": [
"Network & Firewall" "Adblock & DNS"
], ],
"notes": [ "notes": [
"After installation, edit `/etc/ddclient.conf` with your dynamic DNS provider credentials", "After installation, edit `/etc/ddclient.conf` with your dynamic DNS provider credentials",
@@ -3065,10 +3033,8 @@
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"has_arm": false, "has_arm": false,
"is_dev": true, "is_dev": false,
"execute_in": [ "execute_in": [],
"pve"
],
"config_path": "/etc/ddclient.conf", "config_path": "/etc/ddclient.conf",
"os": "debian" "os": "debian"
}, },
@@ -6665,7 +6631,8 @@
], ],
"notes": [ "notes": [
"No web UI; run `iSponsorBlockTV setup` inside the container to configure.", "No web UI; run `iSponsorBlockTV setup` inside the container to configure.",
"SSDP auto-discovery requires multicast on your bridge; manual pairing works without it." "SSDP auto-discovery requires multicast on your bridge; manual pairing works without it.",
"if your CPU does not support AVX instructions - install is not possible (required by iSponsorBlockTV/PyApp)"
], ],
"port": 0, "port": 0,
"website": "https://github.com/dmunozv04/iSponsorBlockTV", "website": "https://github.com/dmunozv04/iSponsorBlockTV",
@@ -16696,10 +16663,10 @@
"type": "lxc", "type": "lxc",
"type_id": "nm9bra8mzye2scg", "type_id": "nm9bra8mzye2scg",
"categories": [ "categories": [
"scriptcat00004" "scriptcat00007"
], ],
"category_names": [ "category_names": [
"Network & Firewall" "Backup & Recovery"
], ],
"notes": [ "notes": [
"You probably want to drastically extend the storage space to fit whatever clients you want to back up", "You probably want to drastically extend the storage space to fit whatever clients you want to back up",
@@ -16906,11 +16873,11 @@
"port": 7070, "port": 7070,
"website": "https://www.versity.com/", "website": "https://www.versity.com/",
"documentation": "https://github.com/versity/versitygw/wiki", "documentation": "https://github.com/versity/versitygw/wiki",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/versitygw.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/versity.webp",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"has_arm": false, "has_arm": false,
"is_dev": true, "is_dev": false,
"execute_in": [ "execute_in": [
"lxc" "lxc"
], ],