# Dupearr: public Community Applications settings. THE ONE PLACE for the public owner, repository # and registry. Every public URL in unraid/dupearr.xml and ca_profile.xml is derived from here. # # After editing: make ca-template ca-profile (then commit unraid/dupearr.xml and ca_profile.xml) # Show values: make ca-vars # Format: KEY=value, one per line, no inline comments. Parsed by unraid/ca/render.sh, # never sourced. An empty value means "use the default" shown in the comment. # # DECIDE BEFORE THE REPOSITORY GOES PUBLIC: renaming or transferring the repository, or renaming # the account, after the CA listing can get the whole repository blacklisted automatically. # GitHub account or organisation that owns the public repository (spelled as on GitHub). PUBLIC_OWNER=sl0wz3r # Public source repository (code, issues, image package, unraid/icon.png, unraid/README.md). PUBLIC_REPO=dupearr # Default: github.com. The CA submission form only accepts GitHub repositories. PUBLIC_HOST=github.com # Default: main. CA reads templates from the default branch. PUBLIC_BRANCH=main # Layout B only (a separate "/unraid-templates" repository that holds the template and # ca_profile.xml): its name and the template path inside it, e.g. templates/dupearr.xml. # Defaults: TEMPLATES_REPO = PUBLIC_REPO, TEMPLATE_PATH = unraid/dupearr.xml (layout A). TEMPLATES_REPO= TEMPLATE_PATH= # Image registry: ghcr.io (default) or docker.io. The image becomes # REGISTRY//IMAGE_NAME:IMAGE_TAG, e.g. ghcr.io/sl0wz3r/dupearr:latest. # Keep IMAGE_TAG=latest: Unraid's update check follows that tag. Push versioned tags as well. REGISTRY=ghcr.io IMAGE_NAME=dupearr IMAGE_TAG=latest # Support link in the template. Empty = GitHub Issues of PUBLIC_REPO (accepted by CA). Once the # "[Support] - Dupearr" forum thread exists, put its URL here AND in FORUM_URL. SUPPORT_URL= # ca_profile.xml . Empty = the element is left out. FORUM_URL= # The newest release and its date: in the template (CA's "Updated Apps" list). The # changelog text lives in unraid/ca/dupearr.xml.tmpl (), whose newest entry must name # this version and date, like the newest release in CHANGELOG.md (deploy/unraid_changes_test.go). VERSION=0.1.1 RELEASE_DATE=2026-09-24