chore: add Community Applications submission files#9
Merged
Conversation
Adds the files needed to publish to Unraid Community Applications via ca.unraid.net/submit: - templates/only-fan-controller.xml — CA Docker template (Category Tools:Utilities, image ghcr.io/.../:latest, GitHub Issues support, TemplateURL, all env-var Config fields). GPU monitoring defaults OFF with no forced --runtime=nvidia so the container starts on CPU-only systems; GPU users enable it and add the runtime flag. - ca_profile.xml — CA repository profile (Profile / Icon / WebPage). Support routes to GitHub Issues (no forum thread needed under the new portal). Co-Authored-By: Claude <noreply@anthropic.com>
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.
Adds the files required to publish to Unraid Community Applications via the new ca.unraid.net/submit portal.
Files
templates/only-fan-controller.xml— the CA Docker template:ghcr.io/sethpjohnson/only-fan-controller:latest, CategoryTools:UtilitiesTemplateURL,Icon,Overview,Description,WebUI, and all env-varConfigfields (iDRAC, MQTT, GPU, fan tuning, data dir)--runtime=nvidia, so the container starts cleanly on CPU-only Dell systems. GPU users flipEnable GPU Monitoring= true and add--runtime=nvidiato Extra Parameters (needs the Unraid NVIDIA Driver plugin).ca_profile.xml(repo root) — CA repository profile (Profile/Icon/WebPage).Both validated as well-formed XML.
To publish (maintainer steps, outside this PR)
main(theTemplateURLandIconpoint atmain).Decisions worth a look
:latest(standard for CA so the "update available" flow works) rather than a pinned version.🤖 Generated with Claude Code