-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathFileBrowser.xml
60 lines (60 loc) · 1.87 KB
/
FileBrowser.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0"?>
<Container>
<Name>FileBrowser</Name>
<Repository>80x86/filebrowser:2.9.1-amd64</Repository>
<Registry>https://hub.docker.com/r/80x86/filebrowser</Registry>
<Network>host</Network>
<Privileged>false</Privileged>
<Support>https://www.lxg2016.com/54202.html</Support>
<Project>https://hub.docker.com/r/80x86/filebrowser</Project>
<Overview>filebrowser</Overview>
<Description>
使用荒野无灯的docker镜像,界面支持中文,默认的管理路径是Unraid的/mnt目录
</Description>
<Category>Cloud: Network:Web Status:Stable</Category>
<WebUI>http://[IP]:[PORT:8082]</WebUI>
<Icon>https://github.com/maschhoff/docker/raw/master/filebrowser/35781395.png</Icon>
<ExtraParams>--mount type=tmpfs,destination=/tmp</ExtraParams>
<PostArgs></PostArgs>
<DateInstalled></DateInstalled>
<Description></Description>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/filebrowser</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt</HostDir>
<ContainerDir>/myfiles</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
<Variable>
<Value>off</Value>
<Name>SSL</Name>
<Mode/>
</Variable>
<Variable>
<Value>000</Value>
<Name>UMASK_SET</Name>
<Mode/>
</Variable>
<Variable>
<Value>8082</Value>
<Name>WEB_PORT</Name>
<Mode/>
</Variable>
</Environment>
</Container>