Skip to content

fix: resolve Community Applications scan warnings#10

Merged
sethpjohnson merged 1 commit into
mainfrom
claude/ca-scan-fixes
Jul 18, 2026
Merged

fix: resolve Community Applications scan warnings#10
sethpjohnson merged 1 commit into
mainfrom
claude/ca-scan-fixes

Conversation

@sethpjohnson

Copy link
Copy Markdown
Owner

Fixes the parse-failure and duplicate-template warnings from the CA submission scan, and cleans up the listing title.

Changes

  • Parse failure fixedinternal/api/static/browserconfig.xml had a blank line before its <?xml?> declaration (XML declaration allowed only at the start of the document). It's a favicon asset used by the dashboard, so it's fixed, not removed. All repo XML now validates.
  • Duplicate template removedunraid/only-fan-controller.xml was a second Docker template for the same app; the scanner flagged it. Removed in favor of templates/only-fan-controller.xml (the CA-standard location). README install steps updated to point at templates/ + Community Applications.
  • Listing title<Name> is now Only Fan Controller, and the long <Overview> is trimmed to a one-line summary (detail stays in <Description>).

After merge

Re-run Validate → Scan at ca.unraid.net/submit — the parse-failure and duplicate warnings should be gone, and the title will read "Only Fan Controller".

🤖 Generated with Claude Code

- browserconfig.xml: the XML declaration was on line 2 (blank first line),
  which is malformed XML and caused the CA scanner's parse failure. The
  declaration is now the first line.
- Remove unraid/only-fan-controller.xml: a duplicate of
  templates/only-fan-controller.xml (the scanner saw two templates for one
  app). README install steps now point at templates/ and Community Apps.
- CA listing: set <Name> to 'Only Fan Controller' and trim the long
  <Overview> to a one-line summary.

Co-Authored-By: Claude <noreply@anthropic.com>
@sethpjohnson
sethpjohnson merged commit 37a0b4e into main Jul 18, 2026
2 checks passed
@sethpjohnson
sethpjohnson deleted the claude/ca-scan-fixes branch July 18, 2026 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant