Files
ai-media-hub/unraid-template.xml
AI Assistant 4b8c2c0453
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 3m7s
feat: AI 미디어 허브 초기 세팅 및 뼈대 코드 완성
2026-03-12 12:43:17 +09:00

27 lines
1.4 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>ai-media-hub</Name>
<Repository>git.savethenurse.com/savethenurse/ai-media-hub:latest</Repository>
<Registry>https://git.savethenurse.com</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://git.savethenurse.com/savethenurse/ai-media-hub/issues</Support>
<Project>https://git.savethenurse.com/savethenurse/ai-media-hub</Project>
<Overview>AI Media Hub: A single container full-stack app for gathering, ingesting, and downloading media assets via AI Discovery and yt-dlp.</Overview>
<Category>MediaApp:Video Downloaders:Tools:</Category>
<WebUI>http://[IP]:[PORT:8000]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/youtube.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled></DateInstalled>
<DonateText/>
<DonateLink/>
<Requires/>
<Config Name="WebUI Port" Target="8000" Default="8282" Mode="tcp" Description="Port for Web Interface" Type="Port" Display="always" Required="true" Mask="false">8282</Config>
<Config Name="NAS Downloads Path" Target="/downloads" Default="/mnt/user/downloads/media" Mode="rw" Description="Path to save downloaded and ingested media files" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/downloads/media</Config>
</Container>