-
Notifications
You must be signed in to change notification settings - Fork 25
/
Cloudreve.xml
59 lines (59 loc) · 3.51 KB
/
Cloudreve.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
<?xml version="1.0"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/shuosiw/unraid/master/Cloudreve.xml</TemplateURL>
<Beta>False</Beta>
<Category>Cloud: Network:Web Tools:</Category>
<Name>Cloudreve</Name>
<Description>
[b][u][span style='color: #E80000;']应用介绍[/span][/u][/b][br]
Cloudreve 能助您以最低的成本快速搭建公私兼备的网盘系统,支持多家云存储驱动。[br][br]
需要先手动创建配置文件及数据库文件[br][br]
[b][u][span style='color: #E80000;']文档介绍[/span][/u][/b][br]
https://docs.cloudreve.org/[br][br]
</Description>
<Overview>
Cloudreve 能助您以最低的成本快速搭建公私兼备的网盘系统,支持多家云存储驱动。
</Overview>
<Support>http://lime-technology.com/forum/index.php?topic=45838.0</Support>
<Registry>https://hub.docker.com/r/xavierniu/cloudreve</Registry>
<GitHub>https://github.com/cloudreve/Cloudreve</GitHub>
<Repository>xavierniu/cloudreve:latest</Repository>
<Project>https://docs.cloudreve.org/</Project>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Network>bridge</Network>
<Shell>sh</Shell>
<Config Name="WebUI 端口" Target="5212" Default="5212"
Mode="tcp" Description="WebUI 端口,对应容器中的 5212 端口" Type="Port"
Display="always" Required="true" Mask="false">5212</Config>
<Config Name="上传目录" Target="/cloudreve/uploads" Default=""
Mode="rw" Description="该目录将映射到容器中的 /cloudreve/uploads,作为上传目录" Type="Path"
Display="always" Required="false" Mask="false">/mnt/user/cloudreve/sync</Config>
<Config Name="临时目录" Target="/temp" Default=""
Mode="rw" Description="该目录将映射到容器中的 /cloudreve/uploads,作为上传目录" Type="Path"
Display="always" Required="false" Mask="false">/mnt/user/cloudreve/temp</Config>
<Config Name="数据文件" Target="/cloudreve/cloudreve.db" Default=""
Mode="rw" Description="该文件将映射到容器中的 /cloudreve/cloudreve.db,用于存储 cloudreve 元数据" Type="Path"
Display="advanced" Required="false" Mask="false">/mnt/user/appdata/cloudreve/cloudreve.db</Config>
<Config Name="配置文件" Target="/cloudreve/conf.ini" Default=""
Mode="rw" Description="该文件将映射到容器中的 /cloudreve/conf.ini,作为 cloudreve 配置文件" Type="Path"
Display="advanced" Required="false" Mask="false">/mnt/user/appdata/cloudreve/conf.ini</Config>
<Config Name="头像目录" Target="/cloudreve/avatar" Default=""
Mode="rw" Description="该目录将映射到容器中的 /cloudreve/avatar,用于存储 cloudreve 头像文件" Type="Path"
Display="advanced" Required="false" Mask="false">/mnt/user/appdata/cloudreve/avatar</Config>
<Config Name="用户 ID" Target="PUID" Default=""
Mode="" Description="运行 Cloudreve 容器的用户" Type="Variable"
Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="用户组 ID" Target="GUID" Default=""
Mode="" Description="运行 Cloudreve 容器的用户组" Type="Variable"
Display="advanced" Required="false" Mask="false">100</Config>
<Icon>https://github.com/shuosiw/unraid/raw/master/images/cloudreve-icon.png</Icon>
<WebUI>http://[IP]:[PORT:5212]/</WebUI>
<ExtraParams>--mount type=tmpfs,destination=/tmp</ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DateInstalled></DateInstalled>
<DonateText></DonateText>
<DonateLink></DonateLink>
<DonateImg></DonateImg>
</Container>