6.0.0-alpha12
6/15/25
Last Modified 11/3/22 by Ralf Lang
  • Backlinks
  • Similar Pages
  • Attachments
  • History
  • Back to

Uninstalling a Horde app

Temporarily disable an app

You can disable apps by adding a registry snippet.

For example, add a 99-disable-app.php file in var/config/horde/registry.d


<?php
/**
 * Disables kronolith and turba apps
 */
$this->applications['kronolith']['status'] = 'inactive';
$this->applications['turba']['status'] = 'inactive';

Uninstalling via composer


composer remove horde/mnemo