forked from claude-did-this/claude-hub
Fix Unraid template format
- Shell: sh instead of bash (consistent with other templates) - Category: Productivity: Tools:Utilities (correct format) - ExtraParams: Empty (restart policy set elsewhere) - DateInstalled: Self-closing tag - TailscaleStateDir: Added required element 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,19 +5,19 @@
|
||||
<Registry/>
|
||||
<Network>bridge</Network>
|
||||
<MyIP/>
|
||||
<Shell>bash</Shell>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support/>
|
||||
<Project>https://git.wylab.me/wylab/claude-hub</Project>
|
||||
<Overview>Claude Gitea Webhook - AI-powered assistant that responds to mentions in Gitea comments, reviews PRs, and automatically responds to CI failures.</Overview>
|
||||
<Category>Tools: Productivity:</Category>
|
||||
<Category>Productivity: Tools:Utilities</Category>
|
||||
<WebUI>http://[IP]:[PORT:3002]/health</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon>https://www.anthropic.com/favicon.ico</Icon>
|
||||
<ExtraParams>--restart=unless-stopped</ExtraParams>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DateInstalled></DateInstalled>
|
||||
<DateInstalled/>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Requires>Docker socket access for spawning Claude containers</Requires>
|
||||
@@ -41,4 +41,5 @@
|
||||
<Config Name="Enable CI Fix" Target="ENABLE_CI_FIX" Default="true" Mode="" Description="Enable automatic CI failure analysis and fix attempts" Type="Variable" Display="advanced" Required="false" Mask="false">true</Config>
|
||||
<Config Name="Enable Auto PR Review" Target="ENABLE_AUTO_PR_REVIEW" Default="false" Mode="" Description="Enable automatic PR review when checks pass" Type="Variable" Display="advanced" Required="false" Mask="false">false</Config>
|
||||
<Config Name="PR Review Wait for Checks" Target="PR_REVIEW_WAIT_FOR_ALL_CHECKS" Default="true" Mode="" Description="Wait for all workflow runs to complete before PR review" Type="Variable" Display="advanced" Required="false" Mask="false">true</Config>
|
||||
<TailscaleStateDir/>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user