Skip to content

PerpetualSoftware/unraid-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perpetual Software · Unraid Templates

License

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.

Apps

App Directory Docs CA Listing
Pad — local-first project management for developers + AI coding agents pad/ getpad.dev/docs/self-hosting/unraid pending review

Install

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.

Route A — CA Private Folder (recommended)

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.xml

Then 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.

Route B — Docker tab sideload

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.xml

Then in the Unraid web UI: Docker tab → Add ContainerTemplate dropdown → pick the app → Apply.

Functionally identical container behavior; just skips the CA UX surface.

Per-app docs

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.

Maintainer guide

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

Source repos

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.

License

Apache 2.0 — see LICENSE. Same license as the products themselves.

About

Unraid Community Applications templates for Perpetual Software products (Pad, …).

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors