6.0.0-beta1
7/14/25
Last Modified 11/3/22 by Ralf Lang
  • Message
    This page is locked by 154.54.249.198 for 9 Minutes.

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