Unraid Community Applications templates for Perpetual Software products. Each app lives in its own subdirectory with the template XML, an icon, and an app-specific README.
| App | Directory | Docs | CA Listing |
|---|---|---|---|
| Pad — local-first project management for developers + AI coding agents | pad/ |
getpad.dev/docs/self-hosting/unraid | pending review |
Once a template is approved in the Community Applications app feed, install it via the Apps tab in your Unraid web UI — search for the app name. The two routes below are for manual install before CA approval lands or for testing template changes.
The closest experience to a CA-approved install. The template appears under CA's Private category and uses the same install form as a published app.
ssh root@<your-tower>
mkdir -p /boot/config/plugins/community.applications/private/perpetualsoftware
wget -O /boot/config/plugins/community.applications/private/perpetualsoftware/pad.xml \
https://raw.githubusercontent.com/PerpetualSoftware/unraid-templates/main/pad/pad.xmlThen in the Unraid web UI: open Apps, search for the app name (or browse to the Private category) → Install → form → Apply.
To remove later: delete the file. To update: re-run the wget.
If you don't have CA installed, or want to skip CA's listing UI:
ssh root@<your-tower>
mkdir -p /boot/config/plugins/dockerMan/templates-user
wget -O /boot/config/plugins/dockerMan/templates-user/my-pad.xml \
https://raw.githubusercontent.com/PerpetualSoftware/unraid-templates/main/pad/pad.xmlThen in the Unraid web UI: Docker tab → Add Container → Template dropdown → pick the app → Apply.
Functionally identical container behavior; just skips the CA UX surface.
Each app directory carries its own README with app-specific notes (PUID/PGID guidance, env vars, backup pattern, etc.). Browse via the table above or the directory tree.
See CONTRIBUTING.md for:
- How to add a new template to this repo
- dockerMan SAVE format conformity rules (the rules that keep Squid happy)
- The Community Applications submission workflow (Validate, Scan, Submit via ca.unraid.net/submit)
- Verification protocol for catching format drift before it ships
The runtime images themselves live in their respective product repos:
This repo holds only the Unraid template metadata. Runtime bug reports go to the product repo's issue tracker.
Apache 2.0 — see LICENSE. Same license as the products themselves.