mehrwert/fal-quota

FAL Quota for TYPO3

Installs: 4 848

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 3

Open Issues: 6

Type:typo3-cms-extension

1.8.0 2023-10-10 09:24 UTC

This package is auto-updated.

Last update: 2024-03-10 10:43:38 UTC


README

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.

Features

  • Per storage definition of soft quota and hard limit, notification threshold and email recipients
  • Symfony Command task to update quotas and send notification mails

Installation

After installation, you may optionally create a scheduler task for notifications.

Installation using Composer

The recommended way to install FAL Quota is by using Composer:

composer require mehrwert/fal-quota

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the Extensions module.

Submit bug reports or feature requests

Look at the Issues for what has been planned to be implemented in the (near) future.

DDEV local

To use the included DDEV local configuration, run

  • ddev start from the extensions root directory to start the container
  • ddev config to create required configuration files if not yet present
  • ddev 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.

Coding Standards

Please run ddev composer cs:fix after changes in PHP files.

Credits

This extension was created by Andreas Beutel in 2019 for mehrwert intermediale kommunikation GmbH.

Thanks to all contributors and everybody providing feedback.