Official Unraid Community Applications templates, maintained by the Maintainerr team.
This repository only hosts the Unraid templates. For everything about Maintainerr itself - features, full documentation, and other install methods - see the main repository README.
| App | Template | Image |
|---|---|---|
| Maintainerr | templates/maintainerr.xml | ghcr.io/maintainerr/maintainerr:latest |
Install Maintainerr from the Apps tab in the Unraid web UI. The defaults work out of the box:
- WebUI: port
6246 - Data:
/mnt/user/appdata/maintainerr(holds the database and logs) - Timezone: set this to your local timezone so rule schedules run when you expect
The container runs as user 1000:1000. Before the first start, fix the appdata ownership in the Unraid terminal (adjust if you changed the appdata path):
chown -R 1000:1000 /mnt/user/appdata/maintainerrTo try unreleased changes, switch the release branch from Stable releases to the development tag in the template.