Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.58 KB

File metadata and controls

33 lines (21 loc) · 1.58 KB

Maintainerr Unraid Templates

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.

Apps

App Template Image
Maintainerr templates/maintainerr.xml ghcr.io/maintainerr/maintainerr:latest

Installation

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/maintainerr

To try unreleased changes, switch the release branch from Stable releases to the development tag in the template.

Support