calien / secure-filemount
登录受保护的文件挂载内部页面
v1.1.2
2024-06-19 12:35 UTC
Requires
- php: ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3
- typo3/cms-backend: ^10.4 || ^11.5 || ^12.4
- typo3/cms-core: ^10.4 || ^11.5 || ^12.4
- typo3/cms-filelist: ^10.4 || ^11.5 || ^12.4
- typo3/cms-frontend: ^10.4 || ^11.5 || ^12.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.14
- phpstan/phpstan: ^1.10
- saschaegerer/phpstan-typo3: ^1.8
- typo3/testing-framework: ^7.0
This package is auto-updated.
Last update: 2024-09-19 13:07:19 UTC
README
TYPO3 扩展 secure_filemount
此扩展为 TYPO3 文件存储添加了访问系统。通过此扩展,私有文件存储为前端用户提供了精细的访问权限。
功能
- 按目录添加精细访问权限
- 不依赖于 web 服务器
- 与 nginx、Apache2、IIS 等兼容
- 将文件存储在公共目录之外
- 完全在后台可访问
- 与处理过的图像兼容
- 使用 URL 路径而不是 eID 调用
安装
使用您喜欢的风味安装
- TER
- 扩展管理器
- composer
我们更喜欢使用 composer 进行安装
composer req calien/secure-filemount
配置
由于核心对表访问的限制,允许所有后台用户访问表 tx_securefilemount_folder
非常必要。用户永远不会在列表中看到此表,因为该表位于根级别且被隐藏(类似于 sys_file_metadata、sys_file)。