1
0
miroir de https://github.com/mail-in-a-box/mailinabox.git synchronisé 2026-01-07 06:52:00 +01:00

Disable default Nextcloud apps that we don't support

Contacts and calendar are the only supported apps in Mail-in-a-Box.

Files can't be disabled.

Fixes #1864
Cette révision appartient à :
Joshua Tauberer 2020-11-15 17:17:36 -05:00
Parent 7ce41e3865
révision 7fd35bbd11

Voir le fichier

@ -311,6 +311,9 @@ hide_output sudo -u www-data php /usr/local/lib/owncloud/console.php app:enable
sudo -u www-data php /usr/local/lib/owncloud/occ upgrade
if [ \( $? -ne 0 \) -a \( $? -ne 3 \) ]; then exit 1; fi
# Disable default apps that we don't support
sudo -u www-data php /usr/local/lib/owncloud/occ app:disable photos dashboard activity
# Set PHP FPM values to support large file uploads
# (semicolon is the comment character in this file, hashes produce deprecation warnings)
tools/editconf.py /etc/php/7.2/fpm/php.ini -c ';' \