-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathEmbyServer_Unlock.xml
42 lines (42 loc) · 5.28 KB
/
EmbyServer_Unlock.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
<?xml version="1.0"?>
<Container version="2">
<Name>EmbyServer_Unlock</Name>
<Repository>xinjiawei1/emby_unlockd:beta</Repository>
<Registry>https://hub.docker.com/r/xinjiawei1/emby_unlockd</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support/>
<Project/>
<Overview>一些不需要的参数请手动删除.
一些参数需要根据你的实际系统环境进行更改.

博客: https://crackemby.mb6.top/
补丁文件网盘: https://cf.mb6.top/tmp/?dir=emby</Overview>
<Category>MediaServer:Video MediaServer:Music MediaServer:Photos</Category>
<WebUI>http://[IP]:[PORT:8096]/</WebUI>
<TemplateURL/>
<Icon>https://sf.mb6.top/tmp/emby/logoicon.png</Icon>
<ExtraParams>--gpus all</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1729176174</DateInstalled>
<DonateText/>
<DonateLink/>
<Requires/>
<Config Name="Host Port 1" Target="8096" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8096</Config>
<Config Name="Host Port 2" Target="8920" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8920</Config>
<Config Name="dlna1" Target="7359" Default="" Mode="udp" Description="" Type="Port" Display="always" Required="false" Mask="false">7359</Config>
<Config Name="dlna2" Target="1900" Default="" Mode="udp" Description="" Type="Port" Display="always" Required="false" Mask="false">1900</Config>
<Config Name="media path" Target="/mnt" Default="/mnt" Mode="rw" Description="挂载媒体库路径" Type="Path" Display="always" Required="true" Mask="false">/mnt</Config>
<Config Name="UID" Target="UID" Default="0" Mode="" Description="使用id命令根据需要更改" Type="Variable" Display="always" Required="false" Mask="false">0</Config>
<Config Name="GID" Target="GID" Default="0" Mode="" Description="使用id命令根据需要更改" Type="Variable" Display="always" Required="false" Mask="false">0</Config>
<Config Name="GIDLIST" Target="GIDLIST" Default="0" Mode="" Description="使用id命令根据需要更改" Type="Variable" Display="always" Required="false" Mask="false">18</Config>
<Config Name="http_proxy" Target="http_proxy" Default="http://10.168.1.192:10809" Mode="" Description="网络代理参数, 可以加速刮削, 不需要设置请删除" Type="Variable" Display="always" Required="false" Mask="false">http://10.168.1.192:10810</Config>
<Config Name="https_proxy" Target="https_proxy" Default="http://10.168.1.192:10809" Mode="" Description="网络代理参数, 可以加速刮削, 不需要设置请删除" Type="Variable" Display="always" Required="false" Mask="false">http://10.168.1.192:10810</Config>
<Config Name="NVIDIA_VISIBLE_DEVICES" Target="NVIDIA_VISIBLE_DEVICES" Default="GPU-10dae734-695e-49db-e322-d3d3d5e2abe9" Mode="" Description="英伟达显卡直通参数, 需要配合unraid英伟达驱动使用. 不需要使用英伟达显卡请删除. 上方 额外参数 中的 --gpus all 也是给英伟达显卡用的, 需要一并删除" Type="Variable" Display="always" Required="false" Mask="false">GPU-10dae734-695e-49db-e322-d3d3d5e2abe9</Config>
<Config Name="NVIDIA_DRIVER_CAPABILITIES" Target="NVIDIA_DRIVER_CAPABILITIES" Default="all" Mode="" Description="英伟达显卡直通参数, 需要配合unraid英伟达驱动使用. 不需要使用英伟达显卡请删除. 上方 额外参数 中的 --gpus all 也是给英伟达显卡用的, 需要一并删除" Type="Variable" Display="always" Required="false" Mask="false">all</Config>
<Config Name="/dev/dri" Target="" Default="" Mode="" Description="intel显卡直通参数, 需要配合intel显卡驱动使用. 不需要使用intel显卡请删除" Type="Device" Display="always" Required="false" Mask="false">/dev/dri</Config>
<Config Name="AppData Config Path" Target="/config" Default="/mnt/user/appdata/EmbyServer_Unlock" Mode="rw" Description="" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/EmbyServer_Unlock</Config>
</Container>