This extensions provides a virtual Quota for FAL using Signals/Slots if the underlying file system does not support or cannot provide one. A CLI command updates the quota usage periodically and sends notification mails to recipients defined per storage.
- Per storage definition of soft quota and hard limit, notification threshold and email recipients
- Symfony Command task to update quotas and send notification mails
After installation, you may optionally create a scheduler task for notifications.
The recommended way to install FAL Quota is by using Composer:
composer require mehrwert/fal-quota
Download and install the extension with the Extensions module.
Look at the Issues for what has been planned to be implemented in the (near) future.
To use the included DDEV local configuration, run
ddev start
from the extensions root directory to start the containerddev config
to create required configuration files if not yet presentddev launch typo3
to get to the TYPO3 backend directly
If you are setting up the environment for the first time, create a file named FIRST_INSTALL
in .build/web/
and
proceed with the TYPO3 installation as described in the official documentation.
Please run ddev composer cs:fix
after changes in PHP files.
This extension was created by Andreas Beutel in 2019 for mehrwert intermediale kommunikation GmbH.
Thanks to all contributors and everybody providing feedback.