Add Cantinarr - #1010
Open
windoze95 wants to merge 5 commits into
Open
Conversation
The image follows the latest tag, multi-arch as of Cantinarr v0.3.0's pipeline. The webhook-callback variable uses its new name, CANTINARR_ARR_CALLBACK_URL; the old CANTINARR_PUBLIC_URL stays accepted by the server for existing containers.
The relay's canonical address moved. The old push.julian.codes still answers from the same gateway and current Cantinarr images rewrite it to the new name at start, so existing installs are unaffected; only the default a new install is offered changes.
windoze95
force-pushed
the
add-cantinarr
branch
from
September 4, 2026 16:07
87e8574 to
5beb81f
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What this PR is
A new app: Cantinarr (https://github.com/windoze95/cantinarr) — I'm the developer. One app over a whole media stack: household members browse and request movies, TV, and books (web app or companion iPhone/Android apps, with push notifications), and the admin gets Radarr/Sonarr/Chaptarr control down to the individual episode, live queues for SABnzbd, qBittorrent, NZBGet, and Transmission, Tautulli activity, Plex invites, plain-English fixes for stuck downloads, and an MCP server for Claude or any MCP client.
What changed
Adds
Apps/Cantinarr/withdocker-compose.yml,icon.png(256×256),thumbnail.jpg, and three screenshots (two desktop, one phone). Single service,Mediacategory, bind mount/DATA/AppData/$AppID/config→/config, port map8585, image pinned to the multi-arch (amd64+arm64) release tagghcr.io/windoze95/cantinarr:v0.2.0.How I validated it
nameandx-casaos.idconform to the validator regexes; category is from the closed set;port_mapis a quoted string;versionis semver; all referenced assets are committed in the app folder../scripts/build_dist.shlocally (no Docker on this machine), so I'm relying on the PR validator and v2 build for the rest — happy to fix anything they flag.