-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathFileBrowserEnhanced.xml
More file actions
61 lines (61 loc) · 4.19 KB
/
FileBrowserEnhanced.xml
File metadata and controls
61 lines (61 loc) · 4.19 KB
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
61
<?xml version="1.0"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/shuosiw/unraid/master/FileBrowserEnhanced.xml</TemplateURL>
<Beta>False</Beta>
<Category>Cloud: Network:Web Tools:</Category>
<Name>FileBrowserEnhanced</Name>
<Description>
[b][u][span style='color: #E80000;']应用介绍[/span][/u][/b][br]
FileBrowser 针对一个特定目录提供了文件管理界面,支持文件的上传、删除、预览、重命名和编辑,同时支持了多用户操作。FileBrowserEnhanced 是荒野無燈大佬对 FileBrowser 二次开发的增强版,简称 FBE。FBE 在原来 FileBrowser 的基础上增加了更多的实用功能,比如在网页上右键获取文件的 MediaInfo、制作种子、生成缩略图、解压等等[br][br]
[b][u][span style='color: #E80000;']配置说明[/span][/u][/b][br]
[b]/config[/b]: 容器中映射 FileBrowserEnhanced 配置文件的目录,包括数据库、运行配置、ssl 证书等[br]
[b]/myfiles[/b]: 容器中映射 FileBrowserEnhanced 接管的文件目录,也就是通过 Web 访问时的根目录[br][br]
[b][u][span style='color: #E80000;']启用硬件加速[/span][/u][/b][br]
修改 go 启动配置增加该命令: modprobe i915[br]
保存后重启,然后添加该配置到高级视图中的额外参数:--device=/dev/dri[br][br]
[b][u][span style='color: #E80000;']文档介绍[/span][/u][/b][br]
https://hub.docker.com/r/80x86/filebrowser/[br][br]
</Description>
<Overview>
FileBrowser 针对一个特定目录提供了文件管理界面,支持文件的上传、删除、预览、重命名和编辑,同时支持了多用户操作。FileBrowserEnhanced 是荒野無燈大佬对 FileBrowser 二次开发的增强版,简称 FBE。FBE 在原来 FileBrowser 的基础上增加了更多的实用功能,比如在网页上右键获取文件的 MediaInfo、制作种子、生成缩略图、解压等等
</Overview>
<Support>http://lime-technology.com/forum/index.php?topic=45838.0</Support>
<Registry>https://registry.hub.docker.com/r/80x86/filebrowser/</Registry>
<GitHub>https://github.com/ttys3/filebrowser</GitHub>
<Repository>80x86/filebrowser:amd64</Repository>
<Project>https://ttys3.net/</Project>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Network>host</Network>
<Shell>sh</Shell>
<Config Name="用户 ID" Target="PUID" Default=""
Mode="" Description="运行 FBE 容器的用户" Type="Variable"
Display="always" Required="false" Mask="false">99</Config>
<Config Name="用户组 ID" Target="GUID" Default=""
Mode="" Description="运行 FBE 容器的用户组" Type="Variable"
Display="always" Required="false" Mask="false">100</Config>
<Config Name="访问端口" Target="WEB_PORT" Default=""
Mode="" Description="WebUI 的访问端口" Type="Variable"
Display="always" Required="false" Mask="false">8082</Config>
<Config Name="是否启用 SSL" Target="SSL" Default="off|on"
Mode="" Description="是否启用 SSL 访问,需配置证书" Type="Variable"
Display="always" Required="false" Mask="false">off</Config>
<Config Name="文件权限掩码" Target="UMASK_SET" Default=""
Mode="" Description="文件权限掩码,可参考学习:https://cloud.tencent.com/developer/article/1614021" Type="Variable"
Display="always" Required="false" Mask="false">000</Config>
<Config Name="需要通过 FBE 管理的目录" Target="/myfiles" Default=""
Mode="rw" Description="该目录将映射到容器中的 /myfiles" Type="Path"
Display="always" Required="false" Mask="false">/mnt/user</Config>
<Config Name="AppData 配置路径" Target="/config" Default=""
Mode="rw" Description="该目录将映射到容器中的 /config,用于持久化存储 FBE 配置" Type="Path"
Display="always" Required="false" Mask="false">/mnt/user/appdata/FileBrowserEnhanced</Config>
<WebUI>http://[IP]:[PORT:8082]/</WebUI>
<Icon>https://github.com/shuosiw/unraid/raw/master/images/fbe-icon.png</Icon>
<ExtraParams>--mount type=tmpfs,destination=/tmp</ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DateInstalled></DateInstalled>
<DonateText></DonateText>
<DonateLink></DonateLink>
<DonateImg></DonateImg>
</Container>