Installation
Note
MatchExec will be available on port 3000.
Installation
Unraid
Search for MatchExec in the Community Apps section of the Unraid Web Interface
Proxmox
Until this project gets 500 Stars, MatchExec does not quality for Proxmox Helper Scripts, below is what will be submitted when it does qualify.
Paste this into your Proxmox shell. Follows all Proxmox Helper Script standards.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/slamanna212/ProxmoxVED/refs/heads/feat/matchexec/ct/matchexec.sh)"Running Dev Builds
MatchExec has relatively stable dev builds. The dev releases are used as final testing before a full release.
You can run dev builds by using the dev docker tag for the Docker and Unraid install methods. For Docker Compose, clone the dev branch instead of main.
If you are using Kubernetes you will know how to run the dev branch.
Running from Source
Caution
This is not recommended for live environments, testing only.
- Clone the Repo
- Install Node.js 24
npm installnpm run build(builds Next.js app + processes)npm run migratenpm run prod:start