mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Create ytdl-sub.xml
This commit is contained in:
31
templates/ytdl-sub.xml
Normal file
31
templates/ytdl-sub.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
XML
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>ytdl-sub</Name>
|
||||
<Repository>ghcr.io/jmbannon/ytdl-sub:latest</Repository>
|
||||
<Registry>ghcr.io/jmbannon/ytdl-sub:latest</Registry>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/jmbannon/ytdl-sub/wiki</Support>
|
||||
<Project>https://github.com/jmbannon/ytdl-sub</Project>
|
||||
<Overview>Automate downloads and metadata generation with YoutubeDL
|
||||

|
||||

|
||||
Please take your time to go through the walkthrough
|
||||

|
||||
https://github.com/jmbannon/ytdl-sub/wiki</Overview>
|
||||
<Category>Downloaders: MediaApp:Video</Category>
|
||||
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/ytdl-sub<TemplateURL/>
|
||||
<Icon/>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<Requires/>
|
||||
<Config Name="tmp" Target="/tmp" Default="" Mode="rw" Description="It is a temp folder, obviously this is for permanent files." Type="Path" Display="always" Required="false" Mask="false">/mnt/user/media/temp/</Config>
|
||||
<Config Name="Media" Target="/media" Default="" Mode="rw" Description="Where you store your media, duh" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/mediia</Config>
|
||||
<Config Name="config" Target="/config" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata</Config>
|
||||
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">99</Config>
|
||||
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
|
||||
<Config Name="UMASK" Target="UMASK" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">002</Config>
|
||||
<Config Name="Docker Mods" Target="DOCKER_MODS" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">linuxserver/mods:universal-cron</Config>
|
||||
</Container>
|
||||
Reference in New Issue
Block a user