offerel / storage
直接将elFinder作为应用程序集成到Roundcube中,支持单点登录。
1.4.11
2024-01-09 12:11 UTC
Requires
- roundcube/plugin-installer: >=0.1.7
README
直接将elFinder作为应用程序集成到Roundcube中,支持单点登录。您可以在GitHub上找到elFinder(https://github.com/Studio-42/elFinder)。
问题
请在 Codeberg.org 的问题跟踪器中创建问题。我已经禁用了GitHub.com上的问题跟踪器,因为那里的仓库仅用作替代方案,出于兼容性原因。
安装
- 将下载的压缩包解压到Roundcube的插件目录
<roundcube>/plugins/
中,并将其重命名为storage
。 - 将 config.inc.php.dist 复制到
config.inc.php
- 在 config.inc.php 中更改
$config['storage_basepath']
,将其设置为elFinder的根路径。这定义了文件管理器的根目录。使用变量 %u 表示Roundcube的用户名。 - 在/config/config.inc.php 中激活插件,方法是在活动插件数组中添加它,例如
$config['plugins'] = array('storage');