-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathbw_plex.xml
45 lines (45 loc) · 1.64 KB
/
bw_plex.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0"?>
<Container version="2">
<Name>bw_plex</Name>
<Repository>hellowlol/bw_plex</Repository>
<Registry>https://hub.docker.com/hellowlol/bw_plex</Registry>
<Network>bridge</Network>
<MyIP/>
<Privileged>false</Privileged>
<Support>https://github.com/Hellowlol/bw_plex/issues</Support>
<Overview>A tool to skip intro and outro on plex</Overview>
<Category/>
<WebUI/>
<TemplateURL>https://raw.githubusercontent.com/helllowlol/bw_plex/master/bw_plex.xml</TemplateURL>
<Icon></Icon>
<ExtraParams/>
<PostArgs/>
<DateInstalled></DateInstalled>
<Description>A tool to skip intro and outro on plex</Description>
<Networking>
<Mode>bridge</Mode>
<Publish/>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>url</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>token</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="config" Target="/config" Default="" Mode="rw" Description="Container Path: /config /mnt/user/appdata/bw_plex/" Type="Path" Display="always" Required="true" Mask="false">/mnt/users/appdata/bw_plex/</Config>
<Config Name="url" Target="url" Default="" Mode="" Description="Container Variable: url" Type="Variable" Display="always" Required="true" Mask="false">http://localhost:32400</Config>
<Config Name="token" Target="token" Default="" Mode="" Description="Container Variable: token" Type="Variable" Display="always" Required="true" Mask="false"></Config>
</Container>