calien / secure-filemount
Login secured filemount for internal pages
Installs: 1 403
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
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-10-19 13:17:50 UTC
README
TYPO3 extension secure_filemount
This extension adds an access system for the file storage to TYPO3. By means of this extension, private file stores are supplemented with finely granulated access for frontend users.
Features
- Add fine granulated access per directory
- webserver independent
- works with nginx, Apache2, IIS and others
- Store files outside your public directory
- Fully accessible in backend
- Works with processed images
- speaking URL paths instead of eID call
Installation
Install with your flavour:
- TER
- Extension Manager
- composer
We prefer composer installation:
composer req calien/secure-filemount
Configuration
Due to core restrictions on table access, it is highly needed to allow all
backend users access to table tx_securefilemount_folder
. Users will never see
this table in a list, as the table is located on root level and hidden (like
sys_file_metadata, sys_file).