-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaulterr.xml
36 lines (36 loc) · 1.33 KB
/
defaulterr.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
<Container version="2">
<Name>defaulterr</Name>
<Repository>varthe/defaulterr:latest</Repository>
<Registry>https://hub.docker.com/r/varthe/defaulterr</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/varthe/defaulterr/issues</Support>
<Project>https://github.com/varthe/defaulterr</Project>
<Overview>Change the default audio and subtitle streams for items in Plex per user based on codec, language, keywords, and more</Overview>
<Category>Network:</Category>
<TemplateURL>https://raw.githubusercontent.com/varthe/Defaulterr/refs/heads/main/defaulterr.xml</TemplateURL>
<Config>
<Volume>
<HostDir>/mnt/user/appdata/defaulterr/config</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/defaulterr/logs</HostDir>
<ContainerDir>/logs</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Port>
<HostPort>3184</HostPort>
<ContainerPort>3184</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Variable>
<Value>info</Value>
<Name>LOG_LEVEL</Name>
<Mode/>
</Variable>
</Config>
</Container>